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.
Inherited Members
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. |