Show / Hide Table of Contents

Class BackupSourceDetails

Restoring to a new database system from the backup. The database system details that are part of the CreateDbSystem request are not required, but if present will override the details from the backup's database system snapshot.

Inheritance
object
SourceDetails
BackupSourceDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
public class BackupSourceDetails : SourceDetails

Properties

BackupId

Declaration
[Required(ErrorMessage = "BackupId is required.")]
[JsonProperty(PropertyName = "backupId")]
public string BackupId { get; set; }
Property Value
Type Description
string

The OCID of the database system backup.

Remarks

Required

IsHavingRestoreConfigOverrides

Declaration
[JsonProperty(PropertyName = "isHavingRestoreConfigOverrides")]
public bool? IsHavingRestoreConfigOverrides { get; set; }
Property Value
Type Description
bool?

Deprecated. Don't use.

In this article
Back to top