Skip to content

Commit 82d7fb1

Browse files
authored
feat(ipam): add support for sedb_cluster (#1385)
1 parent 4f51ca3 commit 82d7fb1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/ipam/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
6060
BGP_ENDPOINT = "bgp_endpoint"
6161
SCBL_SEDB_CLUSTER = "scbl_sedb_cluster"
6262
DTWH_DEPLOYMENT = "dtwh_deployment"
63+
SEDB_CLUSTER = "sedb_cluster"
6364

6465
def __str__(self) -> str:
6566
return str(self.value)

scaleway/scaleway/ipam/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
6060
BGP_ENDPOINT = "bgp_endpoint"
6161
SCBL_SEDB_CLUSTER = "scbl_sedb_cluster"
6262
DTWH_DEPLOYMENT = "dtwh_deployment"
63+
SEDB_CLUSTER = "sedb_cluster"
6364

6465
def __str__(self) -> str:
6566
return str(self.value)

0 commit comments

Comments
 (0)