Class: Google::Cloud::VMMigration::V1::DisksMigrationVmTargetDetails

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

Instance Attribute Details

#vm_uri::String (readonly)

Returns Output only. The URI of the Compute Engine VM.

Returns:

  • (::String)

    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