NamespaceManagementNetworksUpdateSpec

The Networks.UpdateSpec structure contains the specification required to update the configuration of a vSphere Namespaces network object. This structure is applied partially, and only the specified fields will replace or modify their existing counterparts.


Properties

network_provider Required

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


nsx_network Optional

Updated 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.UpdateSpec.network-provider is NSXT_CONTAINER_PLUGIN.


vsphere_network Optional

Updated 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.UpdateSpec.network-provider is VSPHERE_NETWORK.

JSON Example

{
	"network_provider": "enum"
}
Parameter To

Update Networks

Feedback

Was this page helpful?