NamespaceManagement_Networks_Info

NamespaceManagement_Networks_Info
NamespaceManagement_Networks_Info

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

JSON Example
{
    "network": "string",
    "network_provider": "string",
    "vsphere_network": {
        "portgroup": "string",
        "ip_assignment_mode": "string",
        "address_ranges": [
            {
                "address": "string",
                "count": 0
            }
        ],
        "gateway": "string",
        "subnet_mask": "string"
    },
    "nsx_network": {
        "namespace_network_cidrs": [
            {
                "address": "string",
                "prefix": 0
            }
        ],
        "ingress_cidrs": [
            {
                "address": "string",
                "prefix": 0
            }
        ],
        "egress_cidrs": [
            {
                "address": "string",
                "prefix": 0
            }
        ],
        "nsx_tier0_gateway": "string",
        "subnet_prefix_length": 0,
        "routed_mode": false,
        "load_balancer_size": "string"
    },
    "namespaces": [
        "string"
    ]
}
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

Identifies the network plugin that cluster networking functionalities for this vSphere Namespaces Cluster.
NSXT_CONTAINER_PLUGIN : NSX-T Container Plugin.
VSPHERE_NETWORK : vSphere Networking.

vsphere_network
Optional

The Networks.VsphereDVPGNetworkInfo structure describes the configuration specification of a vSphere DVPG-backed Namespaces Network object.

nsx_network
Optional

The Networks.NsxNetworkInfo structure describes the configuration specification of a NSXT-backed Namespaces Network configuration.

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.