Show / Hide Table of Contents

Class ExadataDbSystemMigration

Information about the Exadata DB system migration. The migration is used to move the Exadata Cloud Service instance from the DB system resource model to the new cloud Exadata infrastructure resource model.

Inheritance
object
ExadataDbSystemMigration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ExadataDbSystemMigration

Properties

AdditionalMigrations

Declaration
[JsonProperty(PropertyName = "additionalMigrations")]
public List<ExadataDbSystemMigrationSummary> AdditionalMigrations { get; set; }
Property Value
Type Description
List<ExadataDbSystemMigrationSummary>

The details of addtional resources related to the migration.

CloudExadataInfrastructureId

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

The OCID of the cloud Exadata infrastructure.

Remarks

Required

CloudVmClusterId

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

The OCID of the cloud VM cluster.

Remarks

Required

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.

Remarks

Required

In this article
Back to top