1VM::EC2::DB::AvailabiliUtsyeZronCeo(n3tprmi)buted Perl DVoMc:u:mEeCn2t:a:tDiBo:n:AvailabilityZone(3pm)
2
3
4
6 VM::EC2::DB::AvailabilityZone - An RDS Database Availability Zone
7
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
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
25 In string context, the object returns the Availability Zone name.
26
28 VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
29
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.38.0 2023-07-21VM::EC2::DB::AvailabilityZone(3pm)