NamespaceManagementSupervisorsEnableOnComputeClusterSpec

The Supervisors.EnableOnComputeClusterSpec structure contains the specification required to enable a Supervisor on a vSphere cluster.

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.


string
zone Optional

Supervisors.EnableOnComputeClusterSpec.zone describes consumption fault domain zone available to the Supervisor and its workloads. Zone will be created and associated with the cluster. If unset, the zone name will be generated based on the cluster managed object ID. The zone can be managed with the zone api #com.vmware.vcenter.consumption-domains.Zones 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

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

Feedback

Was this page helpful?