1VM::EC2::ReservedInstanUcsee:r:MCoodnitfriicbauttieVodMn:(P:3eE)rCl2:D:oRceusmeernvteadtIinosntance::Modification(3)
2
3
4
6 VM::EC2::ReservedInstance::Modification - Object describing an Amazon
7 EC2 reserved instance listing modification
8
10 use VM::EC2;
11
12 $ec2 = VM::EC2->new(...);
13 @mods = $ec2->describe_reserved_instances_modifications();
14 for my $m (@mods) {
15 print $m->reservedInstancesModificationId,"\n";
16 print $m->createDate,"\n";
17 print $m->status,"\n";
18 }
19
21 This object represents an Amazon EC2 reserved instance modification, as
22 returned by VM::EC2->describe_reserved_instances_modifications().
23
25 These object methods are supported:
26
27 reservedInstancesModificationId -- ID of this modification
28
29 clientToken -- The idempotency token you provided when you
30 created the listing
31
32 reservedInstancesId -- The ID of the Reserved Instance
33
34 modificationResult -- Contains target configurations along with
35 their corresponding new Reserved Instance
36 IDs
37
38 createDate -- The time when the modification request was
39 created
40
41 updateDate -- Time when the modification request was last
42 updated
43
44 effectiveDate -- Time for the modification to become
45 effective
46
47 status -- The status of the Reserved Instances
48 modification request
49 Valid values:
50 processing | fulfilled | failed
51
52 statusMessage -- The reason for the current status
53
55 When used in a string context, this object will interpolate the
56 reservedInstancesModificationId
57
59 VM::EC2 VM::EC2::Generic
60
62 Lance Kinley <lkinley@loyaltymethods.com<gt>.
63
64 Copyright (c) 2014 Loyalty Methods, Inc.
65
66 This package and its accompanying libraries is free software; you can
67 redistribute it and/or modify it under the terms of the GPL (either
68 version 1, or at your option, any later version) or the Artistic
69 License 2.0. Refer to LICENSE for the full license text. In addition,
70 please see DISCLAIMER.txt for disclaimers of warranty.
71
72
73
74perl v5.32.1 202V1M-:0:1E-C227::ReservedInstance::Modification(3)