1VM::EC2::DB::AvailabiliUtsyeZronCeo(n3t)ributed Perl DocVuMm:e:nEtCa2t:i:oDnB::AvailabilityZone(3)
2
3
4

NAME

6       VM::EC2::DB::AvailabilityZone - An RDS Database Availability Zone
7

SYNOPSIS

9        use VM::EC2;
10
11        $ec2 = VM::EC2->new(...);
12        @options = $ec2->describe_orderable_db_instance_options(-engine => 'mysql');
13        foreach $option (grep { $_->DBInstanceClass eq 'db.m2.4xlarge' } @options) {
14          foreach $zone (grep { $_->ProvisionedIopsCapable } $option->AvailabilityZones) {
15            print $option->Engine,' ',$option->EngineVersion,' ',$zone,"\n";
16          }
17        }
18

DESCRIPTION

20       This object represents an Availability Zone as part of an Orderable DB
21       Instance Option.  Return as an element of a
22       VM::EC2->describe_orderable_db_instance_options() call.
23

STRING OVERLOADING

25       In string context, the object returns the Availability Zone name.
26

SEE ALSO

28       VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
29

AUTHOR

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