1VM::EC2::Instance::PlacUesmeerntC(o3n)tributed Perl DocuVmMe:n:tEaCt2i:o:nInstance::Placement(3)
2
3
4
6 VM::EC2::Instance::Placement - Object describing an Amazon EC2
7 instance's placement
8
10 use VM::EC2;
11
12 $ec2 = VM::EC2->new(...);
13
15 This object represents the placement of an instance in an Amazon EC2
16 availability region and cluster group. It is returned by
17 VM::EC2->describe_instances
18
20 These object methods are supported:
21
22 availabilityZone -- The availability zone of the instance.
23 groupName -- The name of the placement group in a
24 cluster computing instance.
25 tenancy -- Tenancy of the instance, e.g. "dedicated".
26
28 When used in a string context, this object will interpolate the
29 availabilityZone.
30
32 VM::EC2 VM::EC2::Generic
33
35 Lincoln Stein <lincoln.stein@gmail.com>.
36
37 Copyright (c) 2011 Ontario Institute for Cancer Research
38
39 This package and its accompanying libraries is free software; you can
40 redistribute it and/or modify it under the terms of the GPL (either
41 version 1, or at your option, any later version) or the Artistic
42 License 2.0. Refer to LICENSE for the full license text. In addition,
43 please see DISCLAIMER.txt for disclaimers of warranty.
44
45
46
47perl v5.34.0 2022-01-21 VM::EC2::Instance::Placement(3)