Skip to content

Commit 92614c9

Browse files
Add Placement Groups LA disclaimer (#422)
1 parent 63f9052 commit 92614c9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

linode_api4/groups/placement.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
class 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.

linode_api4/objects/placement.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ class PlacementGroupMember(JSONObject):
2828

2929
class 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

0 commit comments

Comments
 (0)