Class: Google::Cloud::VMMigration::V1::GetMigratingVmRequest

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

Overview

Request message for 'GetMigratingVm' request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the MigratingVm.

Returns:

  • (::String)

    Required. The name of the MigratingVm.



2056
2057
2058
2059
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2056

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

#view::Google::Cloud::VMMigration::V1::MigratingVmView

Returns Optional. The level of details of the migrating VM.

Returns:



2056
2057
2058
2059
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2056

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