Skip to content

Commit 60b1daf

Browse files
authored
docs(lb): change default value for assign_flexible_ip (#2105)
1 parent bf7dd46 commit 60b1daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/lb/v1/lb_sdk.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)