Database Migration v1 API - Class GetMigrationJobRequest (2.4.0)

public sealed class GetMigrationJobRequest : IMessage<GetMigrationJobRequest>, IEquatable<GetMigrationJobRequest>, IDeepCloneable<GetMigrationJobRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Migration v1 API class GetMigrationJobRequest.

Request message for 'GetMigrationJob' request.

Inheritance

object > GetMigrationJobRequest

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

GetMigrationJobRequest()

public GetMigrationJobRequest()

GetMigrationJobRequest(GetMigrationJobRequest)

public GetMigrationJobRequest(GetMigrationJobRequest other)
Parameter
NameDescription
otherGetMigrationJobRequest

Properties

MigrationJobName

public MigrationJobName MigrationJobName { get; set; }

MigrationJobName-typed view over the Name resource name property.

Property Value
TypeDescription
MigrationJobName

Name

public string Name { get; set; }

Required. Name of the migration job resource to get.

Property Value
TypeDescription
string