public class IpRange extends Object implements Serializable
Constructor and Description |
---|
IpRange() |
public void setCidrIp(String cidrIp)
The IPv4 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv4 address, use the /32 prefix.
cidrIp
- The IPv4 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify
a single IPv4 address, use the /32 prefix.public String getCidrIp()
The IPv4 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv4 address, use the /32 prefix.
Copyright © 2010–2020. All rights reserved.