Class BackupSourceDetails
Details of the database system backup.
Inherited Members
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
public class BackupSourceDetails : SourceDetailsProperties
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. |