ConsumptionDomains_ZoneAssociations_Cluster_ListItem

ConsumptionDomains_ZoneAssociations_Cluster_ListItem
ConsumptionDomains_ZoneAssociations_Cluster_ListItem

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

JSON Example
{
    "zone": "string",
    "cluster": "string"
}
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.

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.