Class: Ansible::Ruby::Modules::Ibm_sa_vol

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

Overview

This module creates or deletes volumes to be used on IBM Spectrum Accelerate storage systems.

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

#poolString?

Returns Volume pool.

Returns:

  • (String, nil)

    Volume pool.



16
# File 'lib/ansible/ruby/modules/generated/storage/ibm/ibm_sa_vol.rb', line 16

attribute :pool

#sizeInteger?

Returns Volume size.

Returns:

  • (Integer, nil)

    Volume size.



24
# File 'lib/ansible/ruby/modules/generated/storage/ibm/ibm_sa_vol.rb', line 24

attribute :size

#state:present, :absent

Returns Volume state.

Returns:

  • (:present, :absent)

    Volume state.



20
# File 'lib/ansible/ruby/modules/generated/storage/ibm/ibm_sa_vol.rb', line 20

attribute :state

#volString

Returns Volume name.

Returns:

  • (String)

    Volume name.



12
# File 'lib/ansible/ruby/modules/generated/storage/ibm/ibm_sa_vol.rb', line 12

attribute :vol