NSX-T Data Center REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

VpcDeleteRequestParameters (schema)

Policy VPC Delete Request Parameters

VPC Delete Request Parameters

Name Description Type Notes
is_recursive Flag to delete entire VPC tree recursively.

This flag can be used to indicate if recursive VPC delete is required or not. true - Delete entire VPC tree including all its children. This is very similar to HAPI delete. false - Delete will not include VPC's children. If VPC has any children then delete will fail.
boolean Default: "False"