Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Migration

Migration resource

Properties

Optional advisorSettings

advisorSettings: model.AdvisorSettings

Optional agentId

agentId: undefined | string

The OCID of the registered on-premises ODMS Agent. Only valid for Offline Migrations.

compartmentId

compartmentId: string

OCID of the compartment

Optional credentialsSecretId

credentialsSecretId: undefined | string

OCID of the Secret in the OCI vault containing the Migration credentials. Used to store GoldenGate administrator user credentials.

Optional dataTransferMediumDetails

dataTransferMediumDetails: model.DataTransferMediumDetails

Optional dataTransferMediumDetailsV2

Optional datapumpSettings

datapumpSettings: model.DataPumpSettings

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

displayName

displayName: string

Migration Display Name

Optional dumpTransferDetails

dumpTransferDetails: model.DumpTransferDetails

Optional excludeObjects

excludeObjects: Array<DatabaseObject>

Database objects to exclude from migration. If 'includeObjects' are specified, only exclude object types can be specified with general wildcards (.*) for owner and objectName.

Optional executingJobId

executingJobId: undefined | string

OCID of the current ODMS Job in execution for the Migration, if any.

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {@code {"bar-key": "value"}}

Optional goldenGateDetails

goldenGateDetails: model.GoldenGateDetails

Optional goldenGateServiceDetails

goldenGateServiceDetails: model.GoldenGateServiceDetails

id

id: string

The OCID of the resource

Optional includeObjects

includeObjects: Array<DatabaseObject>

Database objects to include from migration.

Optional lifecycleDetails

lifecycleDetails: model.MigrationStatus

Additional status related to the execution and current state of the Migration.

lifecycleState

lifecycleState: MigrationLifecycleStates

The current state of the Migration resource.

Optional sourceContainerDatabaseConnectionId

sourceContainerDatabaseConnectionId: undefined | string

The OCID of the Source Container Database Connection.

sourceDatabaseConnectionId

sourceDatabaseConnectionId: string

The OCID of the Source Database Connection.

Optional systemTags

systemTags: undefined | object

Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {@code {"orcl-cloud": {"free-tier-retained": "true"}}}

targetDatabaseConnectionId

targetDatabaseConnectionId: string

The OCID of the Target Database Connection.

timeCreated

timeCreated: Date

The time the Migration was created. An RFC3339 formatted datetime string.

Optional timeLastMigration

timeLastMigration: Date

The time of last Migration. An RFC3339 formatted datetime string.

Optional timeUpdated

timeUpdated: Date

The time of the last Migration details update. An RFC3339 formatted datetime string.

type

Migration type.

Optional vaultDetails

vaultDetails: model.VaultDetails

Optional waitAfter

waitAfter: model.OdmsJobPhases

Name of a migration phase. The Job will wait after executing this phase until the Resume Job endpoint is called.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Migration): object

getJsonObj