Skip to content

Commit f4a8f3a

Browse files
authored
LBAAS: add tls_cipher_policy to api docs (#1004)
1 parent 927fcc5 commit f4a8f3a

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

specification/resources/load_balancers/models/load_balancer_base.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
222233
required:
223234
- forwarding_rules

0 commit comments

Comments
 (0)