NamespaceManagementNetworksSetSpec

The Networks.SetSpec structure contains the specification required to set a new configuration of a vSphere Namespaces network object. This structure is applied in entirety, replacing the current specification fully.


Properties

network_provider Required

The network provider that will manage the vSphere Namespaces network object.


nsx_network Optional

Modified configuration specification for a NSXT-backed Namespaces network configuration, supported by NSXT_CONTAINER_PLUGIN network provider. This field is optional and it is only relevant when the value of Networks.SetSpec.network-provider is NSXT_CONTAINER_PLUGIN.


vsphere_network Optional

Modified configuration specification for a DVPG-backed Namespaces network object, supported by VSPHERE_NETWORK network provider. This field is optional and it is only relevant when the value of Networks.SetSpec.network-provider is VSPHERE_NETWORK.

JSON Example

{
	"network_provider": "enum"
}
Parameter To

Set Networks

Feedback

Was this page helpful?