OrgVdc
An object representing an Organization Virtual Datacenter in VCD.
{
"id": "string",
"name": "string",
"description": "string",
"allocationType": "string",
"org": {
"name": "string",
"id": "string"
},
"networkingTenancyEnabled": false,
"vappNetworkStandbyEnabled": false,
"vappNatTypeReflexiveEnabled": false
}
A unique identifier for the vdc.
The name of the vdc.
The description of the vdc.
The allocation type of the vdc, one of: ALLOCATION_VAPP, ALLOCATION_POOL, RESERVATION_POOL, FLEX
Whether this vdc is using networking tenancy in the backing networking provider. This is read only, configured on vdc creation.
Whether vApp networks have Standby Relocation enabled in NSX-T. True means Standby Relocation in NSX-T is enabled in case of edge node failure. False means it is not enabled.
Whether vApp network NAT rules will be created using reflexive NAT or SNAT/DNAT. True means NAT rules will use reflexive NAT. False means they will use a pair of SNAT and DNAT rules. If not set, this value defaults to false.