File tree Expand file tree Collapse file tree
specification/resources/load_balancers/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ properties:
3535 readOnly : true
3636 example : ' 2604:a880:800:14::85f5:c000'
3737 description : An attribute containing the public-facing IPv6 address of the
38- load balancer. Note that this feature is currently in private preview.
38+ load balancer.
3939
4040 size_unit :
4141 type : integer
@@ -185,7 +185,7 @@ properties:
185185 default : IPV4
186186 description : A string indicating whether the load balancer will support IPv4
187187 or both IPv4 and IPv6 networking. This property cannot be updated after
188- creating the load balancer. Note that this feature is in private preview.
188+ creating the load balancer.
189189
190190 type :
191191 type : string
@@ -219,5 +219,16 @@ properties:
219219 description : An array containing the UUIDs of the Regional load balancers to be used as target
220220 backends for a Global load balancer.
221221
222+ tls_cipher_policy :
223+ type : string
224+ example : STRONG
225+ enum :
226+ - DEFAULT
227+ - WEAK
228+ - STRONG
229+ default : DEFAULT
230+ description : A string indicating the policy for the TLS cipher suites used by the load balancer.
231+ The possible values are `DEFAULT`, `WEAK`, or `STRONG`. The default value is `DEFAULT`.
232+
222233required :
223234 - forwarding_rules
You can’t perform that action at this time.
0 commit comments