google_api_os_config v0.6.0 GoogleApi.OSConfig.V1.Model.PatchJobInstanceDetailsSummary View Source
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.
Attributes
-
ackedInstanceCount
(type:String.t
, default:nil
) - Number of instances that have acked and will start shortly. -
applyingPatchesInstanceCount
(type:String.t
, default:nil
) - Number of instances that are applying patches. -
downloadingPatchesInstanceCount
(type:String.t
, default:nil
) - Number of instances that are downloading patches. -
failedInstanceCount
(type:String.t
, default:nil
) - Number of instances that failed. -
inactiveInstanceCount
(type:String.t
, default:nil
) - Number of instances that are inactive. -
noAgentDetectedInstanceCount
(type:String.t
, default:nil
) - 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
(type:String.t
, default:nil
) - Number of instances notified about patch job. -
pendingInstanceCount
(type:String.t
, default:nil
) - Number of instances pending patch job. -
postPatchStepInstanceCount
(type:String.t
, default:nil
) - Number of instances that are running the post-patch step. -
prePatchStepInstanceCount
(type:String.t
, default:nil
) - Number of instances that are running the pre-patch step. -
rebootingInstanceCount
(type:String.t
, default:nil
) - Number of instances rebooting. -
startedInstanceCount
(type:String.t
, default:nil
) - Number of instances that have started. -
succeededInstanceCount
(type:String.t
, default:nil
) - Number of instances that have completed successfully. -
succeededRebootRequiredInstanceCount
(type:String.t
, default:nil
) - Number of instances that require reboot. -
timedOutInstanceCount
(type:String.t
, default:nil
) - Number of instances that exceeded the time out while applying the patch.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.OSConfig.V1.Model.PatchJobInstanceDetailsSummary{ ackedInstanceCount: String.t(), applyingPatchesInstanceCount: String.t(), downloadingPatchesInstanceCount: String.t(), failedInstanceCount: String.t(), inactiveInstanceCount: String.t(), noAgentDetectedInstanceCount: String.t(), notifiedInstanceCount: String.t(), pendingInstanceCount: String.t(), postPatchStepInstanceCount: String.t(), prePatchStepInstanceCount: String.t(), rebootingInstanceCount: String.t(), startedInstanceCount: String.t(), succeededInstanceCount: String.t(), succeededRebootRequiredInstanceCount: String.t(), timedOutInstanceCount: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.