Class: Ansible::Ruby::Modules::Pagerduty
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Pagerduty
- Defined in:
- lib/ansible/ruby/modules/generated/extras/monitoring/pagerduty.rb
Instance Method Summary collapse
-
#desc ⇒ String?
Short description of maintenance window.
-
#hours ⇒ Integer?
Length of maintenance window in hours.
-
#minutes ⇒ Integer?
Maintenance window in minutes (this is added to the hours).
-
#name ⇒ String
PagerDuty unique subdomain.
-
#passwd ⇒ String
PagerDuty user password.
-
#requester_id ⇒ Object
ID of user making the request.
-
#service ⇒ String?
A comma separated list of PagerDuty service IDs.
-
#state ⇒ :running, ...
Create a maintenance window or get a list of ongoing windows.
-
#token ⇒ String
A pagerduty token, generated on the pagerduty site.
-
#user ⇒ String
PagerDuty user ID.
-
#validate_certs ⇒ :yes, ...
If C(no), SSL certificates will not be validated.
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
#desc ⇒ String?
Returns Short description of maintenance window.
46 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pagerduty.rb', line 46 attribute :desc |
#hours ⇒ Integer?
Returns Length of maintenance window in hours.
38 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pagerduty.rb', line 38 attribute :hours |
#minutes ⇒ Integer?
Returns Maintenance window in minutes (this is added to the hours).
42 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pagerduty.rb', line 42 attribute :minutes |
#name ⇒ String
Returns PagerDuty unique subdomain.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pagerduty.rb', line 14 attribute :name |
#passwd ⇒ String
Returns PagerDuty user password.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pagerduty.rb', line 22 attribute :passwd |
#requester_id ⇒ Object
Returns ID of user making the request. Only needed when using a token and creating a maintenance_window.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pagerduty.rb', line 30 attribute :requester_id |
#service ⇒ String?
Returns A comma separated list of PagerDuty service IDs.
34 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pagerduty.rb', line 34 attribute :service |
#state ⇒ :running, ...
Returns Create a maintenance window or get a list of ongoing windows.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pagerduty.rb', line 10 attribute :state |
#token ⇒ String
Returns A pagerduty token, generated on the pagerduty site. Can be used instead of user/passwd combination.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pagerduty.rb', line 26 attribute :token |
#user ⇒ String
Returns PagerDuty user ID.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pagerduty.rb', line 18 attribute :user |
#validate_certs ⇒ :yes, ...
Returns If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.
50 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pagerduty.rb', line 50 attribute :validate_certs |