We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95d8e4 commit a9a67d6Copy full SHA for a9a67d6
nodebalancer.go
@@ -22,7 +22,7 @@ type NodeBalancer struct {
22
IPv4 *string `json:"ipv4"`
23
// This NodeBalancer's public IPv6 address.
24
IPv6 *string `json:"ipv6"`
25
- // Frontend address type (e.g., "vpc")
+ // Frontend address type (Either "vpc" or "public")
26
FrontendAddressType *string `json:"frontend_address_type,omitempty"`
27
// Frontend VPC subnet ID when using VPC addressing
28
FrontendVPCSubnetID *int `json:"frontend_vpc_subnet_id,omitempty"`
0 commit comments