Class ImageImportStep (1.12.0)

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

ImageImportStep holds information about the image import 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 google.cloud.vmmigration_v1.types.InitializingImageImportStep
Initializing step. This field is a member of oneof_ step.
loading_source_files google.cloud.vmmigration_v1.types.LoadingImageSourceFilesStep
Loading source files step. This field is a member of oneof_ step.
adapting_os google.cloud.vmmigration_v1.types.AdaptingOSStep
Adapting OS step. This field is a member of oneof_ step.
creating_image google.cloud.vmmigration_v1.types.CreatingImageStep
Creating image step. This field is a member of oneof_ step.
start_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the step has started.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the step has ended.