We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424fb0f commit e1f4ad9Copy full SHA for e1f4ad9
1 file changed
linode_api4/objects/region.py
@@ -39,6 +39,7 @@ class Capability(StrEnum):
39
lke_control_plane_acl = "LKE Network Access Control List (IP ACL)"
40
aclb = "Akamai Cloud Load Balancer"
41
support_ticket_severity = "Support Ticket Severity"
42
+ support_live_chat = "Support Live Chat"
43
backups = "Backups"
44
placement_group = "Placement Group"
45
disk_encryption = "Disk Encryption"
@@ -58,6 +59,7 @@ class Capability(StrEnum):
58
59
maintenance_policy = "Maintenance Policy"
60
vpc_dual_stack = "VPC Dual Stack"
61
vpc_ipv6_stack = "VPC IPv6 Stack"
62
+ vpc_custom_ipv4_ranges = "Custom VPC IPv4 Ranges"
63
nlb = "Network LoadBalancer"
64
natgateway = "NAT Gateway"
65
lke_e_byovpc = "Kubernetes Enterprise BYO VPC"
0 commit comments