Class TdeWalletBackupDestination
Backup destination for the TDE wallet backups.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class TdeWalletBackupDestination
Properties
BackupDestinationId
Declaration
[JsonProperty(PropertyName = "backupDestinationId")]
public string BackupDestinationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the backup destination. |
BackupDestinationType
Declaration
[Required(ErrorMessage = "BackupDestinationType is required.")]
[JsonProperty(PropertyName = "backupDestinationType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public TdeWalletBackupDestination.BackupDestinationTypeEnum? BackupDestinationType { get; set; }
Property Value
| Type | Description |
|---|---|
| TdeWalletBackupDestination.BackupDestinationTypeEnum? | Destination where TDE Wallet backups are to be placed. |
Remarks
Required