Class: Ansible::Ruby::Modules::Rax_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rax_facts
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_facts.rb
Instance Method Summary collapse
-
#address ⇒ Object?
Server IP address to retrieve facts for, will match any IP assigned to the server.
-
#id ⇒ Object?
Server ID to retrieve facts for.
-
#name ⇒ String?
Server name to retrieve facts for.
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
#address ⇒ Object?
Returns Server IP address to retrieve facts for, will match any IP assigned to the server.
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_facts.rb', line 10 attribute :address |
#id ⇒ Object?
Returns Server ID to retrieve facts for.
13 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_facts.rb', line 13 attribute :id |
#name ⇒ String?
Returns Server name to retrieve facts for.
16 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_facts.rb', line 16 attribute :name |