Skip to content

Commit c9b7720

Browse files
scaleway-botyfodil
andauthored
feat(ipam): add a new bgp_endpoint resource (#1034)
Co-authored-by: Yacine Fodil <105779815+yfodil@users.noreply.github.com>
1 parent 1010368 commit c9b7720

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
@@ -53,6 +53,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
5353
VPN_GATEWAY = "vpn_gateway"
5454
DDL_DATALAB = "ddl_datalab"
5555
KAFKA_CLUSTER = "kafka_cluster"
56+
BGP_ENDPOINT = "bgp_endpoint"
5657

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

scaleway/scaleway/ipam/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
5353
VPN_GATEWAY = "vpn_gateway"
5454
DDL_DATALAB = "ddl_datalab"
5555
KAFKA_CLUSTER = "kafka_cluster"
56+
BGP_ENDPOINT = "bgp_endpoint"
5657

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

0 commit comments

Comments
 (0)