Show / Hide Table of Contents

Class DbSystemSourceFromBackup

From which backup this DB System was created.

Inheritance
object
DbSystemSource
DbSystemSourceFromBackup
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class DbSystemSourceFromBackup : DbSystemSource

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 backup to be used as the source for the new DB System.

Remarks

Required

In this article
Back to top