Class: Ansible::Ruby::Modules::Ovirt_snapshot_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_snapshot_facts.rb,
lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_snapshots_facts.rb

Overview

Retrieve facts about one or more oVirt/RHV virtual machine snapshots.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#descriptionString?

Returns Description of the snapshot, can be used as glob expression.

Returns:

  • (String, nil)

    Description of the snapshot, can be used as glob expression.



16
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_snapshot_facts.rb', line 16

attribute :description

#snapshot_idObject?

Returns Id of the snapshot we want to retrieve facts about.

Returns:

  • (Object, nil)

    Id of the snapshot we want to retrieve facts about.



20
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_snapshot_facts.rb', line 20

attribute :snapshot_id

#vmString

Returns Name of the VM with snapshot.

Returns:

  • (String)

    Name of the VM with snapshot.



12
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_snapshot_facts.rb', line 12

attribute :vm