Reference documentation and code samples for the Google Cloud Dms V1 Client class CreateMigrationJobRequest.
Request message to create a new Database Migration Service migration job in the specified project and region.
Generated from protobuf message google.cloud.clouddms.v1.CreateMigrationJobRequest
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent which owns this collection of migration jobs.
↳ migration_job_id
string
Required. The ID of the instance to create.
↳ migration_job
↳ request_id
string
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.
getParent
Required. The parent which owns this collection of migration jobs.
string
setParent
Required. The parent which owns this collection of migration jobs.
var
string
$this
getMigrationJobId
Required. The ID of the instance to create.
string
setMigrationJobId
Required. The ID of the instance to create.
var
string
$this
getMigrationJob
Required. Represents a migration job object.
hasMigrationJob
clearMigrationJob
setMigrationJob
Required. Represents a migration job object.
$this
getRequestId
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.
string
setRequestId
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.
var
string
$this
static::build
parent
string
Required. The parent which owns this collection of migration jobs. Please see Google\Cloud\CloudDms\V1\DataMigrationServiceClient::locationName() for help formatting this field.
migrationJob
migrationJobId
string
Required. The ID of the instance to create.