[{"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

ServicesEdgeCluster

This represents the Edge Cluster to be used for network services. This can only be used to represent Edge Clusters managed by NSX-T.


Properties

string
backingId Optional

The Id of the Edge Cluster in the NSX-T manager. If the user provides the id of NSX-T edge cluster during update, VCD will automatically create a corresponding VCD Edge cluster object referencing the specified NSX-T edge cluster. For NSX-V Edges, this is set to NULL.


edgeClusterRef Optional

The reference to VCD Edge Cluster, if it exists.

JSON Example

{
	"backingId": "string",
	"edgeClusterRef": {
		"id": "string",
		"name": "string"
	}
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    backingId:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    edgeClusterRef:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
[{"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

VdcNetworkProfile

Feedback

Was this page helpful?