NamespaceManagement_Supervisors_Networks_Workload_NsxNetwork

NamespaceManagement_Supervisors_Networks_Workload_NsxNetwork
NamespaceManagement_Supervisors_Networks_Workload_NsxNetwork

NsxNetwork specifies network backing configuration that is specific to the workload network.

JSON Example
{
    "dvs": "string",
    "namespace_subnet_prefix": 0
}
string
dvs
Required

NsxNetwork.dvs is the Managed Object ID of a vSphere Distributed Virtual Switch. You can use it to connect to an NSX-T Network.

When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: vSphereDistributedSwitch. When operations return a value of this structure as a result, the field will be an identifier for the resource type: vSphereDistributedSwitch.

integer As int64
namespace_subnet_prefix
Optional

NsxNetwork.namespace-subnet-prefix indicates the size of the subnet reserved for namespace segments.

Defaults to /28.