VAppNetworkDescriptor_IpRange

VAppNetworkDescriptor_IpRange
VAppNetworkDescriptor_IpRange

Represents a range of IP addresses, start and end inclusive.

JSON Example
{
    "endAddress": "10.71.80.255",
    "startAddress": "10.71.80.0"
}
string
endAddress
Optional

End address of the IP range.

string
startAddress
Optional

Start address of the IP range.