models.replication_encryption_key_reponse module¶
-
class
models.replication_encryption_key_reponse.
ReplicationEncryptionKeyReponse
(encryption_key=None)[source]¶ Bases:
object
Implementation of the ‘ReplicationEncryptionKeyReponse’ model.
Specifies the encryption key that is used for encrypting replication data from this Cluster to a remote Cluster.
- Attributes:
encryption_key (string): Specifies a replication encryption 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.