Class CutoverJob (1.12.0)

CutoverJob(mapping=None, *, ignore_unknown_fields=False, **kwargs)

CutoverJob message describes a cutover of a migrating VM. The CutoverJob is the operation of shutting down the VM, creating a snapshot and cloning the VM using the replicated snapshot.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
compute_engine_target_details google.cloud.vmmigration_v1.types.ComputeEngineTargetDetails
Output only. Details of the target VM in Compute Engine. This field is a member of oneof_ target_vm_details.
compute_engine_disks_target_details google.cloud.vmmigration_v1.types.ComputeEngineDisksTargetDetails
Output only. Details of the target Persistent Disks in Compute Engine. This field is a member of oneof_ target_vm_details.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the cutover job was created (as an API call, not when it was actually created in the target).
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the cutover job had finished.
name str
Output only. The name of the cutover job.
state google.cloud.vmmigration_v1.types.CutoverJob.State
Output only. State of the cutover job.
state_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the state was last updated.
progress_percent int
Output only. The current progress in percentage of the cutover job.
error google.rpc.status_pb2.Status
Output only. Provides details for the errors that led to the Cutover Job's state.
state_message str
Output only. A message providing possible extra details about the current state.
steps MutableSequence[google.cloud.vmmigration_v1.types.CutoverStep]
Output only. The cutover steps list representing its progress.

Classes

State

State(value)

Possible states of the cutover job.