[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

NetworkingCandidateVdc

A candidate vDC that can be added to a vDC Group.


Properties

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).


string
id Optional

The id of the candidate vDC.


string
name Optional

The name of the candidate vDC.


string
networkProviderScope Optional

The network provider scope of the vDC.


orgRef Optional

The reference to the organization this vDC is in.


siteRef Optional

The site ID that this vDC belongs to.

JSON Example

{
	"faultDomainTag": "string",
	"id": "string",
	"name": "string",
	"networkProviderScope": "string",
	"orgRef": {
		"id": "string",
		"name": "string"
	},
	"siteRef": {
		"id": "string",
		"name": "string"
	}
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    faultDomainTag:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
            - constraint: ReadOnly
    id:
        x-vcloud-constraints:
            - args:
                - arg: vdc
              constraint: Urn
            - constraint: NonSearchable
            - constraint: NonSortable
            - constraint: ReadOnly
    name:
        x-vcloud-constraints:
            - constraint: ReadOnly
    networkProviderScope:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
            - constraint: ReadOnly
    orgRef:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
            - constraint: ReadOnly
    siteRef:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
            - constraint: ReadOnly
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 35.0
Property Of

InlineNetworkingCandidateVdcs1

Feedback

Was this page helpful?