ProjectsLocationsSourcesMigratingVmsCloneJobs
class ProjectsLocationsSourcesMigratingVmsCloneJobs extends Resource (View source)
The "cloneJobs" collection of methods.
Typical usage is:
$vmmigrationService = new Google\Service\VMMigrationService(...);
$cloneJobs = $vmmigrationService->projects_locations_sources_migratingVms_cloneJobs;
Methods
Initiates the cancellation of a running clone job. (cloneJobs.cancel)
Gets details of a single CloneJob. (cloneJobs.get)
Lists the CloneJobs of a migrating VM. Only 25 most recent CloneJobs are listed. (cloneJobs.listProjectsLocationsSourcesMigratingVmsCloneJobs)
Details
Operation
cancel(string $name, CancelCloneJobRequest $postBody, array $optParams = [])
Initiates the cancellation of a running clone job. (cloneJobs.cancel)
Operation
create(string $parent, CloneJob $postBody, array $optParams = [])
Initiates a Clone of a specific migrating VM. (cloneJobs.create)
CloneJob
get(string $name, array $optParams = [])
Gets details of a single CloneJob. (cloneJobs.get)
ListCloneJobsResponse
listProjectsLocationsSourcesMigratingVmsCloneJobs(string $parent, array $optParams = [])
Lists the CloneJobs of a migrating VM. Only 25 most recent CloneJobs are listed. (cloneJobs.listProjectsLocationsSourcesMigratingVmsCloneJobs)