
Net::Amazon::EC2::IpPermission

A class representing a rule within the security group.

Protocol for the rule. e.g. tcp
Start of port range for the TCP and UDP protocols, or an ICMP type number. An ICMP type number of -1 indicates a wildcard (i.e., any ICMP type number).
End of port range for the TCP and UDP protocols, or an ICMP code. An ICMP code of -1 indicates a wildcard (i.e., any ICMP code).
An array ref of Net::Amazon::EC2::IpRange objects to be associated with this rule.
An array ref of Net::Amazon::EC2::UserIdGroupPair objects to be associated with this rule.

Jeff Kim <jkim@chosec.com>

Copyright (c) 2006-2008 Jeff Kim. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.