models_v2.ssh_private_key_credentials module¶
-
class
models_v2.ssh_private_key_credentials.
SshPrivateKeyCredentials
(private_key=None, user_id=None, passphrase=None)[source]¶ Bases:
object
Implementation of the ‘SshPrivateKeyCredentials’ model.
SSH userID + privateKey required for reading configuration file and for scp backup.
- Attributes:
passphrase (string): Passphrase for the private key. private_key (string): The private key. user_id (string): userId for PrivateKey credentials.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.