Class: Ansible::Ruby::Modules::Digital_ocean_certificate

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/digital_ocean/digital_ocean_certificate.rb

Overview

Create, Retrieve and remove certificates DigitalOcean.

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

#certificate_chainString?

Returns The full PEM-formatted trust chain between the certificate authority’s certificate and your domain’s SSL certificate.

Returns:

  • (String, nil)

    The full PEM-formatted trust chain between the certificate authority’s certificate and your domain’s SSL certificate.



24
# File 'lib/ansible/ruby/modules/generated/cloud/digital_ocean/digital_ocean_certificate.rb', line 24

attribute :certificate_chain

#leaf_certificateString?

Returns A PEM-formatted public SSL Certificate.

Returns:

  • (String, nil)

    A PEM-formatted public SSL Certificate.



20
# File 'lib/ansible/ruby/modules/generated/cloud/digital_ocean/digital_ocean_certificate.rb', line 20

attribute :leaf_certificate

#nameString

Returns The name of the certificate.

Returns:

  • (String)

    The name of the certificate.



12
# File 'lib/ansible/ruby/modules/generated/cloud/digital_ocean/digital_ocean_certificate.rb', line 12

attribute :name

#private_keyString?

Returns A PEM-formatted private key content of SSL Certificate.

Returns:

  • (String, nil)

    A PEM-formatted private key content of SSL Certificate.



16
# File 'lib/ansible/ruby/modules/generated/cloud/digital_ocean/digital_ocean_certificate.rb', line 16

attribute :private_key

#state:present, ...

Returns Whether the certificate should be present or absent.

Returns:

  • (:present, :absent, nil)

    Whether the certificate should be present or absent.



28
# File 'lib/ansible/ruby/modules/generated/cloud/digital_ocean/digital_ocean_certificate.rb', line 28

attribute :state