public sealed class StopMigrationJobRequest : IMessage<StopMigrationJobRequest>, IEquatable<StopMigrationJobRequest>, IDeepCloneable<StopMigrationJobRequest>, IBufferMessage, IMessage
Request message for 'StopMigrationJob' request.
Implements
IMessage<StopMigrationJobRequest>, IEquatable<StopMigrationJobRequest>, IDeepCloneable<StopMigrationJobRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
StopMigrationJobRequest()
public StopMigrationJobRequest()
StopMigrationJobRequest(StopMigrationJobRequest)
public StopMigrationJobRequest(StopMigrationJobRequest other)
Parameter | |
---|---|
Name | Description |
other | StopMigrationJobRequest |
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; }
Name of the migration job resource to stop.
Property Value | |
---|---|
Type | Description |
String |