Class: Ansible::Ruby::Modules::Bigpanda

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#componentString

Returns The name of the component being deployed. Ex: billing.

Returns:

  • (String)

    The name of the component being deployed. Ex: billing



10
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb', line 10

attribute :component

#descriptionObject?

Returns Free text description of the deployment.

Returns:

  • (Object, nil)

    Free text description of the deployment.



36
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb', line 36

attribute :description

#envObject?

Returns The environment name, typically ‘production’, ‘staging’, etc.

Returns:

  • (Object, nil)

    The environment name, typically ‘production’, ‘staging’, etc.



30
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb', line 30

attribute :env

#hostsString?

Returns Name of affected host name. Can be a list.

Returns:

  • (String, nil)

    Name of affected host name. Can be a list.



26
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb', line 26

attribute :hosts

#ownerObject?

Returns The person responsible for the deployment.

Returns:

  • (Object, nil)

    The person responsible for the deployment.



33
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb', line 33

attribute :owner

#state:started, ...

Returns State of the deployment.

Returns:

  • (:started, :finished, :failed)

    State of the deployment.



22
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb', line 22

attribute :state

#tokenString

Returns API token.

Returns:

  • (String)

    API token.



18
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb', line 18

attribute :token

#urlString?

Returns Base URL of the API server.

Returns:

  • (String, nil)

    Base URL of the API server.



39
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb', line 39

attribute :url

#validate_certs:yes, ...

Returns If C(no), SSL certificates for the target url will not be validated. This should only be used on personally controlled sites using self-signed certificates.

Returns:

  • (:yes, :no, nil)

    If C(no), SSL certificates for the target url will not be validated. This should only be used on personally controlled sites using self-signed certificates.



43
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb', line 43

attribute :validate_certs

#versionString

Returns The deployment version.

Returns:

  • (String)

    The deployment version.



14
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb', line 14

attribute :version