Skip to content

Commit b46948e

Browse files
authored
fix(lb): change default value for assign_flexible_ip (#1312)
1 parent 55cf7fb commit b46948e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/clients/src/api/lb/v1/types.gen.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,8 +1018,8 @@ export type CreateLbRequest = {
10181018
*/
10191019
ipId?: string
10201020
/**
1021-
* Defines whether to automatically assign a flexible public IP to lb. Default
1022-
* value is `false` (do not assign).
1021+
* Defines whether to automatically assign a flexible public IP to the Load
1022+
* Balancer. Default value is `true` (assign).
10231023
*/
10241024
assignFlexibleIp?: boolean
10251025
/**
@@ -2224,8 +2224,8 @@ export type ZonedApiCreateLbRequest = {
22242224
*/
22252225
ipId?: string
22262226
/**
2227-
* Defines whether to automatically assign a flexible public IP to lb. Default
2228-
* value is `false` (do not assign).
2227+
* Defines whether to automatically assign a flexible public IP to the Load
2228+
* Balancer. Default value is `true` (assign).
22292229
*/
22302230
assignFlexibleIp?: boolean
22312231
/**

0 commit comments

Comments
 (0)