- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`ancestors
Type: UNORDERED_LIST_STRING
cmek_key_name
Type: STRING
Provider name: cmekKeyName
Description: The CMEK (customer-managed encryption key) fully qualified key name used for the migration job. This field supports all migration jobs types except for: * Mysql to Mysql (use the cmek field in the cloudsql connection profile instead). * PostrgeSQL to PostgreSQL (use the cmek field in the cloudsql connection profile instead). * PostgreSQL to AlloyDB (use the kms_key_name field in the alloydb connection profile instead). Each Cloud CMEK key has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
conversion_workspace
Type: STRUCT
Provider name: conversionWorkspace
Description: The conversion workspace used by the migration.
commit_id
STRING
commitId
name
STRING
name
create_time
Type: TIMESTAMP
Provider name: createTime
Description: Output only. The timestamp when the migration job resource was created. A timestamp in RFC3339 UTC “Zulu” format, accurate to nanoseconds. Example: “2014-10-02T15:01:23.045123456Z”.
destination
Type: STRING
Provider name: destination
Description: Required. The resource name (URI) of the destination connection profile.
destination_database
Type: STRUCT
Provider name: destinationDatabase
Description: The database engine type and provider of the destination.
engine
STRING
engine
DATABASE_ENGINE_UNSPECIFIED
- The source database engine of the migration job is unknown.MYSQL
- The source engine is MySQL.POSTGRESQL
- The source engine is PostgreSQL.SQLSERVER
- The source engine is SQL Server.ORACLE
- The source engine is Oracle.provider
STRING
provider
DATABASE_PROVIDER_UNSPECIFIED
- Use this value for on-premise source database instances and ORACLE.CLOUDSQL
- Cloud SQL is the source instance provider.RDS
- Amazon RDS is the source instance provider.AURORA
- Amazon Aurora is the source instance provider.ALLOYDB
- AlloyDB for PostgreSQL is the source instance provider.AZURE_DATABASE
- Microsoft Azure Database for MySQL/PostgreSQL.dump_flags
Type: STRUCT
Provider name: dumpFlags
Description: The initial dump flags. This field and the “dump_path” field are mutually exclusive.
dump_flags
UNORDERED_LIST_STRUCT
dumpFlags
name
STRING
name
value
STRING
value
dump_path
Type: STRING
Provider name: dumpPath
Description: The path to the dump file in Google Cloud Storage, in the format: (gs://[BUCKET_NAME]/[OBJECT_NAME]). This field and the “dump_flags” field are mutually exclusive.
dump_type
Type: STRING
Provider name: dumpType
Description: Optional. The type of the data dump. Supported for MySQL to CloudSQL for MySQL migrations only.
Possible values:
DUMP_TYPE_UNSPECIFIED
- If not specified, defaults to LOGICALLOGICAL
- Logical dump.PHYSICAL
- Physical file-based dump. Supported for MySQL to CloudSQL for MySQL migrations only.duration
Type: STRING
Provider name: duration
Description: Output only. The duration of the migration job (in seconds). A duration in seconds with up to nine fractional digits, terminated by ’s’. Example: “3.5s”.
end_time
Type: TIMESTAMP
Provider name: endTime
Description: Output only. If the migration job is completed, the time when it was completed.
error
Type: STRUCT
Provider name: error
Description: Output only. The error details in case of state FAILED.
code
INT32
code
message
STRING
message
filter
Type: STRING
Provider name: filter
Description: This field can be used to select the entities to migrate as part of the migration job. It uses AIP-160 notation to select a subset of the entities configured on the associated conversion-workspace. This field should not be set on migration-jobs that are not associated with a conversion workspace.
gcp_display_name
Type: STRING
Provider name: displayName
Description: The migration job display name.
gcp_source
Type: STRING
Provider name: source
Description: Required. The resource name (URI) of the source connection profile.
labels
Type: UNORDERED_LIST_STRING
name
Type: STRING
Provider name: name
Description: The name (URI) of this migration job resource, in the form of: projects/{project}/locations/{location}/migrationJobs/{migrationJob}.
objects_config
Type: STRUCT
Provider name: objectsConfig
Description: Optional. The objects that need to be migrated.
source_objects_config
STRUCT
sourceObjectsConfig
object_configs
UNORDERED_LIST_STRUCT
objectConfigs
object_identifier
STRUCT
objectIdentifier
database
STRING
database
type
STRING
type
MIGRATION_JOB_OBJECT_TYPE_UNSPECIFIED
- The type of the migration job object is unknown.DATABASE
- The migration job object is a database.objects_selection_type
STRING
objectsSelectionType
OBJECTS_SELECTION_TYPE_UNSPECIFIED
- The type of the objects selection is unknown, indicating that the migration job is at instance level.ALL_OBJECTS
- Migrate all of the objects.SPECIFIED_OBJECTS
- Migrate specific objects.oracle_to_postgres_config
Type: STRUCT
Provider name: oracleToPostgresConfig
Description: Configuration for heterogeneous Oracle to Cloud SQL for PostgreSQL and Oracle to AlloyDB for PostgreSQL migrations.
oracle_source_config
STRUCT
oracleSourceConfig
binary_log_parser
Type: STRUCT
Provider name: binaryLogParser
Description: Use Binary Log Parser.
log_file_directories
STRUCT
logFileDirectories
archived_log_directory
STRING
archivedLogDirectory
online_log_directory
STRING
onlineLogDirectory
oracle_asm_log_file_access
STRUCT
oracleAsmLogFileAccess
cdc_start_position
Type: INT64
Provider name: cdcStartPosition
Description: Optional. The schema change number (SCN) to start CDC data migration from.
log_miner
Type: STRUCT
Provider name: logMiner
Description: Use LogMiner.
max_concurrent_cdc_connections
Type: INT32
Provider name: maxConcurrentCdcConnections
Description: Optional. Maximum number of connections Database Migration Service will open to the source for CDC phase.
max_concurrent_full_dump_connections
Type: INT32
Provider name: maxConcurrentFullDumpConnections
Description: Optional. Maximum number of connections Database Migration Service will open to the source for full dump phase.
skip_full_dump
Type: BOOLEAN
Provider name: skipFullDump
Description: Optional. Whether to skip full dump or not.
postgres_destination_config
STRUCT
postgresDestinationConfig
max_concurrent_connections
INT32
maxConcurrentConnections
transaction_timeout
STRING
transactionTimeout
organization_id
Type: STRING
parent
Type: STRING
performance_config
Type: STRUCT
Provider name: performanceConfig
Description: Optional. Data dump parallelism settings used by the migration.
dump_parallel_level
STRING
dumpParallelLevel
DUMP_PARALLEL_LEVEL_UNSPECIFIED
- Unknown dump parallel level. Will be defaulted to OPTIMAL.MIN
- Minimal parallel level.OPTIMAL
- Optimal parallel level.MAX
- Maximum parallel level.phase
Type: STRING
Provider name: phase
Description: Output only. The current migration job phase.
Possible values:
PHASE_UNSPECIFIED
- The phase of the migration job is unknown.FULL_DUMP
- The migration job is in the full dump phase.CDC
- The migration job is CDC phase.PROMOTE_IN_PROGRESS
- The migration job is running the promote phase.WAITING_FOR_SOURCE_WRITES_TO_STOP
- Only RDS flow - waiting for source writes to stopPREPARING_THE_DUMP
- Only RDS flow - the sources writes stopped, waiting for dump to beginREADY_FOR_PROMOTE
- The migration job is ready to be promoted.project_id
Type: STRING
project_number
Type: STRING
resource_name
Type: STRING
reverse_ssh_connectivity
Type: STRUCT
Provider name: reverseSshConnectivity
Description: The details needed to communicate to the source over Reverse SSH tunnel connectivity.
vm
STRING
vm
vm_ip
STRING
vmIp
vm_port
INT32
vmPort
vpc
STRING
vpc
satisfies_pzi
Type: BOOLEAN
Provider name: satisfiesPzi
Description: Output only. Reserved for future use.
satisfies_pzs
Type: BOOLEAN
Provider name: satisfiesPzs
Description: Output only. Reserved for future use.
source_database
Type: STRUCT
Provider name: sourceDatabase
Description: The database engine type and provider of the source.
engine
STRING
engine
DATABASE_ENGINE_UNSPECIFIED
- The source database engine of the migration job is unknown.MYSQL
- The source engine is MySQL.POSTGRESQL
- The source engine is PostgreSQL.SQLSERVER
- The source engine is SQL Server.ORACLE
- The source engine is Oracle.provider
STRING
provider
DATABASE_PROVIDER_UNSPECIFIED
- Use this value for on-premise source database instances and ORACLE.CLOUDSQL
- Cloud SQL is the source instance provider.RDS
- Amazon RDS is the source instance provider.AURORA
- Amazon Aurora is the source instance provider.ALLOYDB
- AlloyDB for PostgreSQL is the source instance provider.AZURE_DATABASE
- Microsoft Azure Database for MySQL/PostgreSQL.sqlserver_homogeneous_migration_job_config
Type: STRUCT
Provider name: sqlserverHomogeneousMigrationJobConfig
Description: Optional. Configuration for SQL Server homogeneous migration.
backup_file_pattern
STRING
backupFilePattern
database_backups
UNORDERED_LIST_STRUCT
databaseBackups
database
STRING
database
encryption_options
STRUCT
encryptionOptions
cert_path
STRING
certPath
gs://bucketName/fileName
. The instance must have write permissions to the bucket and read access to the file.pvk_password
STRING
pvkPassword
pvk_path
STRING
pvkPath
gs://bucketName/fileName
. The instance must have write permissions to the bucket and read access to the file.promote_when_ready
BOOLEAN
promoteWhenReady
use_diff_backup
BOOLEAN
useDiffBackup
sqlserver_to_postgres_config
Type: STRUCT
Provider name: sqlserverToPostgresConfig
Description: Configuration for heterogeneous SQL Server to Cloud SQL for PostgreSQL migrations.
postgres_destination_config
STRUCT
postgresDestinationConfig
max_concurrent_connections
INT32
maxConcurrentConnections
transaction_timeout
STRING
transactionTimeout
sqlserver_source_config
STRUCT
sqlserverSourceConfig
cdc_start_position
STRING
cdcStartPosition
max_concurrent_cdc_connections
INT32
maxConcurrentCdcConnections
max_concurrent_full_dump_connections
INT32
maxConcurrentFullDumpConnections
skip_full_dump
BOOLEAN
skipFullDump
state
Type: STRING
Provider name: state
Description: The current migration job state.
Possible values:
STATE_UNSPECIFIED
- The state of the migration job is unknown.MAINTENANCE
- The migration job is down for maintenance.DRAFT
- The migration job is in draft mode and no resources are created.CREATING
- The migration job is being created.NOT_STARTED
- The migration job is created and not started.RUNNING
- The migration job is running.FAILED
- The migration job failed.COMPLETED
- The migration job has been completed.DELETING
- The migration job is being deleted.STOPPING
- The migration job is being stopped.STOPPED
- The migration job is currently stopped.DELETED
- The migration job has been deleted.UPDATING
- The migration job is being updated.STARTING
- The migration job is starting.RESTARTING
- The migration job is restarting.RESUMING
- The migration job is resuming.static_ip_connectivity
Type: STRUCT
Provider name: staticIpConnectivity
Description: static ip connectivity data (default, no additional details needed).
tags
Type: UNORDERED_LIST_STRING
type
Type: STRING
Provider name: type
Description: Required. The migration job type.
Possible values:
TYPE_UNSPECIFIED
- The type of the migration job is unknown.ONE_TIME
- The migration job is a one time migration.CONTINUOUS
- The migration job is a continuous migration.update_time
Type: TIMESTAMP
Provider name: updateTime
Description: Output only. The timestamp when the migration job resource was last updated. A timestamp in RFC3339 UTC “Zulu” format, accurate to nanoseconds. Example: “2014-10-02T15:01:23.045123456Z”.
vpc_peering_connectivity
Type: STRUCT
Provider name: vpcPeeringConnectivity
Description: The details of the VPC network that the source database is located in.
vpc
STRING
vpc