ProjectsLocationsSourcesMigratingVmsCutoverJobs
class ProjectsLocationsSourcesMigratingVmsCutoverJobs extends Resource (View source)
The "cutoverJobs" collection of methods.
Typical usage is:
$vmmigrationService = new Google\Service\VMMigrationService(...);
$cutoverJobs = $vmmigrationService->projects_locations_sources_migratingVms_cutoverJobs;
Methods
Initiates the cancellation of a running cutover job. (cutoverJobs.cancel)
Initiates a Cutover of a specific migrating VM. The returned LRO is completed when the cutover job resource is created and the job is initiated.
Gets details of a single CutoverJob. (cutoverJobs.get)
Lists the CutoverJobs of a migrating VM. Only 25 most recent CutoverJobs are listed. (cutoverJobs.listProjectsLocationsSourcesMigratingVmsCutoverJobs)
Details
Operation
cancel(string $name, CancelCutoverJobRequest $postBody, array $optParams = [])
Initiates the cancellation of a running cutover job. (cutoverJobs.cancel)
Operation
create(string $parent, CutoverJob $postBody, array $optParams = [])
Initiates a Cutover of a specific migrating VM. The returned LRO is completed when the cutover job resource is created and the job is initiated.
(cutoverJobs.create)
CutoverJob
get(string $name, array $optParams = [])
Gets details of a single CutoverJob. (cutoverJobs.get)
ListCutoverJobsResponse
listProjectsLocationsSourcesMigratingVmsCutoverJobs(string $parent, array $optParams = [])
Lists the CutoverJobs of a migrating VM. Only 25 most recent CutoverJobs are listed. (cutoverJobs.listProjectsLocationsSourcesMigratingVmsCutoverJobs)