Class: Ansible::Ruby::Modules::Netapp_e_storage_system
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Netapp_e_storage_system
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb
Overview
Manage the arrays accessible via a NetApp Web Services Proxy for NetApp E-series storage arrays.
Instance Method Summary collapse
-
#api_password ⇒ String
The password to authenticate with the SANtricity WebServices Proxy or embedded REST API.
-
#api_url ⇒ String
The url to the SANtricity WebServices Proxy or embedded REST API.
-
#api_username ⇒ String
The username to authenticate with the SANtricity WebServices Proxy or embedded REST API.
-
#array_password ⇒ Object?
The management password of the array to manage, if set.
-
#array_wwn ⇒ Object?
The WWN of the array to manage.
-
#controller_addresses ⇒ Array<String>, String
The list addresses for the out-of-band management adapter or the agent host.
-
#enable_trace ⇒ String?
Enable trace logging for SYMbol calls to the storage system.
-
#meta_tags ⇒ Object?
Optional meta tags to associate to this storage system.
-
#ssid ⇒ String
The ID of the array to manage.
-
#state ⇒ :present, :absent
Whether the specified array should be configured on the Web Services Proxy or not.
-
#validate_certs ⇒ String?
Should https certificates be validated?.
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
#api_password ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb', line 16 attribute :api_password |
#api_url ⇒ String
20 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb', line 20 attribute :api_url |
#api_username ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb', line 12 attribute :api_username |
#array_password ⇒ Object?
43 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb', line 43 attribute :array_password |
#array_wwn ⇒ Object?
40 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb', line 40 attribute :array_wwn |
#controller_addresses ⇒ Array<String>, String
36 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb', line 36 attribute :controller_addresses |
#enable_trace ⇒ String?
46 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb', line 46 attribute :enable_trace |
#meta_tags ⇒ Object?
50 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb', line 50 attribute :meta_tags |
#ssid ⇒ String
28 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb', line 28 attribute :ssid |
#state ⇒ :present, :absent
32 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb', line 32 attribute :state |
#validate_certs ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb', line 24 attribute :validate_certs |