Skip to content

Commit 7d2e2bb

Browse files
authored
feat(ipam): add a new kafka_cluster resource (#1031)
1 parent 2b3071f commit 7d2e2bb

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
@@ -52,6 +52,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
5252
SERVERLESS_FUNCTION = "serverless_function"
5353
VPN_GATEWAY = "vpn_gateway"
5454
DDL_DATALAB = "ddl_datalab"
55+
KAFKA_CLUSTER = "kafka_cluster"
5556

5657
def __str__(self) -> str:
5758
return str(self.value)

scaleway/scaleway/ipam/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
5252
SERVERLESS_FUNCTION = "serverless_function"
5353
VPN_GATEWAY = "vpn_gateway"
5454
DDL_DATALAB = "ddl_datalab"
55+
KAFKA_CLUSTER = "kafka_cluster"
5556

5657
def __str__(self) -> str:
5758
return str(self.value)

0 commit comments

Comments
 (0)