Class: Google::Cloud::VMMigration::V1::DisksMigrationVmTargetDetails
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::DisksMigrationVmTargetDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Details for the VM created VM as part of disks migration.
Instance Attribute Summary collapse
-
#vm_uri ⇒ ::String
readonly
Output only.
Instance Attribute Details
#vm_uri ⇒ ::String (readonly)
Returns Output only. The URI of the Compute Engine VM.
2760 2761 2762 2763 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2760 class DisksMigrationVmTargetDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |