public class Ipv6Range extends Object implements Serializable
Constructor and Description |
---|
Ipv6Range() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCidrIpv6()
The IPv6 CIDR range.
|
int |
hashCode() |
void |
setCidrIpv6(String cidrIpv6)
The IPv6 CIDR range.
|
String |
toString() |
public void setCidrIpv6(String cidrIpv6)
The IPv6 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv6 address, use the /128 prefix.
cidrIpv6
- The IPv6 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify
a single IPv6 address, use the /128 prefix.public String getCidrIpv6()
The IPv6 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv6 address, use the /128 prefix.
Copyright © 2010–2020. All rights reserved.