Database Migration v1 API - Class StopMigrationJobRequest (2.5.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
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