Class DiskMigrationStep (1.12.0)

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

DiskMigrationStep holds information about the disk migration 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
creating_source_disk_snapshot google.cloud.vmmigration_v1.types.CreatingSourceDiskSnapshotStep
Creating source disk snapshot step. This field is a member of oneof_ step.
copying_source_disk_snapshot google.cloud.vmmigration_v1.types.CopyingSourceDiskSnapshotStep
Copying source disk snapshot step. This field is a member of oneof_ step.
provisioning_target_disk google.cloud.vmmigration_v1.types.ProvisioningTargetDiskStep
Creating target disk 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.