Class: Ansible::Ruby::Modules::Cs_instance_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_instance_facts
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_instance_facts.rb
Instance Method Summary collapse
-
#account ⇒ Object?
Account the instance is related to.
-
#domain ⇒ Object?
Domain the instance is related to.
-
#name ⇒ String
Name or display name of the instance.
-
#project ⇒ Object?
Project the instance is related to.
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 instance is related to.
17 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_instance_facts.rb', line 17 attribute :account |
#domain ⇒ Object?
Returns Domain the instance is related to.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_instance_facts.rb', line 14 attribute :domain |
#name ⇒ String
Returns Name or display name of the instance.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_instance_facts.rb', line 10 attribute :name |
#project ⇒ Object?
Returns Project the instance is related to.
20 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_instance_facts.rb', line 20 attribute :project |