1VM::EC2::ReservedInstanUcsee:r:VLCMio:sn:ttEirCni2gb::u::tRPeerdsiecPreevSrecldhIeDndosuctluaemn(ec3ne)t:a:tLiiosnting::PriceSchedule(3)
2
3
4

NAME

6       VM::EC2::ReservedInstance::Listing::PriceSchedule - Object describing
7       an Amazon EC2 reserved instance listing price schedule
8

SYNOPSIS

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

DESCRIPTION

21       This object represents an Amazon EC2 reserved instance listing price
22       schedule (PriceScheduleSetItemType)
23

METHODS

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

STRING OVERLOADING

38       When used in a string context, this object will interpolate the
39       reservedInstancesListingId.
40

SEE ALSO

42       VM::EC2 VM::EC2::Generic
43

AUTHOR

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.32.0              VM::EC2:2:0R2e0s-e0r7v-e2d8Instance::Listing::PriceSchedule(3)
Impressum