diff --git a/scaleway-async/scaleway_async/instance/v1/types.py b/scaleway-async/scaleway_async/instance/v1/types.py index f06dabea0..f4770f9eb 100644 --- a/scaleway-async/scaleway_async/instance/v1/types.py +++ b/scaleway-async/scaleway_async/instance/v1/types.py @@ -516,7 +516,8 @@ class PlacementGroup: policy_respected: bool """ - Returns true if the policy is respected, false otherwise. + In the server endpoints the value is always false as it is deprecated. +In the placement group endpoints the value is correct. """ zone: ScwZone diff --git a/scaleway/scaleway/instance/v1/types.py b/scaleway/scaleway/instance/v1/types.py index f06dabea0..f4770f9eb 100644 --- a/scaleway/scaleway/instance/v1/types.py +++ b/scaleway/scaleway/instance/v1/types.py @@ -516,7 +516,8 @@ class PlacementGroup: policy_respected: bool """ - Returns true if the policy is respected, false otherwise. + In the server endpoints the value is always false as it is deprecated. +In the placement group endpoints the value is correct. """ zone: ScwZone