Class: Ansible::Ruby::Modules::Cs_vmsnapshot
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_vmsnapshot
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_vmsnapshot.rb
Instance Method Summary collapse
-
#account ⇒ Object?
Account the VM snapshot is related to.
-
#description ⇒ Object?
Description of the snapshot.
-
#domain ⇒ Object?
Domain the VM snapshot is related to.
-
#name ⇒ String
Unique Name of the snapshot.
-
#poll_async ⇒ Boolean?
Poll async jobs until job has finished.
-
#project ⇒ Object?
Name of the project the VM is assigned to.
-
#snapshot_memory ⇒ Boolean?
Snapshot memory if set to true.
-
#state ⇒ :present, ...
State of the snapshot.
-
#vm ⇒ String
Name of the virtual machine.
-
#zone ⇒ Object?
Name of the zone in which the VM is in.
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
#account ⇒ Object?
Returns Account the VM snapshot is related to.
38 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_vmsnapshot.rb', line 38 attribute :account |
#description ⇒ Object?
Returns Description of the snapshot.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_vmsnapshot.rb', line 18 attribute :description |
#domain ⇒ Object?
Returns Domain the VM snapshot is related to.
35 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_vmsnapshot.rb', line 35 attribute :domain |
#name ⇒ String
Returns Unique Name of the snapshot. In CloudStack terms display name.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_vmsnapshot.rb', line 10 attribute :name |
#poll_async ⇒ Boolean?
Returns Poll async jobs until job has finished.
41 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_vmsnapshot.rb', line 41 attribute :poll_async |
#project ⇒ Object?
Returns Name of the project the VM is assigned to.
28 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_vmsnapshot.rb', line 28 attribute :project |
#snapshot_memory ⇒ Boolean?
Returns Snapshot memory if set to true.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_vmsnapshot.rb', line 21 attribute :snapshot_memory |
#state ⇒ :present, ...
Returns State of the snapshot.
31 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_vmsnapshot.rb', line 31 attribute :state |
#vm ⇒ String
Returns Name of the virtual machine.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_vmsnapshot.rb', line 14 attribute :vm |
#zone ⇒ Object?
Returns Name of the zone in which the VM is in. If not set, default zone is used.
25 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_vmsnapshot.rb', line 25 attribute :zone |