Class: Google::Cloud::VMMigration::V1::ComputeEngineDisksTargetDetails
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::ComputeEngineDisksTargetDetails
- 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
-
#disks ⇒ ::Array<::Google::Cloud::VMMigration::V1::PersistentDisk>
The details of each created Persistent Disk.
-
#disks_target_details ⇒ ::Google::Cloud::VMMigration::V1::DisksMigrationDisksTargetDetails
Details of the disks-only migration target.
-
#vm_target_details ⇒ ::Google::Cloud::VMMigration::V1::DisksMigrationVmTargetDetails
Details for the VM the migrated data disks are attached to.
Instance Attribute Details
#disks ⇒ ::Array<::Google::Cloud::VMMigration::V1::PersistentDisk>
Returns The details of each created Persistent Disk.
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.
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.
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 |