Class: Ansible::Ruby::Modules::Emc_vnx_sg_member

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

Overview

This module manages the members of an existing storage group.

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

#lunidInteger

Returns Lun id to be added.

Returns:

  • (Integer)

    Lun id to be added.



16
# File 'lib/ansible/ruby/modules/generated/storage/emc/emc_vnx_sg_member.rb', line 16

attribute :lunid

#nameString

Returns Name of the Storage group to manage.

Returns:

  • (String)

    Name of the Storage group to manage.



12
# File 'lib/ansible/ruby/modules/generated/storage/emc/emc_vnx_sg_member.rb', line 12

attribute :name

#state:present, ...

Returns Indicates the desired lunid state.,C(present) ensures specified lunid is present in the Storage Group.,C(absent) ensures specified lunid is absent from Storage Group.

Returns:

  • (:present, :absent, nil)

    Indicates the desired lunid state.,C(present) ensures specified lunid is present in the Storage Group.,C(absent) ensures specified lunid is absent from Storage Group.



20
# File 'lib/ansible/ruby/modules/generated/storage/emc/emc_vnx_sg_member.rb', line 20

attribute :state