Class: Ansible::Ruby::Modules::Ibm_sa_pool

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

Overview

This module creates or deletes pools 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

#domainObject?

Returns Adds the pool to the specified domain.

Returns:

  • (Object, nil)

    Adds the pool to the specified domain.



27
# File 'lib/ansible/ruby/modules/generated/storage/ibm/ibm_sa_pool.rb', line 27

attribute :domain

#perf_classObject?

Returns Assigns a perf_class to the pool.

Returns:

  • (Object, nil)

    Assigns a perf_class to the pool.



30
# File 'lib/ansible/ruby/modules/generated/storage/ibm/ibm_sa_pool.rb', line 30

attribute :perf_class

#poolObject

Returns Pool name.

Returns:

  • (Object)

    Pool name.



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

attribute :pool

#sizeInteger?

Returns Pool size in GB.

Returns:

  • (Integer, nil)

    Pool size in GB



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

attribute :size

#snapshot_sizeObject?

Returns Pool snapshot size in GB.

Returns:

  • (Object, nil)

    Pool snapshot size in GB



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

attribute :snapshot_size

#state:present, :absent

Returns Pool state.

Returns:

  • (:present, :absent)

    Pool state.



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

attribute :state