NamespaceManagementNetworksInfo
Properties
string
network
Required
Identifier of the network. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.namespace_management.Network. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.namespace_management.Network.
network_provider
Required
The network provider that will manage the vSphere Namespaces network object.
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.Info.network-provider is VSPHERE_NETWORK.
JSON Example
{
"network": "string",
"network_provider": "enum"
}