vcenter nsx: uplink network spec

The uplink_network_spec contains information related to configuration of the uplink network interface on the NSX Edge node(s). Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Representation:

{
    "vlan"1,
    "subnet_mask""string",
    "gateway""string"
}

Attributes:

Name Type Description
Required
subnet_mask string Subnet mask for the interface on the network. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

gateway string Gateway IP address for the interface on the network. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Optional
vlan long The VLAN identifier for the network. Possible values:
  • A value from 1 to 4094 specifies a VLAN ID for the network.
  • Any other value (including 0) is invalid.
. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Optional. This field is currently required. It is optional for future development.