NamespaceManagement_Clusters_WorkloadNetworksEnableSpec
NamespaceManagement_Clusters_WorkloadNetworksEnableSpec
The Clusters.WorkloadNetworksEnableSpec contains the specification required to configure workload networks for a vSphere Namespaces Cluster during Enable operation. These workload networks will be used as backing network for Tanzu Kubernetes Cluster VMs and Kubernetes control plane VMs.
JSON Example
{
"supervisor_primary_workload_network": {
"network": "string",
"network_provider": "string",
"vsphere_network": {
"portgroup": "string",
"address_ranges": [
{
"address": "string",
"count": 0
}
],
"gateway": "string",
"subnet_mask": "string"
}
},
"network_list": [
{
"network": "string",
"network_provider": "string",
"vsphere_network": {
"portgroup": "string",
"address_ranges": [
{
"address": "string",
"count": 0
}
],
"gateway": "string",
"subnet_mask": "string"
}
}
]
}
supervisor_primary_workload_network
Required
The Networks.CreateSpec structure contains the specification required to create a vSphere Namespaces network object.
network_list
Optional
CreateSpecs structurees for additional list of vSphere Namespaces networks to be associated with this cluster.