NamespaceManagementSupervisorsNetworksWorkloadNsxNetwork

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


Properties

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.

JSON Example

{
	"dvs": "string"
}

Feedback

Was this page helpful?