Class: Ansible::Ruby::Modules::Os_keypair
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_keypair
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/openstack/os_keypair.rb
Instance Method Summary collapse
-
#name ⇒ String
Name that has to be given to the key pair.
-
#public_key ⇒ Object?
The public key that would be uploaded to nova and injected into VMs upon creation.
-
#public_key_file ⇒ String?
Path to local file containing ssh public key.
-
#state ⇒ :present, ...
Should the resource be present or absent.
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 that has to be given to the key pair.
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_keypair.rb', line 10 attribute :name |
#public_key ⇒ Object?
Returns The public key that would be uploaded to nova and injected into VMs upon creation.
14 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_keypair.rb', line 14 attribute :public_key |
#public_key_file ⇒ String?
Returns Path to local file containing ssh public key. Mutually exclusive with public_key.
17 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_keypair.rb', line 17 attribute :public_key_file |
#state ⇒ :present, ...
Returns Should the resource be present or absent.
21 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_keypair.rb', line 21 attribute :state |