NamespaceManagementSupervisorsNetworksManagementNetworkBacking

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


Properties

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.

Possible values are: NETWORK


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.

JSON Example

{
	"backing": "NETWORK"
}

Feedback

Was this page helpful?