SecurityGroupRule Properties |
The SecurityGroupRule type exposes the following members.
Name | Description | |
---|---|---|
MaxPort |
The maximum port number in the range that is matched by the security group rule.
The port_range_min attribute constrains the port_range_max attribute.
If the protocol is ICMP, this value must be an ICMP type.
| |
MinPort |
The minimum port number in the range that is matched by the security group rule.
If the protocol is TCP or UDP, this value must be less than or equal to the port_range_max attribute value.
If the protocol is ICMP, this value must be an ICMP type.
|