Class SourceBackupDetails
Information about the Source Backup associated with a backup.
Inherited Members
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
public class SourceBackupDetails
Properties
SourceBackupId
Declaration
[Required(ErrorMessage = "SourceBackupId is required.")]
[JsonProperty(PropertyName = "sourceBackupId")]
public string SourceBackupId { get; set; }
Property Value
Type | Description |
---|---|
string | Backup ID of the COPY source type. |
Remarks
Required
SourceRegion
Declaration
[Required(ErrorMessage = "SourceRegion is required.")]
[JsonProperty(PropertyName = "sourceRegion")]
public string SourceRegion { get; set; }
Property Value
Type | Description |
---|---|
string | Backup Region of the COPY source type. |
Remarks
Required