Class: Ansible::Ruby::Modules::Purefa_volume
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Purefa_volume
- Defined in:
- lib/ansible/ruby/modules/generated/storage/purestorage/purefa_volume.rb
Overview
Create, delete or extend the capacity of a volume on Pure Storage FlashArray.
Instance Method Summary collapse
-
#eradicate ⇒ :yes, ...
Define whether to eradicate the volume on delete or leave in trash.
-
#name ⇒ String
The name of the volume.
-
#overwrite ⇒ :yes, ...
Define whether to overwrite a target volume if it already exisits.
-
#size ⇒ String?
Volume size in M, G, T or P units.
-
#state ⇒ :absent, ...
Define whether the volume should exist or not.
-
#target ⇒ String?
The name of the target volume, if copying.
Methods inherited from Base
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
#eradicate ⇒ :yes, ...
Returns Define whether to eradicate the volume on delete or leave in trash.
24 |
# File 'lib/ansible/ruby/modules/generated/storage/purestorage/purefa_volume.rb', line 24 attribute :eradicate |
#name ⇒ String
Returns The name of the volume.
12 |
# File 'lib/ansible/ruby/modules/generated/storage/purestorage/purefa_volume.rb', line 12 attribute :name |
#overwrite ⇒ :yes, ...
Returns Define whether to overwrite a target volume if it already exisits.
28 |
# File 'lib/ansible/ruby/modules/generated/storage/purestorage/purefa_volume.rb', line 28 attribute :overwrite |
#size ⇒ String?
Returns Volume size in M, G, T or P units.
32 |
# File 'lib/ansible/ruby/modules/generated/storage/purestorage/purefa_volume.rb', line 32 attribute :size |
#state ⇒ :absent, ...
Returns Define whether the volume should exist or not.
20 |
# File 'lib/ansible/ruby/modules/generated/storage/purestorage/purefa_volume.rb', line 20 attribute :state |
#target ⇒ String?
Returns The name of the target volume, if copying.
16 |
# File 'lib/ansible/ruby/modules/generated/storage/purestorage/purefa_volume.rb', line 16 attribute :target |