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 99class PlacementAPIGroup (Group ):
1010 def groups (self , * filters ):
1111 """
12+ NOTE: Placement Groups may not currently be available to all users.
13+
1214 Returns a list of Placement Groups on your account. You may filter
1315 this query to return only Placement Groups that match specific criteria::
1416
@@ -34,6 +36,8 @@ def group_create(
3436 ** kwargs ,
3537 ) -> PlacementGroup :
3638 """
39+ NOTE: Placement Groups may not currently be available to all users.
40+
3741 Create a placement group with the specified parameters.
3842
3943 :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):
2828
2929class PlacementGroup (Base ):
3030 """
31+ NOTE: Placement Groups may not currently be available to all users.
32+
3133 A VM Placement Group, defining the affinity policy for Linodes
3234 created in a region.
3335
You can’t perform that action at this time.
0 commit comments