Show / Hide Table of Contents

Class TdeWalletBackupDestination

Backup destination for the TDE wallet backups.

Inheritance
object
TdeWalletBackupDestination
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top