Show / Hide Table of Contents

Class SourceBackupDetails

Information about the Source Backup associated with a backup.

Inheritance
object
SourceBackupDetails
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 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

In this article
Back to top