IpRange

IpRange
IpRange

Spec contains parameters for range of IP addresses

JSON Example
{
    "endIpAddress": "192.168.0.128",
    "startIpAddress": "192.168.0.123"
}
string
endIpAddress
Required
Constraints: minLength: 7 maxLength: 15

End IP Address

string
startIpAddress
Required
Constraints: minLength: 7 maxLength: 15

Start IP Address

Property Of