Class: Ansible::Ruby::Modules::Profitbricks_volume_attachments
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Profitbricks_volume_attachments
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/profitbricks/profitbricks_volume_attachments.rb
Instance Method Summary collapse
-
#datacenter ⇒ String
The datacenter in which to operate.
-
#server ⇒ String
The name of the server you wish to detach or attach the volume.
-
#state ⇒ :present, ...
Indicate desired state of the resource.
-
#subscription_password ⇒ Object?
THe ProfitBricks password.
-
#subscription_user ⇒ Object?
The ProfitBricks username.
-
#volume ⇒ String
The volume name or ID.
-
#wait ⇒ :yes, ...
Wait for the operation to complete before returning.
-
#wait_timeout ⇒ Integer?
How long before wait gives up, in seconds.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#datacenter ⇒ String
Returns The datacenter in which to operate.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/profitbricks/profitbricks_volume_attachments.rb', line 10 attribute :datacenter |
#server ⇒ String
Returns The name of the server you wish to detach or attach the volume.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/profitbricks/profitbricks_volume_attachments.rb', line 14 attribute :server |
#state ⇒ :present, ...
Returns Indicate desired state of the resource.
36 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/profitbricks/profitbricks_volume_attachments.rb', line 36 attribute :state |
#subscription_password ⇒ Object?
Returns THe ProfitBricks password. Overrides the PB_PASSWORD environement variable.
25 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/profitbricks/profitbricks_volume_attachments.rb', line 25 attribute :subscription_password |
#subscription_user ⇒ Object?
Returns The ProfitBricks username. Overrides the PB_SUBSCRIPTION_ID environement variable.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/profitbricks/profitbricks_volume_attachments.rb', line 22 attribute :subscription_user |
#volume ⇒ String
Returns The volume name or ID.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/profitbricks/profitbricks_volume_attachments.rb', line 18 attribute :volume |
#wait ⇒ :yes, ...
Returns wait for the operation to complete before returning.
28 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/profitbricks/profitbricks_volume_attachments.rb', line 28 attribute :wait |
#wait_timeout ⇒ Integer?
Returns how long before wait gives up, in seconds.
32 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/profitbricks/profitbricks_volume_attachments.rb', line 32 attribute :wait_timeout |