Class: Ansible::Ruby::Modules::Sf_volume_access_group_manager

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

Overview

Create, destroy, or update volume access groups on SolidFire

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.



33
# File 'lib/ansible/ruby/modules/generated/storage/netapp/sf_volume_access_group_manager.rb', line 33

attribute :attributes

#initiatorsObject?

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

Returns:

  • (Object, nil)

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



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

attribute :initiators

#nameString

Returns Name of the volume access group. It is not required to be unique, but recommended.

Returns:

  • (String)

    Name of the volume access group. It is not required to be unique, but recommended.



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

attribute :name

#state:present, :absent

Returns Whether the specified volume access group should exist or not.

Returns:

  • (:present, :absent)

    Whether the specified volume access group should exist or not.



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

attribute :state

#virtual_network_idObject?

Returns The ID of the SolidFire Virtual Network ID to associate the volume access group with.

Returns:

  • (Object, nil)

    The ID of the SolidFire Virtual Network ID to associate the volume access group with.



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

attribute :virtual_network_id

#virtual_network_tagsObject?

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

Returns:

  • (Object, nil)

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



30
# File 'lib/ansible/ruby/modules/generated/storage/netapp/sf_volume_access_group_manager.rb', line 30

attribute :virtual_network_tags

#volume_access_group_idInteger?

Returns The ID of the volume access group to modify or delete.

Returns:

  • (Integer, nil)

    The ID of the volume access group to modify or delete.



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

attribute :volume_access_group_id

#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.



23
# File 'lib/ansible/ruby/modules/generated/storage/netapp/sf_volume_access_group_manager.rb', line 23

attribute :volumes