Class: Ansible::Ruby::Modules::Netapp_e_asup
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Netapp_e_asup
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_asup.rb
Overview
Allow the auto-support settings to be configured for an individual E-Series storage-system
Instance Method Summary collapse
-
#active ⇒ Boolean?
Enable active/proactive monitoring for ASUP.
-
#days ⇒ :monday, ...
A list of days of the week that ASUP bundles will be sent.
-
#end ⇒ Integer?
An end hour may be specified in a range from 1 to 24 hours.,ASUP bundles will be sent daily between the provided start and end time (UTC).,I(start) must be less than I(end).
-
#log_path ⇒ Object?
A local path to a file to be used for debug logging.
-
#start ⇒ Integer?
A start hour may be specified in a range from 0 to 23 hours.,ASUP bundles will be sent daily between the provided start and end time (UTC).,I(start) must be less than I(end).
-
#state ⇒ :enabled, ...
Enable/disable the E-Series auto-support configuration.,When this option is enabled, configuration, logs, and other support-related information will be relayed to NetApp to help better support your system.
-
#verbose ⇒ Symbol?
Provide the full ASUP configuration in the return.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#active ⇒ Boolean?
16 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_asup.rb', line 16 attribute :active |
#days ⇒ :monday, ...
28 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_asup.rb', line 28 attribute :days |
#end ⇒ Integer?
24 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_asup.rb', line 24 attribute :end |
#log_path ⇒ Object?
36 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_asup.rb', line 36 attribute :log_path |
#start ⇒ Integer?
20 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_asup.rb', line 20 attribute :start |
#state ⇒ :enabled, ...
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_asup.rb', line 12 attribute :state |
#verbose ⇒ Symbol?
32 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_asup.rb', line 32 attribute :verbose |