Class: Ansible::Ruby::Modules::Infini_pool
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Infini_pool
- Defined in:
- lib/ansible/ruby/modules/generated/storage/infinidat/infini_pool.rb
Overview
This module to creates, deletes or modifies pools on Infinibox.
Instance Method Summary collapse
-
#name ⇒ String
Pool Name.
-
#size ⇒ String?
Pool Physical Capacity in MB, GB or TB units.
-
#ssd_cache ⇒ Boolean?
Enable/Disable SSD Cache on Pool.
-
#state ⇒ :present, ...
Creates/Modifies Pool when present or removes when absent.
-
#vsize ⇒ String?
Pool Virtual Capacity in MB, GB or TB units.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#name ⇒ String
Returns Pool Name.
12 |
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_pool.rb', line 12 attribute :name |
#size ⇒ String?
Returns Pool Physical Capacity in MB, GB or TB units. If pool size is not set on pool creation, size will be equal to 1TB. See examples.
20 |
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_pool.rb', line 20 attribute :size |
#ssd_cache ⇒ Boolean?
Returns Enable/Disable SSD Cache on Pool.
28 |
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_pool.rb', line 28 attribute :ssd_cache |
#state ⇒ :present, ...
Returns Creates/Modifies Pool when present or removes when absent.
16 |
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_pool.rb', line 16 attribute :state |
#vsize ⇒ String?
Returns Pool Virtual Capacity in MB, GB or TB units. If pool vsize is not set on pool creation, Virtual Capacity will be equal to Physical Capacity. See examples.
24 |
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_pool.rb', line 24 attribute :vsize |