EdgeGatewaySubnet
EdgeGatewaySubnet
Subnet for edge gateway that contains the IPs from the external network that are allocated to the edge.
AllOf
JSON Example
{
"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
}