NsxTEdgeUplinkNetwork

NsxTEdgeUplinkNetwork
NsxTEdgeUplinkNetwork

This specification contains input parameters required to configure uplink network for NSX edge node VM

JSON Example
{
    "asnPeer": 0,
    "bgpPeerPassword": "string",
    "bgpPeers": [
        {
            "asn": 0,
            "ip": "string",
            "password": "string"
        }
    ],
    "peerIP": "string",
    "uplinkInterfaceIP": "string",
    "uplinkVlan": 0
}
integer As int64 As int64
asnPeer
Optional

[Deprecated] ASN of Peer (please use bgpPeers instead)

string
bgpPeerPassword
Optional

[Deprecated] BGP Peer Password (please use bgpPeers instead)

bgpPeers
Optional

List of BGP Peer configuration

string
peerIP
Optional

[Deprecated] BGP Peer IP (please use bgpPeers instead)

string
uplinkInterfaceIP
Required

Uplink IP

integer As int32 As int32
uplinkVlan
Required

Uplink Vlan

Property Of