ConsumptionDomainsZoneAssociationsClusterListItem

The Cluster.ListItem structure describes a zone-cluster association.


Properties

string
cluster Required

Identifier of the cluster. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource.


string
zone Required

Identifier of the zone. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone.

JSON Example

{
	"cluster": "string",
	"zone": "string"
}

Feedback

Was this page helpful?