public sealed class GetMigrationJobRequest : IMessage<GetMigrationJobRequest>, IEquatable<GetMigrationJobRequest>, IDeepCloneable<GetMigrationJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class GetMigrationJobRequest.
Request message for 'GetMigrationJob' request.
Implements
IMessageGetMigrationJobRequest, IEquatableGetMigrationJobRequest, IDeepCloneableGetMigrationJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
GetMigrationJobRequest()
public GetMigrationJobRequest()GetMigrationJobRequest(GetMigrationJobRequest)
public GetMigrationJobRequest(GetMigrationJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetMigrationJobRequest |
Properties
MigrationJobName
public MigrationJobName MigrationJobName { get; set; }MigrationJobName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
MigrationJobName |
|
Name
public string Name { get; set; }Required. Name of the migration job resource to get.
| Property Value | |
|---|---|
| Type | Description |
string |
|