1VM::EC2::PlacementGroupU(s3e)r Contributed Perl DocumentaVtMi:o:nEC2::PlacementGroup(3)
2
3
4
6 VM::EC2::PlacementGroup - Object describing an Amazon EC2 cluster
7 placement group
8
10 use VM::EC2;
11
12 $ec2 = VM::EC2->new(...);
13 $group = $ec2->describe_placement_groups(-group_name=>'clusterXYZ');
14 $state = $group->state;
15
17 This object represents a cluster placement group.
18
20 These object methods are supported:
21
22 groupName -- the group's name
23 strategy -- the placement strategy
24 valid values:
25 cluster
26 state -- the state of the placement group
27 valid values:
28 pending | available | deleting | deleted
29
30 In addition, this object supports the delete() method.
31
33 When used in a string context, this object will interpolate the
34 groupName.
35
37 VM::EC2 VM::EC2::Object VM::EC2::Generic
38
40 Lance Kinley <lkinley@loyaltymethods.com>.
41
42 Copyright (c) 2012 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.32.1 2021-01-27 VM::EC2::PlacementGroup(3)