NamespaceManagementNetworksInfo

The Networks.Info structure contains detailed information about a specific vSphere Namespaces network.


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.


array of string
namespaces Optional

A list of Supervisor Namespaces associated with this network. This field is optional because it was added in a newer version than its parent node. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.vcenter.namespaces.Instance. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.vcenter.namespaces.Instance.


nsx_network Optional

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

JSON Example

{
	"network": "string",
	"network_provider": "enum"
}

Feedback

Was this page helpful?