Skip to content

Commit

Permalink
Add Placement Groups LA disclaimer (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai authored Jun 20, 2024
1 parent 63f9052 commit 92614c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions linode_api4/groups/placement.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
class PlacementAPIGroup(Group):
def groups(self, *filters):
"""
NOTE: Placement Groups may not currently be available to all users.
Returns a list of Placement Groups on your account. You may filter
this query to return only Placement Groups that match specific criteria::
Expand All @@ -34,6 +36,8 @@ def group_create(
**kwargs,
) -> PlacementGroup:
"""
NOTE: Placement Groups may not currently be available to all users.
Create a placement group with the specified parameters.
:param label: The label for the placement group.
Expand Down
2 changes: 2 additions & 0 deletions linode_api4/objects/placement.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class PlacementGroupMember(JSONObject):

class PlacementGroup(Base):
"""
NOTE: Placement Groups may not currently be available to all users.
A VM Placement Group, defining the affinity policy for Linodes
created in a region.
Expand Down

0 comments on commit 92614c9

Please sign in to comment.