1VM::EC2::DB::IPRange(3pUms)er Contributed Perl DocumentatViMo:n:EC2::DB::IPRange(3pm)
2
3
4
6 VM::EC2::DB::IPRange - An RDS Database IP Range
7
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
17 This object represents an IP Range in a DB Security group.
18
20 In string context, this object returns the CIDRIP.
21
23 VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
24
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.38.0 2023-07-21 VM::EC2::DB::IPRange(3pm)