Show / Hide Table of Contents

Class OracleOnlineLogicalMigrationSettingsSummary

Oracle online logical migration summary settings.

Inheritance
object
OracleMigrationSettingsSummary
OracleOnlineLogicalMigrationSettingsSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class OracleOnlineLogicalMigrationSettingsSummary : OracleMigrationSettingsSummary

Properties

SourceContainerDatabaseConnectionId

Declaration
[JsonProperty(PropertyName = "sourceContainerDatabaseConnectionId")]
public string SourceContainerDatabaseConnectionId { get; set; }
Property Value
Type Description
string

The OCID of the resource being referenced.

In this article
Back to top