1VM::EC2::DB::Instance::UOsredrerCaobnlterOipbtuitoendV(M3P:)e:rElC2D:o:cDuBm:e:nItnasttiaonnce::OrderableOption(3)
2
3
4

NAME

6       VM::EC2::DB::Instance::OrderableOption - An RDS Database Orderable
7       Option
8

SYNOPSIS

10        use VM::EC2;
11
12        $ec2 = VM::EC2->new(...);
13        @options = $ec2->describe_orderable_db_instance_options(-engine => 'mysql');
14        foreach $option (grep { $_->MultiAZCapable } @options) {
15          print $option->EngineVersion,' ',
16                $option->DBInstanceClass,' ',
17                join(',',grep { $_->ProvisionedIopsCapable } $option->AvailabilityZones),
18                "\n";
19        }
20

DESCRIPTION

22       This object represents a DB Instance Orderable Option, as returned by
23       the VM::EC2->describe_orderable_db_instance_options() call.
24

STRING OVERLOADING

26       none
27

SEE ALSO

29       VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
30

AUTHOR

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