Class: Ansible::Ruby::Modules::Open_iscsi
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Open_iscsi
- Defined in:
- lib/ansible/ruby/modules/generated/extras/system/open_iscsi.rb
Instance Method Summary collapse
-
#auto_node_startup ⇒ Boolean?
Whether the target node should be automatically connected at startup.
-
#discover ⇒ Boolean?
Whether the list of target nodes on the portal should be (re)discovered and added to the persistent iscsi database.
-
#login ⇒ Boolean?
Whether the target node should be connected.
-
#node_auth ⇒ String?
Discovery.sendtargets.auth.authmethod.
-
#node_pass ⇒ Object?
Discovery.sendtargets.auth.password.
-
#node_user ⇒ Object?
Discovery.sendtargets.auth.username.
-
#port ⇒ Integer?
The port on which the iscsi target process listens.
-
#portal ⇒ String?
The ip address of the iscsi target.
-
#show_nodes ⇒ Boolean?
Whether the list of nodes in the persistent iscsi database should be returned by the module.
-
#target ⇒ String?
The iscsi target name.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#auto_node_startup ⇒ Boolean?
36 |
# File 'lib/ansible/ruby/modules/generated/extras/system/open_iscsi.rb', line 36 attribute :auto_node_startup |
#discover ⇒ Boolean?
40 |
# File 'lib/ansible/ruby/modules/generated/extras/system/open_iscsi.rb', line 40 attribute :discover |
#login ⇒ Boolean?
22 |
# File 'lib/ansible/ruby/modules/generated/extras/system/open_iscsi.rb', line 22 attribute :login |
#node_auth ⇒ String?
26 |
# File 'lib/ansible/ruby/modules/generated/extras/system/open_iscsi.rb', line 26 attribute :node_auth |
#node_pass ⇒ Object?
33 |
# File 'lib/ansible/ruby/modules/generated/extras/system/open_iscsi.rb', line 33 attribute :node_pass |
#node_user ⇒ Object?
30 |
# File 'lib/ansible/ruby/modules/generated/extras/system/open_iscsi.rb', line 30 attribute :node_user |
#port ⇒ Integer?
14 |
# File 'lib/ansible/ruby/modules/generated/extras/system/open_iscsi.rb', line 14 attribute :port |
#portal ⇒ String?
10 |
# File 'lib/ansible/ruby/modules/generated/extras/system/open_iscsi.rb', line 10 attribute :portal |
#show_nodes ⇒ Boolean?
44 |
# File 'lib/ansible/ruby/modules/generated/extras/system/open_iscsi.rb', line 44 attribute :show_nodes |
#target ⇒ String?
18 |
# File 'lib/ansible/ruby/modules/generated/extras/system/open_iscsi.rb', line 18 attribute :target |