public final class IPRange extends Object
AccountSASSignatureValues
or ServiceSASSignatureValues
for more information.Modifier and Type | Field and Description |
---|---|
static IPRange |
DEFAULT |
Inet4Address |
ipMax
A
Inet4Address representing the maximum IP address of the range. |
Inet4Address |
ipMin
A
Inet4Address representing the minimum IP address of the range. |
Constructor and Description |
---|
IPRange() |
Modifier and Type | Method and Description |
---|---|
static IPRange |
parse(String rangeStr)
Creates a
IPRange from the specified string. |
String |
toString()
Output the single IP address or range of IP addresses for.
|
public static final IPRange DEFAULT
public Inet4Address ipMin
Inet4Address
representing the minimum IP address of the range.public Inet4Address ipMax
Inet4Address
representing the maximum IP address of the range.public String toString()
This documentation was released into the public domain.