TdeWalletBackupDestination¶
-
class
oci.database.models.TdeWalletBackupDestination(**kwargs)¶ Bases:
objectBackup destination for the TDE wallet backups.
Attributes
BACKUP_DESTINATION_TYPE_NFSA constant which can be used with the backup_destination_type property of a TdeWalletBackupDestination. BACKUP_DESTINATION_TYPE_OSSA constant which can be used with the backup_destination_type property of a TdeWalletBackupDestination. backup_destination_idGets the backup_destination_id of this TdeWalletBackupDestination. backup_destination_type[Required] Gets the backup_destination_type of this TdeWalletBackupDestination. Methods
__init__(**kwargs)Initializes a new TdeWalletBackupDestination object with values from keyword arguments. -
BACKUP_DESTINATION_TYPE_NFS= 'NFS'¶ A constant which can be used with the backup_destination_type property of a TdeWalletBackupDestination. This constant has a value of “NFS”
-
BACKUP_DESTINATION_TYPE_OSS= 'OSS'¶ A constant which can be used with the backup_destination_type property of a TdeWalletBackupDestination. This constant has a value of “OSS”
-
__init__(**kwargs)¶ Initializes a new TdeWalletBackupDestination object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - backup_destination_type (str) – The value to assign to the backup_destination_type property of this TdeWalletBackupDestination. Allowed values for this property are: “OSS”, “NFS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- backup_destination_id (str) – The value to assign to the backup_destination_id property of this TdeWalletBackupDestination.
-
backup_destination_id¶ Gets the backup_destination_id of this TdeWalletBackupDestination. The OCID of the backup destination.
Returns: The backup_destination_id of this TdeWalletBackupDestination. Return type: str
-
backup_destination_type¶ [Required] Gets the backup_destination_type of this TdeWalletBackupDestination. Destination where TDE Wallet backups are to be placed.
Allowed values for this property are: “OSS”, “NFS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The backup_destination_type of this TdeWalletBackupDestination. Return type: str
-