Skip to content

Commit e1f4ad9

Browse files
committed
Add two more Capabilities to be aligned with the latest apinext object
1 parent 424fb0f commit e1f4ad9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

linode_api4/objects/region.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class Capability(StrEnum):
3939
lke_control_plane_acl = "LKE Network Access Control List (IP ACL)"
4040
aclb = "Akamai Cloud Load Balancer"
4141
support_ticket_severity = "Support Ticket Severity"
42+
support_live_chat = "Support Live Chat"
4243
backups = "Backups"
4344
placement_group = "Placement Group"
4445
disk_encryption = "Disk Encryption"
@@ -58,6 +59,7 @@ class Capability(StrEnum):
5859
maintenance_policy = "Maintenance Policy"
5960
vpc_dual_stack = "VPC Dual Stack"
6061
vpc_ipv6_stack = "VPC IPv6 Stack"
62+
vpc_custom_ipv4_ranges = "Custom VPC IPv4 Ranges"
6163
nlb = "Network LoadBalancer"
6264
natgateway = "NAT Gateway"
6365
lke_e_byovpc = "Kubernetes Enterprise BYO VPC"

0 commit comments

Comments
 (0)