Class: Ansible::Ruby::Modules::Rax_keypair

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_keypair.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

#nameString

Returns Name of keypair.

Returns:

  • (String)

    Name of keypair



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

attribute :name

#public_keyObject?

Returns Public Key string to upload. Can be a file path or string.

Returns:

  • (Object, nil)

    Public Key string to upload. Can be a file path or string



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

attribute :public_key

#state:present, ...

Returns Indicate desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Indicate desired state of the resource



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

attribute :state