InlineEdgeGateway1

InlineEdgeGateway1
InlineEdgeGateway1
JSON Example
{
    "id": "string",
    "name": "string",
    "description": "string",
    "edgeGatewayUplinks": [
        {
            "uplinkId": "string",
            "uplinkName": "string",
            "subnets": {
                "values": [
                    {
                        "gateway": "string",
                        "prefixLength": 0,
                        "dnsSuffix": "string",
                        "dnsServer1": "string",
                        "dnsServer2": "string",
                        "ipRanges": {
                            "values": [
                                {
                                    "startAddress": "string",
                                    "endAddress": "string"
                                }
                            ]
                        },
                        "enabled": false,
                        "totalIpCount": 0,
                        "usedIpCount": 0,
                        "primaryIp": "string",
                        "autoAllocateIpRanges": false
                    }
                ]
            },
            "connected": false,
            "quickAddAllocatedIpCount": 0,
            "dedicated": false,
            "vrfLiteBacked": false
        }
    ],
    "distributedRoutingEnabled": false,
    "orgVdcNetworkCount": 0,
    "gatewayBacking": {
        "backingId": "string",
        "networkProvider": {
            "name": "string",
            "id": "string"
        }
    },
    "orgVdc": {
        "name": "string",
        "id": "string"
    },
    "ownerRef": {
        "name": "string",
        "id": "string"
    },
    "orgRef": {
        "name": "string",
        "id": "string"
    },
    "serviceNetworkDefinition": "string",
    "edgeClusterConfig": {
        "primaryEdgeCluster": {
            "edgeClusterRef": {
                "name": "string",
                "id": "string"
            },
            "backingId": "string"
        },
        "secondaryEdgeCluster": {
            "edgeClusterRef": {
                "name": "string",
                "id": "string"
            },
            "backingId": "string"
        }
    }
}
string
id
Optional

The unique identifier of the edge gateway.

string
name
Optional

The name of the edge gateway.

string
description
Optional

The description of the edge gateway(optional).

edgeGatewayUplinks
Optional

The uplink connections for the edge gateway.

boolean
distributedRoutingEnabled
Optional

A flag indicating whether distributed routing is enabled or not. The default is false.

integer
orgVdcNetworkCount
Optional

The number of Org vDC networks connected to the gateway.

gatewayBacking
Optional

gatewayBacking

orgVdc
Optional

orgVdc

ownerRef
Optional

ownerRef

orgRef
Optional

orgRef

string
serviceNetworkDefinition
Optional

The network definition in CDIR form that DNS and DHCP service on an NSX-T edge will run on. The subnet prefix length must be 27. This property applies to creating or importing an NSX-T Edge. This is not supported for VMC. If nothing is set, the default is 192.168.255.225/27. The DHCP listener IP network is on 192.168.255.225/30. The DNS listener IP network is on 192.168.255.228/32. This field cannot be updated.

edgeClusterConfig
Optional

edgeClusterConfig