Class: Google::Cloud::VMMigration::V1::ComputeEngineDisksTargetDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

ComputeEngineDisksTargetDetails is a collection of created Persistent Disks details.

Instance Attribute Summary collapse

Instance Attribute Details

#disks::Array<::Google::Cloud::VMMigration::V1::PersistentDisk>

Returns The details of each created Persistent Disk.

Returns:



2733
2734
2735
2736
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2733

class ComputeEngineDisksTargetDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#disks_target_details::Google::Cloud::VMMigration::V1::DisksMigrationDisksTargetDetails

Returns Details of the disks-only migration target.

Note: The following fields are mutually exclusive: disks_target_details, vm_target_details. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



2733
2734
2735
2736
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2733

class ComputeEngineDisksTargetDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vm_target_details::Google::Cloud::VMMigration::V1::DisksMigrationVmTargetDetails

Returns Details for the VM the migrated data disks are attached to.

Note: The following fields are mutually exclusive: vm_target_details, disks_target_details. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

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

    Details for the VM the migrated data disks are attached to.

    Note: The following fields are mutually exclusive: vm_target_details, disks_target_details. If a field in that set is populated, all other fields in the set will automatically be cleared.



2733
2734
2735
2736
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2733

class ComputeEngineDisksTargetDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end