ConsumptionDomainsZonesFilterSpec

The Zones.FilterSpec structure contains fields used to filter the results when listing configured zones, see Zones.list.


Properties

array of string
zones Optional

Matches all zones corresponding to the specified set of zone identifiers. If unset or empty, results will not be filtered for specific zone identifiers. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.vcenter.consumption_domains.Zone. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.vcenter.consumption_domains.Zone.

JSON Example

{
	"zones": [
		"string"
	]
}

Feedback

Was this page helpful?