NamespaceManagementClusterCompatibilityZoneFilterSpec
The ClusterCompatibility.ZoneFilterSpec structure contains fields used to filter the results when listing vSphere Zones (see ClusterCompatibility.list-v2) and their compatibility information.
Properties
array of
string
zones
Optional
A list of vSphere Zone identifiers which will be used to filter vSphere Zones that correspond to this specific set of identifiers. If unset or empty, results will not be filtered for specific vSphere Zone identifiers.
JSON Example
{
"zones": [
"string"
]
}