NamespaceManagementSupervisorsTopologyInfo

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


Properties

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.


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.

JSON Example

{
	"clusters": [
		"string"
	],
	"zone": "string"
}

Feedback

Was this page helpful?