Class: Ansible::Ruby::Modules::Netapp_e_global
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Netapp_e_global
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_global.rb
Overview
Allow the user to configure several of the global settings associated with an E-Series storage-system
Instance Method Summary collapse
-
#log_path ⇒ Object?
A local path to a file to be used for debug logging.
-
#name ⇒ String?
Set the name of the E-Series storage-system,This label/name doesn’t have to be unique.,May be up to 30 characters in length.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#log_path ⇒ Object?
Returns A local path to a file to be used for debug logging.
16 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_global.rb', line 16 attribute :log_path |
#name ⇒ String?
Returns Set the name of the E-Series storage-system,This label/name doesn’t have to be unique.,May be up to 30 characters in length.
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_global.rb', line 12 attribute :name |