Class: Ansible::Ruby::Modules::Cs_instance_facts

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

Overview

Gathering facts from the API of an instance.

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

#accountObject?

Returns Account the instance is related to.

Returns:

  • (Object, nil)

    Account the instance is related to.



19
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_instance_facts.rb', line 19

attribute :account

#domainObject?

Returns Domain the instance is related to.

Returns:

  • (Object, nil)

    Domain the instance is related to.



16
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_instance_facts.rb', line 16

attribute :domain

#nameString

Returns Name or display name of the instance.

Returns:

  • (String)

    Name or display name of the instance.



12
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_instance_facts.rb', line 12

attribute :name

#projectObject?

Returns Project the instance is related to.

Returns:

  • (Object, nil)

    Project the instance is related to.



22
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_instance_facts.rb', line 22

attribute :project