getCloneJob

Gets details of a single CloneJob.

Return

null

Parameters

argument

null


suspend fun getCloneJob(cloneJobId: String, location: String, migratingVmId: String, project: String? = null, sourceId: String): GetCloneJobResult

Return

null

Parameters

cloneJobId
location
migratingVmId
project
sourceId

See also


suspend fun getCloneJob(argument: suspend GetCloneJobPlainArgsBuilder.() -> Unit): GetCloneJobResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.vmmigration.v1.kotlin.inputs.GetCloneJobPlainArgs.

See also