Class CycleStep (1.8.2)

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

CycleStep holds information about a 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
initializing_replication google.cloud.vmmigration_v1.types.InitializingReplicationStep
Initializing replication step. This field is a member of oneof_ step.
replicating google.cloud.vmmigration_v1.types.ReplicatingStep
Replicating step. This field is a member of oneof_ step.
post_processing google.cloud.vmmigration_v1.types.PostProcessingStep
Post processing step. This field is a member of oneof_ step.
start_time google.protobuf.timestamp_pb2.Timestamp
The time the cycle step has started.
end_time google.protobuf.timestamp_pb2.Timestamp
The time the cycle step has ended.