VcdNsxtIntegrationPropertiesExtNwSubnetIpRange

VcdNsxtIntegrationPropertiesExtNwSubnetIpRange
VcdNsxtIntegrationPropertiesExtNwSubnetIpRange

List of IP ranges for the external network.

JSON Example
{
    "startAddress": "string",
    "endAddress": "string"
}
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])$
startAddress
Optional

Start address (IP v4) of IP range.

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])$
endAddress
Optional

End address (IP v4) of IP range.