ConsumptionDomainsZonesListItem

The Zones.ListItem structure contains commonly used information about a zone.


Properties

info Required

Information about the zone.


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

{
	"info": {
		"description": "string"
	},
	"zone": "string"
}

Feedback

Was this page helpful?