TransferApplianceEncryptionPassphrase¶
-
class
oci.dts.models.
TransferApplianceEncryptionPassphrase
(**kwargs)¶ Bases:
object
TransferApplianceEncryptionPassphrase model.
Methods
__init__
(**kwargs)Initializes a new TransferApplianceEncryptionPassphrase object with values from keyword arguments. Attributes
encryption_passphrase
Gets the encryption_passphrase of this TransferApplianceEncryptionPassphrase. -
__init__
(**kwargs)¶ Initializes a new TransferApplianceEncryptionPassphrase object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: encryption_passphrase (str) – The value to assign to the encryption_passphrase property of this TransferApplianceEncryptionPassphrase.
-
encryption_passphrase
¶ Gets the encryption_passphrase of this TransferApplianceEncryptionPassphrase.
Returns: The encryption_passphrase of this TransferApplianceEncryptionPassphrase. Return type: str
-