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

EdgeCluster

An Edge Cluster object.


Properties

string
name Required

The name of the Edge Cluster. Names for Edge Clusters must be unique across the system.


string
storageProfileName Required

Name of the Storage Profile. This will define the set of datastores where the edge vm will be deployed.


string
description Optional

string
id Optional

The id of the Edge Cluster in URN format.


resourcePool Optional

The Resource Pool in vCenter where the Edge VM will be deployed.

JSON Example

{
	"name": "string",
	"storageProfileName": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-cross-references:
    - cross-reference:
        alias: externalNetworkId
        referenced-property: id
        referenced-type: ./networking/externalNetworks.yaml#/definitions/ExternalNetwork
    - cross-reference:
        alias: orgVdcId
        referenced-property: id
        referenced-type: ./vdc/vdcs.yaml#/definitions/OrgVdc
x-vcloud-property-annotations:
    description:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    id:
        x-vcloud-constraints:
            - args:
                - arg: edgeCluster
              constraint: Urn
            - constraint: ReadOnly
            - constraint: NonSortable
    resourcePool:
        x-vcloud-constraints:
            - constraint: NonSortable
    storageProfileName:
        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 32.0
Property Of

InlineEdgeClusters1
Parameter To

Create Edge Cluster
Update Edge Cluster
Returned By

Get Edge Cluster

Feedback

Was this page helpful?