Class PatchJobInstanceDetailsSummary
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.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.dll
Syntax
public class PatchJobInstanceDetailsSummary : IDirectResponseSchema
Properties
AckedInstanceCount
Number of instances that have acked and will start shortly.
Declaration
[JsonProperty("ackedInstanceCount")]
public virtual long? AckedInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ApplyingPatchesInstanceCount
Number of instances that are applying patches.
Declaration
[JsonProperty("applyingPatchesInstanceCount")]
public virtual long? ApplyingPatchesInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
DownloadingPatchesInstanceCount
Number of instances that are downloading patches.
Declaration
[JsonProperty("downloadingPatchesInstanceCount")]
public virtual long? DownloadingPatchesInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FailedInstanceCount
Number of instances that failed.
Declaration
[JsonProperty("failedInstanceCount")]
public virtual long? FailedInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
InactiveInstanceCount
Number of instances that are inactive.
Declaration
[JsonProperty("inactiveInstanceCount")]
public virtual long? InactiveInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
NoAgentDetectedInstanceCount
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.
Declaration
[JsonProperty("noAgentDetectedInstanceCount")]
public virtual long? NoAgentDetectedInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
NotifiedInstanceCount
Number of instances notified about patch job.
Declaration
[JsonProperty("notifiedInstanceCount")]
public virtual long? NotifiedInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PendingInstanceCount
Number of instances pending patch job.
Declaration
[JsonProperty("pendingInstanceCount")]
public virtual long? PendingInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PostPatchStepInstanceCount
Number of instances that are running the post-patch step.
Declaration
[JsonProperty("postPatchStepInstanceCount")]
public virtual long? PostPatchStepInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PrePatchStepInstanceCount
Number of instances that are running the pre-patch step.
Declaration
[JsonProperty("prePatchStepInstanceCount")]
public virtual long? PrePatchStepInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
RebootingInstanceCount
Number of instances rebooting.
Declaration
[JsonProperty("rebootingInstanceCount")]
public virtual long? RebootingInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
StartedInstanceCount
Number of instances that have started.
Declaration
[JsonProperty("startedInstanceCount")]
public virtual long? StartedInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
SucceededInstanceCount
Number of instances that have completed successfully.
Declaration
[JsonProperty("succeededInstanceCount")]
public virtual long? SucceededInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
SucceededRebootRequiredInstanceCount
Number of instances that require reboot.
Declaration
[JsonProperty("succeededRebootRequiredInstanceCount")]
public virtual long? SucceededRebootRequiredInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TimedOutInstanceCount
Number of instances that exceeded the time out while applying the patch.
Declaration
[JsonProperty("timedOutInstanceCount")]
public virtual long? TimedOutInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |