IpRange

IpRange
IpRange

Spec contains parameters for range of IP addresses

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

Start IP Address

string
endIpAddress
Required
Constraints: minLength: 7 maxLength: 15

End IP Address

Property Of