Class DbSystemSourceFromDbSystem
The source DB system identifier (OCID) from which the cloned DB system was created.
Inherited Members
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