Class: Ansible::Ruby::Modules::Digital_ocean_sshkey
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Digital_ocean_sshkey
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/digital_ocean/digital_ocean_sshkey.rb
Instance Method Summary collapse
-
#api_key ⇒ String?
DigitalOcean api key.
-
#client_id ⇒ String?
DigitalOcean manager id.
-
#id ⇒ Object?
Numeric, the SSH key id you want to operate on.
-
#name ⇒ String?
String, this is the name of an SSH key to create or destroy.
-
#ssh_pub_key ⇒ String?
The public SSH key you want to add to your account.
-
#state ⇒ :present, ...
Indicate desired state of the target.
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
#api_key ⇒ String?
Returns DigitalOcean api key.
18 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/digital_ocean/digital_ocean_sshkey.rb', line 18 attribute :api_key |
#client_id ⇒ String?
Returns DigitalOcean manager id.
14 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/digital_ocean/digital_ocean_sshkey.rb', line 14 attribute :client_id |
#id ⇒ Object?
Returns Numeric, the SSH key id you want to operate on.
22 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/digital_ocean/digital_ocean_sshkey.rb', line 22 attribute :id |
#name ⇒ String?
Returns String, this is the name of an SSH key to create or destroy.
25 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/digital_ocean/digital_ocean_sshkey.rb', line 25 attribute :name |
#ssh_pub_key ⇒ String?
Returns The public SSH key you want to add to your account.
29 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/digital_ocean/digital_ocean_sshkey.rb', line 29 attribute :ssh_pub_key |
#state ⇒ :present, ...
Returns Indicate desired state of the target.
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/digital_ocean/digital_ocean_sshkey.rb', line 10 attribute :state |