Skip to content

Commit 0c1453a

Browse files
authored
feat(ipam): add vpn_gateway resource type (#955)
1 parent 9c78f58 commit 0c1453a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: scaleway-async/scaleway_async/ipam/v1/types.py

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
5050
APPLE_SILICON_PRIVATE_NIC = "apple_silicon_private_nic"
5151
SERVERLESS_CONTAINER = "serverless_container"
5252
SERVERLESS_FUNCTION = "serverless_function"
53+
VPN_GATEWAY = "vpn_gateway"
5354

5455
def __str__(self) -> str:
5556
return str(self.value)

Diff for: scaleway/scaleway/ipam/v1/types.py

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
5050
APPLE_SILICON_PRIVATE_NIC = "apple_silicon_private_nic"
5151
SERVERLESS_CONTAINER = "serverless_container"
5252
SERVERLESS_FUNCTION = "serverless_function"
53+
VPN_GATEWAY = "vpn_gateway"
5354

5455
def __str__(self) -> str:
5556
return str(self.value)

0 commit comments

Comments
 (0)