Skip to content

Commit 4f51ca3

Browse files
feat(ipam): add support for dtwh_deployment (#1381)
Co-authored-by: Rémy Léone <rleone@scaleway.com>
1 parent e262d6c commit 4f51ca3

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
@@ -59,6 +59,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
5959
KAFKA_CLUSTER = "kafka_cluster"
6060
BGP_ENDPOINT = "bgp_endpoint"
6161
SCBL_SEDB_CLUSTER = "scbl_sedb_cluster"
62+
DTWH_DEPLOYMENT = "dtwh_deployment"
6263

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

scaleway/scaleway/ipam/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
5959
KAFKA_CLUSTER = "kafka_cluster"
6060
BGP_ENDPOINT = "bgp_endpoint"
6161
SCBL_SEDB_CLUSTER = "scbl_sedb_cluster"
62+
DTWH_DEPLOYMENT = "dtwh_deployment"
6263

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

0 commit comments

Comments
 (0)