Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PatchJobInstanceDetailsSummary

import type { PatchJobInstanceDetailsSummary } from "https://googleapis.deno.dev/v1/osconfig:v1.ts";

A summary of the current patch state across all instances that this patch job affects. Contains counts of instances in different states. These states map to InstancePatchState. List patch job instance details to see the specific states of each instance.

interface PatchJobInstanceDetailsSummary {
ackedInstanceCount?: bigint;
applyingPatchesInstanceCount?: bigint;
downloadingPatchesInstanceCount?: bigint;
failedInstanceCount?: bigint;
inactiveInstanceCount?: bigint;
noAgentDetectedInstanceCount?: bigint;
notifiedInstanceCount?: bigint;
pendingInstanceCount?: bigint;
postPatchStepInstanceCount?: bigint;
prePatchStepInstanceCount?: bigint;
rebootingInstanceCount?: bigint;
startedInstanceCount?: bigint;
succeededInstanceCount?: bigint;
succeededRebootRequiredInstanceCount?: bigint;
timedOutInstanceCount?: bigint;
}

§Properties

§
ackedInstanceCount?: bigint
[src]

Number of instances that have acked and will start shortly.

§
applyingPatchesInstanceCount?: bigint
[src]

Number of instances that are applying patches.

§
downloadingPatchesInstanceCount?: bigint
[src]

Number of instances that are downloading patches.

§
failedInstanceCount?: bigint
[src]

Number of instances that failed.

§
inactiveInstanceCount?: bigint
[src]

Number of instances that are inactive.

§
noAgentDetectedInstanceCount?: bigint
[src]

Number of instances that do not appear to be running the agent. Check to ensure that the agent is installed, running, and able to communicate with the service.

§
notifiedInstanceCount?: bigint
[src]

Number of instances notified about patch job.

§
pendingInstanceCount?: bigint
[src]

Number of instances pending patch job.

§
postPatchStepInstanceCount?: bigint
[src]

Number of instances that are running the post-patch step.

§
prePatchStepInstanceCount?: bigint
[src]

Number of instances that are running the pre-patch step.

§
rebootingInstanceCount?: bigint
[src]

Number of instances rebooting.

§
startedInstanceCount?: bigint
[src]

Number of instances that have started.

§
succeededInstanceCount?: bigint
[src]

Number of instances that have completed successfully.

§
succeededRebootRequiredInstanceCount?: bigint
[src]

Number of instances that require reboot.

§
timedOutInstanceCount?: bigint
[src]

Number of instances that exceeded the time out while applying the patch.