Class: Ansible::Ruby::Modules::Pagerduty

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/monitoring/pagerduty.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

#descString?

Returns Short description of maintenance window.

Returns:

  • (String, nil)

    Short description of maintenance window.



46
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pagerduty.rb', line 46

attribute :desc

#hoursInteger?

Returns Length of maintenance window in hours.

Returns:

  • (Integer, nil)

    Length of maintenance window in hours.



38
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pagerduty.rb', line 38

attribute :hours

#minutesInteger?

Returns Maintenance window in minutes (this is added to the hours).

Returns:

  • (Integer, nil)

    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

#nameString

Returns PagerDuty unique subdomain.

Returns:

  • (String)

    PagerDuty unique subdomain.



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

attribute :name

#passwdString

Returns PagerDuty user password.

Returns:

  • (String)

    PagerDuty user password.



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

attribute :passwd

#requester_idObject

Returns ID of user making the request. Only needed when using a token and creating a maintenance_window.

Returns:

  • (Object)

    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

#serviceString?

Returns A comma separated list of PagerDuty service IDs.

Returns:

  • (String, nil)

    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.

Returns:

  • (:running, :started, :ongoing, :absent)

    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

#tokenString

Returns A pagerduty token, generated on the pagerduty site. Can be used instead of user/passwd combination.

Returns:

  • (String)

    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

#userString

Returns PagerDuty user ID.

Returns:

  • (String)

    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.

Returns:

  • (:yes, :no, nil)

    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