1VM::EC2::DB::IPRange(3)User Contributed Perl DocumentatioVnM::EC2::DB::IPRange(3)
2
3
4

NAME

6       VM::EC2::DB::IPRange - An RDS Database IP Range
7

SYNOPSIS

9        use VM::EC2;
10
11        $ec2 = VM::EC2->new(...);
12        $group = $ec2->revoke_db_security_group_ingress(-db_security_group_name => 'dbgroup',
13                                                           -cidrip => '10.10.10.10/32');
14        print $_,"\n" foreach grep { $_->Status eq 'authorized' } $group->IPRanges;
15

DESCRIPTION

17       This object represents an IP Range in a DB Security group.
18

STRING OVERLOADING

20       In string context, this object returns the CIDRIP.
21

SEE ALSO

23       VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
24

AUTHOR

26       Lance Kinley <lkinley@loyaltymethods.com>.
27
28       Copyright (c) 2013 Loyalty Methods, Inc.
29
30       This package and its accompanying libraries is free software; you can
31       redistribute it and/or modify it under the terms of the GPL (either
32       version 1, or at your option, any later version) or the Artistic
33       License 2.0.  Refer to LICENSE for the full license text. In addition,
34       please see DISCLAIMER.txt for disclaimers of warranty.
35
36
37
38perl v5.32.0                      2020-07-28           VM::EC2::DB::IPRange(3)
Impressum