Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/clients/src/api/lb/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1018,8 +1018,8 @@ export type CreateLbRequest = {
*/
ipId?: string
/**
* Defines whether to automatically assign a flexible public IP to lb. Default
* value is `false` (do not assign).
* Defines whether to automatically assign a flexible public IP to the Load
* Balancer. Default value is `true` (assign).
*/
assignFlexibleIp?: boolean
/**
Expand Down Expand Up @@ -2224,8 +2224,8 @@ export type ZonedApiCreateLbRequest = {
*/
ipId?: string
/**
* Defines whether to automatically assign a flexible public IP to lb. Default
* value is `false` (do not assign).
* Defines whether to automatically assign a flexible public IP to the Load
* Balancer. Default value is `true` (assign).
*/
assignFlexibleIp?: boolean
/**
Expand Down