Show / Hide Table of Contents

Class OracleOnlineStandbyMigrationSettingsSummary

Oracle online standby migration summary settings.

Inheritance
object
OracleMigrationSettingsSummary
OracleOnlineStandbyMigrationSettingsSummary
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 OracleOnlineStandbyMigrationSettingsSummary : OracleMigrationSettingsSummary

Properties

SourceContainerDatabaseConnectionId

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

The OCID of the resource being referenced.

SourceStandbyDatabaseConnectionId

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

The OCID of the resource being referenced.

In this article
Back to top