Class: Ansible::Ruby::Modules::Na_elementsw_access_group

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

Overview

Create, destroy, or update access groups on Element Software Cluster.

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

#attributesHash?

Returns List of Name/Value pairs in JSON object format.

Returns:

  • (Hash, nil)

    List of Name/Value pairs in JSON object format.



37
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_access_group.rb', line 37

attribute :attributes

#initiatorsObject?

Returns List of initiators to include in the access group. If unspecified, the access group will start out without configured initiators.

Returns:

  • (Object, nil)

    List of initiators to include in the access group. If unspecified, the access group will start out without configured initiators.



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

attribute :initiators

#new_nameString?

Returns New name for the access group for create and modify operation.,Required for create operation.

Returns:

  • (String, nil)

    New name for the access group for create and modify operation.,Required for create operation.



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

attribute :new_name

#src_access_group_idString, ...

Returns ID or Name of the access group to modify or delete.,Required for delete and modify operations.

Returns:

  • (String, Integer, nil)

    ID or Name of the access group to modify or delete.,Required for delete and modify operations.



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

attribute :src_access_group_id

#state:present, :absent

Returns Whether the specified access group should exist or not.

Returns:

  • (:present, :absent)

    Whether the specified access group should exist or not.



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

attribute :state

#virtual_network_idObject?

Returns The ID of the Element SW Software Cluster Virtual Network ID to associate the access group with.

Returns:

  • (Object, nil)

    The ID of the Element SW Software Cluster Virtual Network ID to associate the access group with.



31
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_access_group.rb', line 31

attribute :virtual_network_id

#virtual_network_tagsObject?

Returns The ID of the VLAN Virtual Network Tag to associate the access group with.

Returns:

  • (Object, nil)

    The ID of the VLAN Virtual Network Tag to associate the access group with.



34
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_access_group.rb', line 34

attribute :virtual_network_tags

#volumesArray<Integer>, ...

Returns List of volumes to initially include in the volume access group. If unspecified, the access group will start without any volumes.

Returns:

  • (Array<Integer>, Integer, nil)

    List of volumes to initially include in the volume access group. If unspecified, the access group will start without any volumes.



27
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_access_group.rb', line 27

attribute :volumes