Class: Ansible::Ruby::Modules::Ibm_sa_host

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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

#clusterObject?

Returns The name of the cluster to include the host.

Returns:

  • (Object, nil)

    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

#domainObject?

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 (“*”).

Returns:

  • (Object, nil)

    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

#hostString

Returns Host name.

Returns:

  • (String)

    Host name.



12
# File 'lib/ansible/ruby/modules/generated/storage/ibm/ibm_sa_host.rb', line 12

attribute :host

#iscsi_chap_nameObject?

Returns The host’s CHAP name identifier.

Returns:

  • (Object, nil)

    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_secretObject?

Returns The password of the initiator used to authenticate to the system when CHAP is enable.

Returns:

  • (Object, nil)

    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.

Returns:

  • (:present, :absent)

    Host state.



16
# File 'lib/ansible/ruby/modules/generated/storage/ibm/ibm_sa_host.rb', line 16

attribute :state