CloneJob

class CloneJob : KotlinCustomResource

Initiates a Clone of a specific migrating VM. Auto-naming is currently not supported for this resource. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Properties

Link copied to clipboard
val cloneJobId: Output<String>

Required. The clone job identifier.

Link copied to clipboard

Details of the target VM in Compute Engine.

Link copied to clipboard
val createTime: Output<String>

The time the clone job was created (as an API call, not when it was actually created in the target).

Link copied to clipboard
val endTime: Output<String>

The time the clone job was ended.

Link copied to clipboard
val error: Output<StatusResponse>

Provides details for the errors that led to the Clone Job's state.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val migratingVmId: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the clone.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val requestId: Output<String>?

A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Link copied to clipboard
val sourceId: Output<String>
Link copied to clipboard
val state: Output<String>

State of the clone job.

Link copied to clipboard
val stateTime: Output<String>

The time the state was last updated.

Link copied to clipboard

The clone steps list representing its progress.

Link copied to clipboard
val urn: Output<String>