VcdNsxtIntegrationPropertiesExtNwSubnet
VcdNsxtIntegrationPropertiesExtNwSubnet
List of subnets for external network.
JSON Example
{
"gateway": "string",
"prefixLength": 0,
"dnsSuffix": "string",
"dnsServer1": "string",
"dnsServer2": "string",
"ipRanges": [
{
"startAddress": "string",
"endAddress": "string"
}
],
"enabled": false
}
string As ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$
gateway
Optional
The gateway defined for the external network.
integer As int32 As int32
prefixLength
Optional
The subnet prefix for the external network
string As ^([a-z_A-Z0-9]([a-z_A-Z0-9\-]*[a-zA-Z0-9])?\.)*[a-z_A-Z0-9]([a-z_A-Z0-9\-]*[a-z_A-Z0-9])?$
dnsSuffix
Optional
The DNS suffix for the external network.
string As ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$
dnsServer1
Optional
The first DNS server for the external network.
string As ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$
dnsServer2
Optional
The second DNS server for the external network.
ipRanges
Optional
List of IP ranges for the external network.
boolean
enabled
Optional
Indicating whether the subnet for external network is enabled in VCD or not.