public sealed class CreateMigrationJobRequest : IMessage<CreateMigrationJobRequest>, IEquatable<CreateMigrationJobRequest>, IDeepCloneable<CreateMigrationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class CreateMigrationJobRequest.
Request message to create a new Database Migration Service migration job in the specified project and region.
Implements
IMessageCreateMigrationJobRequest, IEquatableCreateMigrationJobRequest, IDeepCloneableCreateMigrationJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
CreateMigrationJobRequest()
public CreateMigrationJobRequest()
CreateMigrationJobRequest(CreateMigrationJobRequest)
public CreateMigrationJobRequest(CreateMigrationJobRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateMigrationJobRequest |
Properties
MigrationJob
public MigrationJob MigrationJob { get; set; }
Required. Represents a migration job object.
Property Value | |
---|---|
Type | Description |
MigrationJob |
MigrationJobId
public string MigrationJobId { get; set; }
Required. The ID of the instance to create.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent which owns this collection of migration jobs.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
RequestId
public string RequestId { get; set; }
Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored.
It is recommended to always set this value to a UUID.
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
Property Value | |
---|---|
Type | Description |
string |