Class: Ansible::Ruby::Modules::Na_ontap_lun_map

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

Overview

Map and unmap LUNs on NetApp ONTAP.

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

#initiator_group_nameString

Returns Initiator group to map to the given LUN.

Returns:

  • (String)

    Initiator group to map to the given LUN.



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

attribute :initiator_group_name

#lun_idObject?

Returns LUN ID assigned for the map.

Returns:

  • (Object, nil)

    LUN ID assigned for the map.



28
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_lun_map.rb', line 28

attribute :lun_id

#pathString

Returns Path of the LUN..

Returns:

  • (String)

    Path of the LUN..



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

attribute :path

#state:present, ...

Returns Whether the specified LUN should exist or not.

Returns:

  • (:present, :absent, nil)

    Whether the specified LUN should exist or not.



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

attribute :state

#vserverString

Returns The name of the vserver to use.

Returns:

  • (String)

    The name of the vserver to use.



24
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_lun_map.rb', line 24

attribute :vserver