File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 9
9
class PlacementAPIGroup (Group ):
10
10
def groups (self , * filters ):
11
11
"""
12
+ NOTE: Placement Groups may not currently be available to all users.
13
+
12
14
Returns a list of Placement Groups on your account. You may filter
13
15
this query to return only Placement Groups that match specific criteria::
14
16
@@ -34,6 +36,8 @@ def group_create(
34
36
** kwargs ,
35
37
) -> PlacementGroup :
36
38
"""
39
+ NOTE: Placement Groups may not currently be available to all users.
40
+
37
41
Create a placement group with the specified parameters.
38
42
39
43
:param label: The label for the placement group.
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ class PlacementGroupMember(JSONObject):
28
28
29
29
class PlacementGroup (Base ):
30
30
"""
31
+ NOTE: Placement Groups may not currently be available to all users.
32
+
31
33
A VM Placement Group, defining the affinity policy for Linodes
32
34
created in a region.
33
35
You can’t perform that action at this time.
0 commit comments