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 |
|
---|---|
Name | Description |
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. |