Class: Ansible::Ruby::Modules::Packet_sshkey

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/packet/packet_sshkey.rb

Overview

Create/delete an SSH key in Packet host. API is documented at U(www.packet.net/help/api/#page:ssh-keys,header:ssh-keys-ssh-keys-post).

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#auth_tokenObject?



17
# File 'lib/ansible/ruby/modules/generated/cloud/packet/packet_sshkey.rb', line 17

attribute :auth_token

#fingerprintObject?



26
# File 'lib/ansible/ruby/modules/generated/cloud/packet/packet_sshkey.rb', line 26

attribute :fingerprint

#idObject?



23
# File 'lib/ansible/ruby/modules/generated/cloud/packet/packet_sshkey.rb', line 23

attribute :id

#keyObject?



29
# File 'lib/ansible/ruby/modules/generated/cloud/packet/packet_sshkey.rb', line 29

attribute :key

#key_fileObject?



32
# File 'lib/ansible/ruby/modules/generated/cloud/packet/packet_sshkey.rb', line 32

attribute :key_file

#labelObject?



20
# File 'lib/ansible/ruby/modules/generated/cloud/packet/packet_sshkey.rb', line 20

attribute :label

#state:present, ...



13
# File 'lib/ansible/ruby/modules/generated/cloud/packet/packet_sshkey.rb', line 13

attribute :state