public class IpRange extends Object implements Serializable, Cloneable
Describes an IP range.
| Constructor and Description |
|---|
IpRange() |
| Modifier and Type | Method and Description |
|---|---|
IpRange |
clone() |
boolean |
equals(Object obj) |
String |
getCidrIp()
The CIDR range.
|
int |
hashCode() |
void |
setCidrIp(String cidrIp)
The CIDR range.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
IpRange |
withCidrIp(String cidrIp)
The CIDR range.
|
public void setCidrIp(String cidrIp)
The CIDR range. You can either specify a CIDR range or a source security group, not both.
cidrIp - The CIDR range. You can either specify a CIDR range or a source security group, not both.public String getCidrIp()
The CIDR range. You can either specify a CIDR range or a source security group, not both.
public IpRange withCidrIp(String cidrIp)
The CIDR range. You can either specify a CIDR range or a source security group, not both.
cidrIp - The CIDR range. You can either specify a CIDR range or a source security group, not both.public String toString()
toString in class ObjectObject.toString()Copyright © 2016. All rights reserved.