NamespaceManagementSupervisorsEnableSpec
The Supervisors.EnableSpec structure contains the specification required to enable a Supervisor.
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.
JSON Example
{
"control_plane": {
"network": {
"backing": {
"backing": "NETWORK"
}
}
},
"name": "string",
"workloads": {
"edge": {},
"network": {
"network_type": "NSXT"
}
}
}