Vcenter ConsumptionDomains ZoneAssociations AssociationChanges Change

Vcenter ConsumptionDomains ZoneAssociations AssociationChanges Change
Vcenter ConsumptionDomains ZoneAssociations AssociationChanges Change

The Vcenter ConsumptionDomains ZoneAssociations AssociationChanges Change schema contains the details of a zone-cluster association change.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "type": "string",
    "cluster": "string",
    "zone": "string"
}
string
type
Required

The type of the change.

For more information see: Vcenter ConsumptionDomains ZoneAssociations AssociationChanges Type.

This property was added in vSphere API 9.1.0.0.

string
cluster
Required

The identifier of the cluster.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.

string
zone
Required

The identifier of the zone.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone.