Class: Ansible::Ruby::Modules::Netapp_e_iscsi_target
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Netapp_e_iscsi_target
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_iscsi_target.rb
Overview
Configure the settings of an E-Series iSCSI target
Instance Method Summary collapse
-
#chap_secret ⇒ Object?
Enable Challenge-Handshake Authentication Protocol (CHAP), utilizing this value as the password.,When this value is specified, we will always trigger an update (changed=True).
-
#log_path ⇒ Object?
A local path (on the Ansible controller), to a file to be used for debug logging.
-
#name ⇒ String?
The name/alias to assign to the iSCSI target.,This alias is often used by the initiator software in order to make an iSCSI target easier to identify.
-
#ping ⇒ Boolean?
Enable ICMP ping responses from the configured iSCSI ports.
-
#unnamed_discovery ⇒ Boolean?
When an initiator initiates a discovery session to an initiator port, it is considered an unnamed discovery session if the iSCSI target iqn is not specified in the request.,This option may be disabled to increase security if desired.
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
#chap_secret ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_iscsi_target.rb', line 20 attribute :chap_secret |
#log_path ⇒ Object?
27 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_iscsi_target.rb', line 27 attribute :log_path |
#name ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_iscsi_target.rb', line 12 attribute :name |
#ping ⇒ Boolean?
16 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_iscsi_target.rb', line 16 attribute :ping |
#unnamed_discovery ⇒ Boolean?
23 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_iscsi_target.rb', line 23 attribute :unnamed_discovery |