Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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