File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/clients/src/api/lb/v1 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments