Skip to content

Commit 5248d38

Browse files
authored
feat(ipam): add new mgdb_instance resource (#745)
1 parent 1497076 commit 5248d38

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
@@ -45,6 +45,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
4545
BAREMETAL_SERVER = "baremetal_server"
4646
BAREMETAL_PRIVATE_NIC = "baremetal_private_nic"
4747
LLM_DEPLOYMENT = "llm_deployment"
48+
MGDB_INSTANCE = "mgdb_instance"
4849

4950
def __str__(self) -> str:
5051
return str(self.value)

scaleway/scaleway/ipam/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
4545
BAREMETAL_SERVER = "baremetal_server"
4646
BAREMETAL_PRIVATE_NIC = "baremetal_private_nic"
4747
LLM_DEPLOYMENT = "llm_deployment"
48+
MGDB_INSTANCE = "mgdb_instance"
4849

4950
def __str__(self) -> str:
5051
return str(self.value)

0 commit comments

Comments
 (0)