diff --git a/scaleway-async/scaleway_async/ipam/v1/types.py b/scaleway-async/scaleway_async/ipam/v1/types.py index 00e4a2ae6..289c5686c 100644 --- a/scaleway-async/scaleway_async/ipam/v1/types.py +++ b/scaleway-async/scaleway_async/ipam/v1/types.py @@ -60,6 +60,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta): BGP_ENDPOINT = "bgp_endpoint" SCBL_SEDB_CLUSTER = "scbl_sedb_cluster" DTWH_DEPLOYMENT = "dtwh_deployment" + SEDB_CLUSTER = "sedb_cluster" def __str__(self) -> str: return str(self.value) diff --git a/scaleway/scaleway/ipam/v1/types.py b/scaleway/scaleway/ipam/v1/types.py index 00e4a2ae6..289c5686c 100644 --- a/scaleway/scaleway/ipam/v1/types.py +++ b/scaleway/scaleway/ipam/v1/types.py @@ -60,6 +60,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta): BGP_ENDPOINT = "bgp_endpoint" SCBL_SEDB_CLUSTER = "scbl_sedb_cluster" DTWH_DEPLOYMENT = "dtwh_deployment" + SEDB_CLUSTER = "sedb_cluster" def __str__(self) -> str: return str(self.value)