Class: Ansible::Ruby::Modules::Rax_meta

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_meta.rb

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

#addressObject?

Returns Server IP address to modify metadata for, will match any IP assigned to the server.

Returns:

  • (Object, nil)

    Server IP address to modify metadata for, will match any IP assigned to the server



10
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_meta.rb', line 10

attribute :address

#idObject?

Returns Server ID to modify metadata for.

Returns:

  • (Object, nil)

    Server ID to modify metadata for



13
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_meta.rb', line 13

attribute :id

#metaObject?

Returns A hash of metadata to associate with the instance.

Returns:

  • (Object, nil)

    A hash of metadata to associate with the instance



20
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_meta.rb', line 20

attribute :meta

#nameString?

Returns Server name to modify metadata for.

Returns:

  • (String, nil)

    Server name to modify metadata for



16
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_meta.rb', line 16

attribute :name