public sealed class CreateMigrationJobRequest : IMessage<CreateMigrationJobRequest>, IEquatable<CreateMigrationJobRequest>, IDeepCloneable<CreateMigrationJobRequest>, IBufferMessage, IMessage
Request message to create a new Database Migration Service migration job in the specified project and region.
Implements
IMessage<CreateMigrationJobRequest>, IEquatable<CreateMigrationJobRequest>, IDeepCloneable<CreateMigrationJobRequest>, 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; }
A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be 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 |