Class: Ansible::Ruby::Modules::Rax_meta
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rax_meta
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_meta.rb
Overview
Manipulate metadata for Rackspace Cloud Servers
Instance Method Summary collapse
-
#address ⇒ Object?
Server IP address to modify metadata for, will match any IP assigned to the server.
-
#id ⇒ Object?
Server ID to modify metadata for.
-
#meta ⇒ Object?
A hash of metadata to associate with the instance.
-
#name ⇒ String?
Server name to modify metadata for.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #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 modify metadata for, will match any IP assigned to the server.
11 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_meta.rb', line 11 attribute :address |
#id ⇒ Object?
Returns Server ID to modify metadata for.
14 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_meta.rb', line 14 attribute :id |
#meta ⇒ Object?
Returns A hash of metadata to associate with the instance.
21 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_meta.rb', line 21 attribute :meta |
#name ⇒ String?
Returns Server name to modify metadata for.
17 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_meta.rb', line 17 attribute :name |