Class: Ansible::Ruby::Modules::Rax_keypair
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rax_keypair
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_keypair.rb
Instance Method Summary collapse
-
#name ⇒ String
Name of keypair.
-
#public_key ⇒ Object?
Public Key string to upload.
-
#state ⇒ :present, ...
Indicate desired state of the resource.
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
#name ⇒ String
Returns Name of keypair.
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_keypair.rb', line 10 attribute :name |
#public_key ⇒ Object?
Returns 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.
17 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_keypair.rb', line 17 attribute :state |