Show / Hide Table of Contents

Class BackupSourceDetails

Details of the database system backup.

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