NamespaceManagementSupervisorsNetworksWorkloadNetwork

Network structure represents configuration for a network running workloads on a Supervisor.


Properties

ip_management Optional

Network.ip-management describes how IP addressing is configured on this network.

If unset, this network becomes a DHCP network. Your DHCP server must support client identifiers to successfully enable a Supervisor.


string
network Optional

Network.network is a unique identifier for this network which can be referenced later for updates or queries.

If unset, an ID will be generated. 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_type Required

NetworkType enumerates types of networks supported by the Supervisor for workloads.
NSXT : Indicates an NSX-T backed network.
VSPHERE : Indicates vSphere Networking.

Possible values are: NSXTVSPHERE


nsx Optional

Network.nsx specifies network configuration that is specific to NSX-T networks.

This field is optional and it is only relevant when the value of Network.network-type is NSXT.


services Optional

Network.services specifies which network services are configured on this network. These network services are expected to be accessible via the associated distributed virtual port group or distributed virtual switch.

If unset, network services may be automatically configured. If you want to disable any configuration of network services, explicitly set this structure to empty.


vsphere Optional

Network.vsphere specifies network configuration that is specific to vSphere networks.

This field is optional and it is only relevant when the value of Network.network-type is VSPHERE.

JSON Example

{
	"network_type": "NSXT"
}

Feedback

Was this page helpful?