NamespaceManagement_Supervisors_Topology_Info

NamespaceManagement_Supervisors_Topology_Info
NamespaceManagement_Supervisors_Topology_Info

The Topology.Info structure contains the basic information about the association between vSphere Zones and vSphere Clusters.

JSON Example
{
    "zone": "string",
    "clusters": [
        "string"
    ]
}
string
zone
Required

Identifier of this vSphere 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.

array of string
clusters
Required

A list of vSphere Cluster identifiers that are associated with the vSphere Zone. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: ClusterComputeResource.