CutoverJob

class CutoverJob : KotlinCustomResource

Initiates a Cutover of a specific migrating VM. The returned LRO is completed when the cutover job resource is created and the job is initiated. 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

Details of the target VM in Compute Engine.

Link copied to clipboard
val createTime: Output<String>

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

Link copied to clipboard
val cutoverJobId: Output<String>

Required. The cutover job identifier.

Link copied to clipboard
val endTime: Output<String>

The time the cutover job had finished.

Link copied to clipboard
val error: Output<StatusResponse>

Provides details for the errors that led to the Cutover 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 cutover job.

Link copied to clipboard
val progressPercent: Output<Int>

The current progress in percentage of the cutover job.

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 cutover job.

Link copied to clipboard
val stateMessage: Output<String>

A message providing possible extra details about the current state.

Link copied to clipboard
val stateTime: Output<String>

The time the state was last updated.

Link copied to clipboard

The cutover steps list representing its progress.

Link copied to clipboard
val urn: Output<String>