OrgVdc

OrgVdc
OrgVdc

An object representing an Organization Virtual Datacenter in VCD.

JSON Example
{
    "id": "string",
    "name": "string",
    "description": "string",
    "allocationType": "string",
    "org": {
        "name": "string",
        "id": "string"
    },
    "networkingTenancyEnabled": false,
    "vappNetworkStandbyEnabled": false,
    "vappNatTypeReflexiveEnabled": false
}
string
id
Optional

A unique identifier for the vdc.

string
name
Optional

The name of the vdc.

string
description
Optional

The description of the vdc.

string
allocationType
Optional

The allocation type of the vdc, one of: ALLOCATION_VAPP, ALLOCATION_POOL, RESERVATION_POOL, FLEX

org
Optional

org

boolean
networkingTenancyEnabled
Optional

Whether this vdc is using networking tenancy in the backing networking provider. This is read only, configured on vdc creation.

boolean
vappNetworkStandbyEnabled
Optional

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.

boolean
vappNatTypeReflexiveEnabled
Optional

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.

Availability
Added in 35.0
Returned By