Class: Google::Cloud::VMMigration::V1::DiskMigrationStep
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::DiskMigrationStep
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
DiskMigrationStep holds information about the disk migration step progress.
Instance Attribute Summary collapse
-
#copying_source_disk_snapshot ⇒ ::Google::Cloud::VMMigration::V1::CopyingSourceDiskSnapshotStep
Copying source disk snapshot step.
-
#creating_source_disk_snapshot ⇒ ::Google::Cloud::VMMigration::V1::CreatingSourceDiskSnapshotStep
Creating source disk snapshot step.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#provisioning_target_disk ⇒ ::Google::Cloud::VMMigration::V1::ProvisioningTargetDiskStep
Creating target disk step.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#copying_source_disk_snapshot ⇒ ::Google::Cloud::VMMigration::V1::CopyingSourceDiskSnapshotStep
Returns Copying source disk snapshot step.
Note: The following fields are mutually exclusive: copying_source_disk_snapshot, creating_source_disk_snapshot, provisioning_target_disk. If a field in that set is populated, all other fields in the set will automatically be cleared.
4495 4496 4497 4498 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4495 class DiskMigrationStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#creating_source_disk_snapshot ⇒ ::Google::Cloud::VMMigration::V1::CreatingSourceDiskSnapshotStep
Returns Creating source disk snapshot step.
Note: The following fields are mutually exclusive: creating_source_disk_snapshot, copying_source_disk_snapshot, provisioning_target_disk. If a field in that set is populated, all other fields in the set will automatically be cleared.
4495 4496 4497 4498 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4495 class DiskMigrationStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the step has ended.
4495 4496 4497 4498 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4495 class DiskMigrationStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#provisioning_target_disk ⇒ ::Google::Cloud::VMMigration::V1::ProvisioningTargetDiskStep
Returns Creating target disk step.
Note: The following fields are mutually exclusive: provisioning_target_disk, creating_source_disk_snapshot, copying_source_disk_snapshot. If a field in that set is populated, all other fields in the set will automatically be cleared.
4495 4496 4497 4498 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4495 class DiskMigrationStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the step has started.
4495 4496 4497 4498 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4495 class DiskMigrationStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |