Class: Google::Cloud::VMMigration::V1::DiskMigrationStep

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Google::Cloud::VMMigration::V1::CopyingSourceDiskSnapshotStep)

    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.

Returns:

  • (::Google::Cloud::VMMigration::V1::CreatingSourceDiskSnapshotStep)

    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.

Returns:



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.

Returns:

  • (::Google::Cloud::VMMigration::V1::ProvisioningTargetDiskStep)

    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.

Returns:



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