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

NAME

6       VM::EC2::ReservedInstance::Listing::InstanceCounts - Object describing
7       an Amazon EC2 reserved instance listing instance counts
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->instanceCounts) {
16             print $_,"\n";
17           }
18         }
19

DESCRIPTION

21       This object represents an Amazon EC2 reserved instance listing instance
22       count
23

METHODS

25       These object methods are supported:
26
27        state               -- The state of the listed Reserved Instances
28                               Valid values: available | sold | cancelled | pending
29
30        instanceCount       -- The number of listed Reserved Instances in the state specified by the state
31

STRING OVERLOADING

33       When used in a string context, this object will interpolate the
34       reservedInstancesListingId.
35

SEE ALSO

37       VM::EC2 VM::EC2::Generic
38

AUTHOR

40       Lance Kinley <lkinley@loyaltymethods.com<gt>.
41
42       Copyright (c) 2014 Loyalty Methods, Inc.
43
44       This package and its accompanying libraries is free software; you can
45       redistribute it and/or modify it under the terms of the GPL (either
46       version 1, or at your option, any later version) or the Artistic
47       License 2.0.  Refer to LICENSE for the full license text. In addition,
48       please see DISCLAIMER.txt for disclaimers of warranty.
49
50
51
52perl v5.30.0              VM::EC2:2:0R1e9s-e0r7v-e2d6Instance::Listing::InstanceCount(3)
Impressum