Class: Ansible::Ruby::Modules::Rax_mon_notification
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rax_mon_notification
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_notification.rb
Instance Method Summary collapse
-
#details ⇒ Object
Dictionary of key-value pairs used to initialize the notification.
-
#label ⇒ Object
Defines a friendly name for this notification.
-
#notification_type ⇒ :webhook, ...
A supported notification type.
-
#state ⇒ :present, ...
Ensure that the notification with this C(label) exists or does not exist.
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
#details ⇒ Object
Returns Dictionary of key-value pairs used to initialize the notification. Required keys and meanings vary with notification type. See docs.rackspace.com/cm/api/v1.0/cm-devguide/content/ service-notification-types-crud.html for details.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_notification.rb', line 22 attribute :details |
#label ⇒ Object
Returns Defines a friendly name for this notification. String between 1 and 255 characters long.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_notification.rb', line 14 attribute :label |
#notification_type ⇒ :webhook, ...
Returns A supported notification type.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_notification.rb', line 18 attribute :notification_type |
#state ⇒ :present, ...
Returns Ensure that the notification with this C(label) exists or does not exist.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_notification.rb', line 10 attribute :state |