VMware Cloud Director API - EdgeClusterConfigurationType

VMware Cloud Director API - EdgeClusterConfigurationType

EdgeClusterConfigurationType

Type:
EdgeClusterConfigurationType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Used for specifying specific Edge Cluster(s) for a given Edge Gateway. Specification is only applicable for NSX-V Edges, and if specified this takes precedence over the Edge Cluster configuration on an Org vDC. For NSX-T Edges, this is only read-only and edge management must be done via Cloud API.
Since:
34.0
Schema:
network.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<EdgeClusterConfigurationType xmlns="http://www.vmware.com/vcloud/v1.5">
    <PrimaryEdgeCluster href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
    <SecondaryEdgeCluster href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
</EdgeClusterConfigurationType>

Elements

Element Type Required Modifiable Since Deprecated Description
PrimaryEdgeCluster ReferenceType Yes always 34.0 This is the reference to the Primary Edge Cluster used for the gateway. This refers to a VCD Edge Cluster, which can be setup by the provider. This is required because if there is an Edge Cluster configuration, there must be some primary specified for deploying the Edge Gateway. For NSX-V Edges, this means the primary appliance for the gateway. For NSX-T, this means the Edge Cluster the Tier 1 SR resides on.
SecondaryEdgeCluster ReferenceType No always 34.0 This is the reference to the Secondary Edge Cluster used for the gateway. This refers to a VCD Edge Cluster, which can be setup by the provider. It is only applicable for NSX-V Edges when High Availability is enabled. If HA is enabled and no secondary edge cluster is specified, both appliances will be deployed on the primary edge cluster. If there is a specific secondary edge cluster, the standby/secondary appliance will be deployed on the secondary edge cluster.
VCloudExtension VCloudExtensionType No always 34.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.