Class: Ansible::Ruby::Modules::Cs_vmsnapshot

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_vmsnapshot.rb

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

#accountObject?

Returns Account the VM snapshot is related to.

Returns:

  • (Object, nil)

    Account the VM snapshot is related to.



38
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_vmsnapshot.rb', line 38

attribute :account

#descriptionObject?

Returns Description of the snapshot.

Returns:

  • (Object, nil)

    Description of the snapshot.



18
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_vmsnapshot.rb', line 18

attribute :description

#domainObject?

Returns Domain the VM snapshot is related to.

Returns:

  • (Object, nil)

    Domain the VM snapshot is related to.



35
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_vmsnapshot.rb', line 35

attribute :domain

#nameString

Returns Unique Name of the snapshot. In CloudStack terms display name.

Returns:

  • (String)

    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_asyncBoolean?

Returns Poll async jobs until job has finished.

Returns:

  • (Boolean, nil)

    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

#projectObject?

Returns Name of the project the VM is assigned to.

Returns:

  • (Object, nil)

    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_memoryBoolean?

Returns Snapshot memory if set to true.

Returns:

  • (Boolean, nil)

    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.

Returns:

  • (:present, :absent, :revert, nil)

    State of the snapshot.



31
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_vmsnapshot.rb', line 31

attribute :state

#vmString

Returns Name of the virtual machine.

Returns:

  • (String)

    Name of the virtual machine.



14
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_vmsnapshot.rb', line 14

attribute :vm

#zoneObject?

Returns Name of the zone in which the VM is in. If not set, default zone is used.

Returns:

  • (Object, nil)

    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