PublicKey#

class PublicKey(name=None, key=None, *args, **kwargs)[source]#

Bases: object

Public ssh key details. This is part of payload for cluster update operation only.

Parameters:
  • name (required) – (name) Ssh key name

  • key (required) – (key) Ssh key value

property key#

Ssh key value

Type:

str

property name#

Ssh key name

Type:

str

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model