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
Supervisors.EnableSpec.control-plane specifies configuration for the Supervisor control plane.
A Supervisors.EnableSpec.name is a user-friendly identifier for this Supervisor.
Supervisors.EnableSpec.workloads specifies configuration for compute, network, and storage for workloads.
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"
]
}