Class DbSystemSourceFromBackup
From which backup this DB System was created.
Inherited Members
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class DbSystemSourceFromBackup : DbSystemSourceProperties
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