Class: Google::Cloud::VMMigration::V1::GetDiskMigrationJobRequest

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 'GetDiskMigrationJob' request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the DiskMigrationJob.

Returns:

  • (::String)

    Required. The name of the DiskMigrationJob.



4679
4680
4681
4682
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4679

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