Nsx_UplinkNetworkSpec

Nsx_UplinkNetworkSpec
Nsx_UplinkNetworkSpec

The UplinkNetworkSpec 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.

JSON Example
{
    "vlan": 0,
    "subnet_mask": "string",
    "gateway": "string"
}
integer As int64
vlan
Required

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. This field is currently required. It is optional for future development.
string
subnet_mask
Required

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.

string
gateway
Required

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.