Class: Ansible::Ruby::Modules::Vultr_block_storage
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Vultr_block_storage
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/vultr/vultr_block_storage.rb
Overview
Manage block storage volumes on Vultr.
Instance Method Summary collapse
-
#name ⇒ String
Name of the block storage volume.
-
#region ⇒ String
Region the block storage volume is deployed into.
-
#size ⇒ Integer
Size of the block storage volume in GB.
-
#state ⇒ :present, ...
State of the block storage volume.
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
#name ⇒ String
Returns Name of the block storage volume.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/vultr/vultr_block_storage.rb', line 12 attribute :name |
#region ⇒ String
Returns Region the block storage volume is deployed into.
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/vultr/vultr_block_storage.rb', line 20 attribute :region |
#size ⇒ Integer
Returns Size of the block storage volume in GB.
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/vultr/vultr_block_storage.rb', line 16 attribute :size |
#state ⇒ :present, ...
Returns State of the block storage volume.
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/vultr/vultr_block_storage.rb', line 24 attribute :state |