ProjectsPatchJobs
class ProjectsPatchJobs extends Resource (View source)
The "patchJobs" collection of methods.
Typical usage is:
$osconfigService = new Google\Service\OSConfig(...);
$patchJobs = $osconfigService->projects_patchJobs;
Methods
Cancel a patch job. The patch job must be active. Canceled patch jobs cannot be restarted. (patchJobs.cancel)
Patch VM instances by creating and running a patch job. (patchJobs.execute)
Get the patch job. This can be used to track the progress of an ongoing patch job or review the details of completed jobs. (patchJobs.get)
Get a list of patch jobs. (patchJobs.listProjectsPatchJobs)
Details
PatchJob
cancel(string $name, CancelPatchJobRequest $postBody, array $optParams = [])
Cancel a patch job. The patch job must be active. Canceled patch jobs cannot be restarted. (patchJobs.cancel)
PatchJob
execute(string $parent, ExecutePatchJobRequest $postBody, array $optParams = [])
Patch VM instances by creating and running a patch job. (patchJobs.execute)
PatchJob
get(string $name, array $optParams = [])
Get the patch job. This can be used to track the progress of an ongoing patch job or review the details of completed jobs. (patchJobs.get)
ListPatchJobsResponse
listProjectsPatchJobs(string $parent, array $optParams = [])
Get a list of patch jobs. (patchJobs.listProjectsPatchJobs)