Show / Hide Table of Contents

Class DbSystemSourceFromDbSystem

The source DB system identifier (OCID) from which the cloned DB system was created.

Inheritance
object
DbSystemSource
DbSystemSourceFromDbSystem
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 DbSystemSourceFromDbSystem : DbSystemSource

Properties

DbSystemId

Declaration
[Required(ErrorMessage = "DbSystemId is required.")]
[JsonProperty(PropertyName = "dbSystemId")]
public string DbSystemId { get; set; }
Property Value
Type Description
string

The OCID of the DB system used as the source for the new DB system.

Remarks

Required

In this article
Back to top