models.vault_encryption_key module

class models.vault_encryption_key.VaultEncryptionKey(cluster_name=None, encryption_key_data=None, key_uid=None, vault_id=None, vault_name=None)[source]

Bases: object

Implementation of the ‘VaultEncryptionKey’ model.

Specifies the encrytion information needed to restore data.

Attributes:
cluster_name (string): Specifies the name of the source Cohesity

Cluster that archived the data on the Vault.

encryption_key_data (string): Specifies the encryption key data

corresponding to the specified keyUid. It contains a Key Encryption Key (KEK) or a Encrypted Data Encryption Key (eDEK).

key_uid (UniversalId): Specifies the universal id of the Data

Encryption Key.

vault_id (long|int): Specifies the id of the Vault whose data is

encrypted by this key.

vault_name (string): Specifies the name of the Vault whose data is

encrypted by this key.

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.