NamespacesInstancesNetworkCreateSpec
The Instances.NetworkCreateSpec structure contains the specification required to create a vSphere Namespaces network object.
Properties
network
Optional
The create spec for an 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 Instances.NetworkCreateSpec.network-provider is NSXT_CONTAINER_PLUGIN.
network_provider
Required
Identifies the network plugin that networking functionalities for this vSphere Namespace.
NSXT_CONTAINER_PLUGIN : NSX-T Container Plugin.
VSPHERE_NETWORK : vSphere Networking.
Possible values are: NSXT_CONTAINER_PLUGIN , VSPHERE_NETWORK
JSON Example
{
"network_provider": "NSXT_CONTAINER_PLUGIN"
}