Class: Ansible::Ruby::Modules::Scaleway_sshkey

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

Overview

This module manages SSH keys on Scaleway account U(developer.scaleway.com)

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#api_urlString?

Returns Scaleway API URL.

Returns:

  • (String, nil)

    Scaleway API URL



20
# File 'lib/ansible/ruby/modules/generated/cloud/scaleway/scaleway_sshkey.rb', line 20

attribute :api_url

#ssh_pub_keyString

Returns The public SSH key as a string to add.

Returns:

  • (String)

    The public SSH key as a string to add.



16
# File 'lib/ansible/ruby/modules/generated/cloud/scaleway/scaleway_sshkey.rb', line 16

attribute :ssh_pub_key

#state:present, ...

Returns Indicate desired state of the SSH key.

Returns:

  • (:present, :absent, nil)

    Indicate desired state of the SSH key.



12
# File 'lib/ansible/ruby/modules/generated/cloud/scaleway/scaleway_sshkey.rb', line 12

attribute :state