We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917114d commit 814db6fCopy full SHA for 814db6f
scaleway-async/scaleway_async/instance/v1/types.py
@@ -516,7 +516,8 @@ class PlacementGroup:
516
517
policy_respected: bool
518
"""
519
- Returns true if the policy is respected, false otherwise.
+ In the server endpoints the value is always false as it is deprecated.
520
+In the placement group endpoints the value is correct.
521
522
523
zone: ScwZone
scaleway/scaleway/instance/v1/types.py
0 commit comments