Class: Ansible::Ruby::Modules::Bigip_ssl_certificate

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/f5/bigip_ssl_certificate.rb

Overview

This module will import/delete SSL certificates on BIG-IP LTM. Certificates can be imported from certificate and key files on the local disk, in PEM format.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#contentString?

Returns Sets the contents of a certificate directly to the specified value. This is used with lookup plugins or for anything with formatting or,C(content) must be provided when C(state) is C(present).

Returns:

  • (String, nil)

    Sets the contents of a certificate directly to the specified value. This is used with lookup plugins or for anything with formatting or,C(content) must be provided when C(state) is C(present).



12
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_ssl_certificate.rb', line 12

attribute :content

#issuer_certObject?

Returns Issuer certificate used for OCSP monitoring.,This parameter is only valid on versions of BIG-IP 13.0.0 or above.

Returns:

  • (Object, nil)

    Issuer certificate used for OCSP monitoring.,This parameter is only valid on versions of BIG-IP 13.0.0 or above.



24
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_ssl_certificate.rb', line 24

attribute :issuer_cert

#nameString

Returns SSL Certificate Name. This is the cert name used when importing a certificate into the F5. It also determines the filenames of the objects on the LTM.

Returns:

  • (String)

    SSL Certificate Name. This is the cert name used when importing a certificate into the F5. It also determines the filenames of the objects on the LTM.



20
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_ssl_certificate.rb', line 20

attribute :name

#partitionString?

Returns Device partition to manage resources on.

Returns:

  • (String, nil)

    Device partition to manage resources on.



27
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_ssl_certificate.rb', line 27

attribute :partition

#state:present, ...

Returns Certificate state. This determines if the provided certificate and key is to be made C(present) on the device or C(absent).

Returns:

  • (:present, :absent, nil)

    Certificate state. This determines if the provided certificate and key is to be made C(present) on the device or C(absent).



16
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_ssl_certificate.rb', line 16

attribute :state