Class: Ansible::Ruby::Modules::Ibm_sa_host
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ibm_sa_host
- Defined in:
- lib/ansible/ruby/modules/generated/storage/ibm/ibm_sa_host.rb
Overview
This module adds hosts to or removes them from IBM Spectrum Accelerate storage systems.
Instance Method Summary collapse
-
#cluster ⇒ Object?
The name of the cluster to include the host.
-
#domain ⇒ Object?
The domains the cluster will be attached to.
-
#host ⇒ String
Host name.
-
#iscsi_chap_name ⇒ Object?
The host’s CHAP name identifier.
-
#iscsi_chap_secret ⇒ Object?
The password of the initiator used to authenticate to the system when CHAP is enable.
-
#state ⇒ :present, :absent
Host state.
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
#cluster ⇒ Object?
Returns The name of the cluster to include the host.
20 |
# File 'lib/ansible/ruby/modules/generated/storage/ibm/ibm_sa_host.rb', line 20 attribute :cluster |
#domain ⇒ Object?
Returns The domains the cluster will be attached to. To include more than one domain, separate domain names with commas. To include all existing domains, use an asterisk (“*”).
23 |
# File 'lib/ansible/ruby/modules/generated/storage/ibm/ibm_sa_host.rb', line 23 attribute :domain |
#host ⇒ String
Returns Host name.
12 |
# File 'lib/ansible/ruby/modules/generated/storage/ibm/ibm_sa_host.rb', line 12 attribute :host |
#iscsi_chap_name ⇒ Object?
Returns The host’s CHAP name identifier.
26 |
# File 'lib/ansible/ruby/modules/generated/storage/ibm/ibm_sa_host.rb', line 26 attribute :iscsi_chap_name |
#iscsi_chap_secret ⇒ Object?
Returns The password of the initiator used to authenticate to the system when CHAP is enable.
29 |
# File 'lib/ansible/ruby/modules/generated/storage/ibm/ibm_sa_host.rb', line 29 attribute :iscsi_chap_secret |
#state ⇒ :present, :absent
Returns Host state.
16 |
# File 'lib/ansible/ruby/modules/generated/storage/ibm/ibm_sa_host.rb', line 16 attribute :state |