Database Migration v1 API - Class StopMigrationJobRequest (2.4.0)

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

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

Request message for 'StopMigrationJob' request.

Inheritance

object > StopMigrationJobRequest

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

StopMigrationJobRequest()

public StopMigrationJobRequest()

StopMigrationJobRequest(StopMigrationJobRequest)

public StopMigrationJobRequest(StopMigrationJobRequest other)
Parameter
NameDescription
otherStopMigrationJobRequest

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; }

Name of the migration job resource to stop.

Property Value
TypeDescription
string