View Source GoogleApi.OSConfig.V1.Model.PatchJobInstanceDetailsSummary (google_api_os_config v0.21.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.OSConfig.V1.Model.PatchJobInstanceDetailsSummary{
  ackedInstanceCount: String.t() | nil,
  applyingPatchesInstanceCount: String.t() | nil,
  downloadingPatchesInstanceCount: String.t() | nil,
  failedInstanceCount: String.t() | nil,
  inactiveInstanceCount: String.t() | nil,
  noAgentDetectedInstanceCount: String.t() | nil,
  notifiedInstanceCount: String.t() | nil,
  pendingInstanceCount: String.t() | nil,
  postPatchStepInstanceCount: String.t() | nil,
  prePatchStepInstanceCount: String.t() | nil,
  rebootingInstanceCount: String.t() | nil,
  startedInstanceCount: String.t() | nil,
  succeededInstanceCount: String.t() | nil,
  succeededRebootRequiredInstanceCount: String.t() | nil,
  timedOutInstanceCount: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.