1VM::EC2::PlacementGroupU(s3e)r Contributed Perl DocumentaVtMi:o:nEC2::PlacementGroup(3)
2
3
4

NAME

6       VM::EC2::PlacementGroup - Object describing an Amazon EC2 cluster
7       placement group
8

SYNOPSIS

10         use VM::EC2;
11
12         $ec2      = VM::EC2->new(...);
13         $group = $ec2->describe_placement_groups(-group_name=>'clusterXYZ');
14         $state = $group->state;
15

DESCRIPTION

17       This object represents a cluster placement group.
18

METHODS

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

STRING OVERLOADING

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

SEE ALSO

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

AUTHOR

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.0                      2020-07-28        VM::EC2::PlacementGroup(3)
Impressum