Class: Ansible::Ruby::Modules::Cs_sshkeypair

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_sshkeypair.rb

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

#accountObject?

Returns Account the public key is related to.

Returns:

  • (Object, nil)

    Account the public key is related to.



17
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_sshkeypair.rb', line 17

attribute :account

#domainObject?

Returns Domain the public key is related to.

Returns:

  • (Object, nil)

    Domain the public key is related to.



14
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_sshkeypair.rb', line 14

attribute :domain

#nameString

Returns Name of public key.

Returns:

  • (String)

    Name of public key.



10
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_sshkeypair.rb', line 10

attribute :name

#projectObject?

Returns Name of the project the public key to be registered in.

Returns:

  • (Object, nil)

    Name of the project the public key to be registered in.



20
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_sshkeypair.rb', line 20

attribute :project

#public_keyString?

Returns String of the public key.

Returns:

  • (String, nil)

    String of the public key.



27
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_sshkeypair.rb', line 27

attribute :public_key

#state:present, ...

Returns State of the public key.

Returns:

  • (:present, :absent, nil)

    State of the public key.



23
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_sshkeypair.rb', line 23

attribute :state