Class: Ansible::Ruby::Modules::Bigpanda
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigpanda
- Defined in:
- lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb
Instance Method Summary collapse
-
#component ⇒ String
The name of the component being deployed.
-
#description ⇒ Object?
Free text description of the deployment.
-
#env ⇒ Object?
The environment name, typically ‘production’, ‘staging’, etc.
-
#hosts ⇒ String?
Name of affected host name.
-
#owner ⇒ Object?
The person responsible for the deployment.
-
#state ⇒ :started, ...
State of the deployment.
-
#token ⇒ String
API token.
-
#url ⇒ String?
Base URL of the API server.
-
#validate_certs ⇒ :yes, ...
If C(no), SSL certificates for the target url will not be validated.
-
#version ⇒ String
The deployment version.
Methods inherited from Base
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
#component ⇒ String
Returns The name of the component being deployed. Ex: billing.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb', line 10 attribute :component |
#description ⇒ Object?
Returns Free text description of the deployment.
36 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb', line 36 attribute :description |
#env ⇒ Object?
Returns The environment name, typically ‘production’, ‘staging’, etc.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb', line 30 attribute :env |
#hosts ⇒ String?
Returns Name of affected host name. Can be a list.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb', line 26 attribute :hosts |
#owner ⇒ Object?
Returns 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.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb', line 22 attribute :state |
#token ⇒ String
Returns API token.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb', line 18 attribute :token |
#url ⇒ String?
Returns 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.
43 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb', line 43 attribute :validate_certs |
#version ⇒ String
Returns The deployment version.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb', line 14 attribute :version |