NamespaceManagement_Supervisors_Networks_Management_NetworkBacking

NamespaceManagement_Supervisors_Networks_Management_NetworkBacking
NamespaceManagement_Supervisors_Networks_Management_NetworkBacking

A NetworkBacking enumerates the possible options for uplinking to a Supervisor management network.

JSON Example
{
    "backing": "string",
    "network": "string",
    "network_segment": "NamespaceManagement_Supervisors_Networks_NetworkSegment Object"
}
backing
Required

NetworkBackingEnum enumerates types of network backings supported by the Supervisor for the management network.
NETWORK : Indicates a virtual infrastructure management Network. It may include items like opaque networks or Distributed Virtual Port Groups. This field is deprecated, use NETWORK_SEGMENT instead.
NETWORK_SEGMENT : Indicates a virtual infrastructure management Network Segment. The Network Segment can be backed by either a single Port Group or a set of Port Groups in the same layer 2 broadcast domain. From this set of one or more Port Groups, at least one Port Group must be available on each vSphere Zone and its associated vSphere clusters that Supervisor control plane is configured to be enabled on.

string
network
Optional

The Managed Object ID of the Network object. This field is optional and it is only relevant when the value of NetworkBacking.backing is NETWORK. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Network. When operations return a value of this structure as a result, the field will be an identifier for the resource type: Network.

network_segment
Optional

The Backing Network Segment. This field is optional and it is only relevant when the value of NetworkBacking.backing is NETWORK_SEGMENT.