public final class IPRange extends Object
AccountSASSignatureValues
or ServiceSASSignatureValues
for more information.Constructor and Description |
---|
IPRange() |
Modifier and Type | Method and Description |
---|---|
String |
ipMax()
A
Inet4Address representing the maximum IP address of the range. |
String |
ipMin()
A
Inet4Address representing the minimum IP address of the range. |
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.
|
IPRange |
withIpMax(String ipMax)
A
Inet4Address representing the maximum IP address of the range. |
IPRange |
withIpMin(String ipMin)
A
Inet4Address representing the minimum IP address of the range. |
public static final IPRange DEFAULT
public String ipMin()
Inet4Address
representing the minimum IP address of the range.public IPRange withIpMin(String ipMin)
Inet4Address
representing the minimum IP address of the range.public String ipMax()
Inet4Address
representing the maximum IP address of the range.public IPRange withIpMax(String ipMax)
Inet4Address
representing the maximum IP address of the range.public String toString()
This documentation was released into the public domain.