Get Migration Job Result
data class GetMigrationJobResult(val cmekKeyName: String, val conversionWorkspace: ConversionWorkspaceInfoResponse, val createTime: String, val destination: String, val destinationDatabase: DatabaseTypeResponse, val displayName: String, val dumpFlags: DumpFlagsResponse, val dumpPath: String, val duration: String, val endTime: String, val error: StatusResponse, val filter: String, val labels: Map<String, String>, val name: String, val phase: String, val reverseSshConnectivity: ReverseSshConnectivityResponse, val source: String, val sourceDatabase: DatabaseTypeResponse, val state: String, val staticIpConnectivity: StaticIpConnectivityResponse, val type: String, val updateTime: String, val vpcPeeringConnectivity: VpcPeeringConnectivityResponse)
Constructors
Link copied to clipboard
fun GetMigrationJobResult(cmekKeyName: String, conversionWorkspace: ConversionWorkspaceInfoResponse, createTime: String, destination: String, destinationDatabase: DatabaseTypeResponse, displayName: String, dumpFlags: DumpFlagsResponse, dumpPath: String, duration: String, endTime: String, error: StatusResponse, filter: String, labels: Map<String, String>, name: String, phase: String, reverseSshConnectivity: ReverseSshConnectivityResponse, source: String, sourceDatabase: DatabaseTypeResponse, state: String, staticIpConnectivity: StaticIpConnectivityResponse, type: String, updateTime: String, vpcPeeringConnectivity: VpcPeeringConnectivityResponse)
Types
Properties
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard