public sealed class PromoteMigrationJobRequest : IMessage<PromoteMigrationJobRequest>, IEquatable<PromoteMigrationJobRequest>, IDeepCloneable<PromoteMigrationJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class PromoteMigrationJobRequest.
Request message for 'PromoteMigrationJob' request.
Implements
IMessagePromoteMigrationJobRequest, IEquatablePromoteMigrationJobRequest, IDeepCloneablePromoteMigrationJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
PromoteMigrationJobRequest()
public PromoteMigrationJobRequest()PromoteMigrationJobRequest(PromoteMigrationJobRequest)
public PromoteMigrationJobRequest(PromoteMigrationJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
PromoteMigrationJobRequest |
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 promote.
| Property Value | |
|---|---|
| Type | Description |
string |
|