public class IpPermission extends Object implements Serializable
Constructor and Description |
---|
IpPermission() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getFromPort()
The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number.
|
String |
getIpProtocol()
|
List<IpRange> |
getIpv4Ranges()
One or more IPv4 ranges.
|
List<Ipv6Range> |
getIpv6Ranges()
[EC2-VPC only] One or more IPv6 ranges.
|
List<PrefixListId> |
getPrefixListIds()
(Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and
DescribeSecurityGroups only) One or more prefix list IDs for an AWS service.
|
Integer |
getToPort()
The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.
|
List<UserIdGroupPair> |
getUserIdGroupPairs()
One or more security group and AWS account ID pairs.
|
int |
hashCode() |
void |
setFromPort(Integer fromPort)
The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number.
|
void |
setIpProtocol(String ipProtocol)
|
void |
setIpv4Ranges(Collection<IpRange> ipv4Ranges)
One or more IPv4 ranges.
|
void |
setIpv6Ranges(Collection<Ipv6Range> ipv6Ranges)
[EC2-VPC only] One or more IPv6 ranges.
|
void |
setPrefixListIds(Collection<PrefixListId> prefixListIds)
(Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and
DescribeSecurityGroups only) One or more prefix list IDs for an AWS service.
|
void |
setToPort(Integer toPort)
The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.
|
void |
setUserIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)
One or more security group and AWS account ID pairs.
|
String |
toString() |
public void setIpProtocol(String ipProtocol)
The IP protocol name (tcp
, udp
, icmp
) or number (see Protocol Numbers).
[EC2-VPC only] Use -1
to specify all protocols. When authorizing security group rules, specifying
-1
or a protocol number other than tcp
, udp
, icmp
, or
58
(ICMPv6) allows traffic on all ports, regardless of any port range you specify. For
tcp
, udp
, and icmp
, you must specify a port range. For 58
(ICMPv6), you can optionally specify a port range; if you don't, traffic for all types and codes is allowed when
authorizing rules.
ipProtocol
- The IP protocol name (tcp
, udp
, icmp
) or number (see Protocol Numbers).
-1
to specify all protocols. When authorizing security group rules,
specifying -1
or a protocol number other than tcp
, udp
,
icmp
, or 58
(ICMPv6) allows traffic on all ports, regardless of any port range
you specify. For tcp
, udp
, and icmp
, you must specify a port range.
For 58
(ICMPv6), you can optionally specify a port range; if you don't, traffic for all types
and codes is allowed when authorizing rules.public String getIpProtocol()
The IP protocol name (tcp
, udp
, icmp
) or number (see Protocol Numbers).
[EC2-VPC only] Use -1
to specify all protocols. When authorizing security group rules, specifying
-1
or a protocol number other than tcp
, udp
, icmp
, or
58
(ICMPv6) allows traffic on all ports, regardless of any port range you specify. For
tcp
, udp
, and icmp
, you must specify a port range. For 58
(ICMPv6), you can optionally specify a port range; if you don't, traffic for all types and codes is allowed when
authorizing rules.
The IP protocol name (tcp
, udp
, icmp
) or number (see Protocol Numbers).
-1
to specify all protocols. When authorizing security group rules,
specifying -1
or a protocol number other than tcp
, udp
,
icmp
, or 58
(ICMPv6) allows traffic on all ports, regardless of any port range
you specify. For tcp
, udp
, and icmp
, you must specify a port
range. For 58
(ICMPv6), you can optionally specify a port range; if you don't, traffic for
all types and codes is allowed when authorizing rules.public void setFromPort(Integer fromPort)
The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number. A value of -1
indicates all ICMP/ICMPv6 types.
fromPort
- The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number. A value of
-1
indicates all ICMP/ICMPv6 types.public Integer getFromPort()
The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number. A value of -1
indicates all ICMP/ICMPv6 types.
-1
indicates all ICMP/ICMPv6 types.public void setToPort(Integer toPort)
The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code. A value of -1
indicates
all ICMP/ICMPv6 codes for the specified ICMP type.
toPort
- The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code. A value of -1
indicates all ICMP/ICMPv6 codes for the specified ICMP type.public Integer getToPort()
The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code. A value of -1
indicates
all ICMP/ICMPv6 codes for the specified ICMP type.
-1
indicates all ICMP/ICMPv6 codes for the specified ICMP type.public List<UserIdGroupPair> getUserIdGroupPairs()
One or more security group and AWS account ID pairs.
public void setUserIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)
One or more security group and AWS account ID pairs.
userIdGroupPairs
- One or more security group and AWS account ID pairs.public List<Ipv6Range> getIpv6Ranges()
[EC2-VPC only] One or more IPv6 ranges.
public void setIpv6Ranges(Collection<Ipv6Range> ipv6Ranges)
[EC2-VPC only] One or more IPv6 ranges.
ipv6Ranges
- [EC2-VPC only] One or more IPv6 ranges.public List<PrefixListId> getPrefixListIds()
(Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and DescribeSecurityGroups only) One or more prefix list IDs for an AWS service. In an AuthorizeSecurityGroupEgress request, this is the AWS service that you want to access through a VPC endpoint from instances associated with the security group.
public void setPrefixListIds(Collection<PrefixListId> prefixListIds)
(Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and DescribeSecurityGroups only) One or more prefix list IDs for an AWS service. In an AuthorizeSecurityGroupEgress request, this is the AWS service that you want to access through a VPC endpoint from instances associated with the security group.
prefixListIds
- (Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and
DescribeSecurityGroups only) One or more prefix list IDs for an AWS service. In an
AuthorizeSecurityGroupEgress request, this is the AWS service that you want to access through a VPC
endpoint from instances associated with the security group.public List<IpRange> getIpv4Ranges()
One or more IPv4 ranges.
public void setIpv4Ranges(Collection<IpRange> ipv4Ranges)
One or more IPv4 ranges.
ipv4Ranges
- One or more IPv4 ranges.Copyright © 2010–2020. All rights reserved.