Skip to content

Commit a9a67d6

Browse files
committed
update comment
1 parent d95d8e4 commit a9a67d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodebalancer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type NodeBalancer struct {
2222
IPv4 *string `json:"ipv4"`
2323
// This NodeBalancer's public IPv6 address.
2424
IPv6 *string `json:"ipv6"`
25-
// Frontend address type (e.g., "vpc")
25+
// Frontend address type (Either "vpc" or "public")
2626
FrontendAddressType *string `json:"frontend_address_type,omitempty"`
2727
// Frontend VPC subnet ID when using VPC addressing
2828
FrontendVPCSubnetID *int `json:"frontend_vpc_subnet_id,omitempty"`

0 commit comments

Comments
 (0)