Class CutoverStep (1.8.2)

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

CutoverStep holds information about the cutover step progress.

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

NameDescription
previous_replication_cycle google.cloud.vmmigration_v1.types.ReplicationCycle
A replication cycle prior cutover step. This field is a member of oneof_ step.
shutting_down_source_vm google.cloud.vmmigration_v1.types.ShuttingDownSourceVMStep
Shutting down VM step. This field is a member of oneof_ step.
final_sync google.cloud.vmmigration_v1.types.ReplicationCycle
Final sync step. This field is a member of oneof_ step.
preparing_vm_disks google.cloud.vmmigration_v1.types.PreparingVMDisksStep
Preparing VM disks step. This field is a member of oneof_ step.
instantiating_migrated_vm google.cloud.vmmigration_v1.types.InstantiatingMigratedVMStep
Instantiating migrated VM step. This field is a member of oneof_ step.
start_time google.protobuf.timestamp_pb2.Timestamp
The time the step has started.
end_time google.protobuf.timestamp_pb2.Timestamp
The time the step has ended.