ParticipatingVdcReference

ParticipatingVdcReference
ParticipatingVdcReference

A vDC participating in a vDC Group.

JSON Example
{
    "id": "string",
    "vdcRef": {
        "name": "string",
        "id": "string"
    },
    "orgRef": {
        "name": "string",
        "id": "string"
    },
    "siteRef": {
        "name": "string",
        "id": "string"
    },
    "networkProviderScope": "string",
    "faultDomainTag": "string",
    "remoteOrg": false,
    "status": {}
}
string
id
Optional

The unique URN of the participating VDC (read-only).

vdcRef
Required

Entity reference used to describe VCD entities

orgRef
Optional

Entity reference used to describe VCD entities

siteRef
Optional

Entity reference used to describe VCD entities

string
networkProviderScope
Optional

Read-only field that specifies the network provider scope of the vDC.

string
faultDomainTag
Optional

Represents the fault domain of a given organization vDC. For NSX_V backed organization vDCs, this is the network provider scope. For NSX_T backed organization vDCs, this can vary (for example name of the provider vDC or compute provider scope).

boolean
remoteOrg
Optional

Read-only field that specifies whether the vDC is local to this VCD site.

status
Optional

Represents status of vDC group components such as participating vdc's configured routing, egress points, etc.

Possible values are : SAVING, SAVED, CONFIGURING, REALIZED, REALIZATION_FAILED, DELETING, DELETE_FAILED, OBJECT_NOT_FOUND, UNCONFIGURED,
Property Of