File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2138,7 +2138,7 @@ type CreateLBRequest struct {
21382138 // Deprecated: IPID: ID of an existing flexible IP address to attach to the Load Balancer.
21392139 IPID * string `json:"ip_id,omitempty"`
21402140
2141- // AssignFlexibleIP: defines whether to automatically assign a flexible public IP to lb . Default value is `false ` (do not assign).
2141+ // AssignFlexibleIP: defines whether to automatically assign a flexible public IP to the Load Balancer . Default value is `true ` (assign).
21422142 AssignFlexibleIP * bool `json:"assign_flexible_ip,omitempty"`
21432143
21442144 // AssignFlexibleIPv6: defines whether to automatically assign a flexible public IPv6 to the Load Balancer. Default value is `false` (do not assign).
@@ -3664,7 +3664,7 @@ type ZonedAPICreateLBRequest struct {
36643664 // Deprecated: IPID: ID of an existing flexible IP address to attach to the Load Balancer.
36653665 IPID * string `json:"ip_id,omitempty"`
36663666
3667- // AssignFlexibleIP: defines whether to automatically assign a flexible public IP to lb . Default value is `false ` (do not assign).
3667+ // AssignFlexibleIP: defines whether to automatically assign a flexible public IP to the Load Balancer . Default value is `true ` (assign).
36683668 AssignFlexibleIP * bool `json:"assign_flexible_ip,omitempty"`
36693669
36703670 // AssignFlexibleIPv6: defines whether to automatically assign a flexible public IPv6 to the Load Balancer. Default value is `false` (do not assign).
You can’t perform that action at this time.
0 commit comments