Add sslPolicy to a few resources.

This commit is contained in:
Dana Hoffman 2018-11-28 00:17:58 +00:00 committed by Alex Stephen
commit 7655f34bc6
4 changed files with 88 additions and 6 deletions

View file

@ -107,6 +107,13 @@ items:
must be specified.
returned: success
type: list
sslPolicy:
description:
- A reference to the SslPolicy resource that will be associated with the TargetSslProxy
resource. If not set, the TargetSslProxy resource will not have any SSL policy
configured.
returned: success
type: dict
'''
################################################################################