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
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
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)
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
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)
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 |