Migration Job Args
data class MigrationJobArgs(val destination: Output<String>? = null, val destinationDatabase: Output<DatabaseTypeArgs>? = null, val displayName: Output<String>? = null, val dumpPath: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val migrationJobId: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val requestId: Output<String>? = null, val reverseSshConnectivity: Output<ReverseSshConnectivityArgs>? = null, val source: Output<String>? = null, val sourceDatabase: Output<DatabaseTypeArgs>? = null, val state: Output<MigrationJobState>? = null, val staticIpConnectivity: Output<StaticIpConnectivityArgs>? = null, val type: Output<MigrationJobType>? = null, val vpcPeeringConnectivity: Output<VpcPeeringConnectivityArgs>? = null) : ConvertibleToJava<MigrationJobArgs>
Creates a new migration job in a given project and location.
Constructors
Link copied to clipboard
fun MigrationJobArgs(destination: Output<String>? = null, destinationDatabase: Output<DatabaseTypeArgs>? = null, displayName: Output<String>? = null, dumpPath: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, migrationJobId: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, requestId: Output<String>? = null, reverseSshConnectivity: Output<ReverseSshConnectivityArgs>? = null, source: Output<String>? = null, sourceDatabase: Output<DatabaseTypeArgs>? = null, state: Output<MigrationJobState>? = null, staticIpConnectivity: Output<StaticIpConnectivityArgs>? = null, type: Output<MigrationJobType>? = null, vpcPeeringConnectivity: Output<VpcPeeringConnectivityArgs>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
Link copied to clipboard
Link copied to clipboard