Skip to content

Commit

Permalink
feat(ipam): add apple silicon resource types (scaleway#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Nov 26, 2024
1 parent c784785 commit cbcca62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scaleway-async/scaleway_async/ipam/v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
BAREMETAL_PRIVATE_NIC = "baremetal_private_nic"
LLM_DEPLOYMENT = "llm_deployment"
MGDB_INSTANCE = "mgdb_instance"
APPLE_SILICON_SERVER = "apple_silicon_server"
APPLE_SILICON_PRIVATE_NIC = "apple_silicon_private_nic"

def __str__(self) -> str:
return str(self.value)
Expand Down
2 changes: 2 additions & 0 deletions scaleway/scaleway/ipam/v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
BAREMETAL_PRIVATE_NIC = "baremetal_private_nic"
LLM_DEPLOYMENT = "llm_deployment"
MGDB_INSTANCE = "mgdb_instance"
APPLE_SILICON_SERVER = "apple_silicon_server"
APPLE_SILICON_PRIVATE_NIC = "apple_silicon_private_nic"

def __str__(self) -> str:
return str(self.value)
Expand Down

0 comments on commit cbcca62

Please sign in to comment.