public sealed class GetMigrationJobRequest : IMessage<GetMigrationJobRequest>, IEquatable<GetMigrationJobRequest>, IDeepCloneable<GetMigrationJobRequest>, IBufferMessage, IMessage
Request message for 'GetMigrationJob' request.
Implements
IMessage<GetMigrationJobRequest>, IEquatable<GetMigrationJobRequest>, IDeepCloneable<GetMigrationJobRequest>, 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 |