NamespaceManagementSupervisorsEnableOnZonesSpec

The Supervisors.EnableOnZonesSpec structure contains the specification required to enable the Supervisor on a set of vSphere Zones.

The ability to add multiple workload networks at enablement has been deprecated. Please use the Networks APIs to add additional workload networks after the cluster has been enabled.


Properties

control_plane Required

Supervisors.EnableSpec.control-plane specifies configuration for the Supervisor control plane.


string
name Required

A Supervisors.EnableSpec.name is a user-friendly identifier for this Supervisor.


workloads Required

Supervisors.EnableSpec.workloads specifies configuration for compute, network, and storage for workloads.


array of string
zones Required

Supervisors.EnableOnZonesSpec.zones describe consumption fault domain zones available to the Supervisor and its workloads. Only one or three zones are supported. 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

{
	"control_plane": {
		"network": {
			"backing": {
				"backing": "NETWORK"
			}
		}
	},
	"name": "string",
	"workloads": {
		"edge": {},
		"network": {
			"network_type": "NSXT"
		}
	},
	"zones": [
		"string"
	]
}

Feedback

Was this page helpful?