Database Migration v1 API - Class PromoteMigrationJobRequest (2.4.0)

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

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

Request message for 'PromoteMigrationJob' request.

Inheritance

object > PromoteMigrationJobRequest

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

PromoteMigrationJobRequest()

public PromoteMigrationJobRequest()

PromoteMigrationJobRequest(PromoteMigrationJobRequest)

public PromoteMigrationJobRequest(PromoteMigrationJobRequest other)
Parameter
NameDescription
otherPromoteMigrationJobRequest

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 promote.

Property Value
TypeDescription
string