Show / Hide Table of Contents

Class CreateDbSystemSourceFromBackupDetails

Use the backupId to specify from which backup the new DB System will be created.

Inheritance
object
CreateDbSystemSourceDetails
CreateDbSystemSourceFromBackupDetails
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 CreateDbSystemSourceFromBackupDetails : CreateDbSystemSourceDetails

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