NamespaceManagementSupervisorsNetworksWorkloadNetwork
Network structure represents configuration for a network running workloads on a Supervisor.
Properties
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.
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.
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: NSXT , VSPHERE
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.
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.
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"
}