File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
scaleway-async/scaleway_async/instance/v1
scaleway/scaleway/instance/v1 Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -516,7 +516,8 @@ class PlacementGroup:
516516
517517 policy_respected : bool
518518 """
519- Returns true if the policy is respected, false otherwise.
519+ In the server endpoints the value is always false as it is deprecated.
520+ In the placement group endpoints the value is correct.
520521 """
521522
522523 zone : ScwZone
Original file line number Diff line number Diff line change @@ -516,7 +516,8 @@ class PlacementGroup:
516516
517517 policy_respected : bool
518518 """
519- Returns true if the policy is respected, false otherwise.
519+ In the server endpoints the value is always false as it is deprecated.
520+ In the placement group endpoints the value is correct.
520521 """
521522
522523 zone : ScwZone
You can’t perform that action at this time.
0 commit comments