Class: Ansible::Ruby::Modules::Na_ontap_iscsi

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_iscsi.rb

Overview

create, delete, start, stop iSCSI service on SVM.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#service_state:started, ...

Returns Whether the specified service should running .

Returns:

  • (:started, :stopped, nil)

    Whether the specified service should running .



16
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_iscsi.rb', line 16

attribute :service_state

#state:present, ...

Returns Whether the service should be present or deleted.

Returns:

  • (:present, :absent, nil)

    Whether the service should be present or deleted.



12
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_iscsi.rb', line 12

attribute :state

#vserverString

Returns The name of the vserver to use.

Returns:

  • (String)

    The name of the vserver to use.



20
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_iscsi.rb', line 20

attribute :vserver