1VM::EC2::ReservedInstanUcseeV:rM::LC:ioEsnCtt2ir:ni:gbR:ue:tsPeerdrivcPeeedSrIclnhseDtdoaucnluceme(e:3n:ptLmai)tsitoinng::PriceSchedule(3pm)
2
3
4
6 VM::EC2::ReservedInstance::Listing::PriceSchedule - Object describing
7 an Amazon EC2 reserved instance listing price schedule
8
10 use VM::EC2;
11
12 $ec2 = VM::EC2->new(...);
13 @listings = $ec2->describe_reserved_instances_listings();
14 for my $l (@listings) {
15 foreach ($l->priceSchedules) {
16 print $_,"\n";
17 }
18 }
19
21 This object represents an Amazon EC2 reserved instance listing price
22 schedule (PriceScheduleSetItemType)
23
25 These object methods are supported:
26
27 term -- The number of months remaining in the reservation
28
29 price -- The fixed price for the term
30
31 currencyCode -- The currency for transacting the Reserved Instance resale.
32 At this time, the only supported currency is USD
33
34 active -- The current price schedule, as determined by the term
35 remaining for the Reserved Instance in the listing
36
38 When used in a string context, this object will interpolate the
39 reservedInstancesListingId.
40
42 VM::EC2 VM::EC2::Generic
43
45 Lance Kinley <lkinley@loyaltymethods.com<gt>.
46
47 Copyright (c) 2014 Loyalty Methods, Inc.
48
49 This package and its accompanying libraries is free software; you can
50 redistribute it and/or modify it under the terms of the GPL (either
51 version 1, or at your option, any later version) or the Artistic
52 License 2.0. Refer to LICENSE for the full license text. In addition,
53 please see DISCLAIMER.txt for disclaimers of warranty.
54
55
56
57perl v5.38.0 VM::EC2::R2e0s2e3r-v0e7d-I2n1stance::Listing::PriceSchedule(3pm)