Google Cloud OS Config v1 API - Class PatchJob.Types.InstanceDetailsSummary (2.3.0)

public sealed class PatchJob.Types.InstanceDetailsSummary : IMessage<PatchJob.Types.InstanceDetailsSummary>, IEquatable<PatchJob.Types.InstanceDetailsSummary>, IDeepCloneable<PatchJob.Types.InstanceDetailsSummary>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud OS Config v1 API class PatchJob.Types.InstanceDetailsSummary.

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.

Inheritance

object > PatchJob.Types.InstanceDetailsSummary

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

InstanceDetailsSummary()

public InstanceDetailsSummary()

InstanceDetailsSummary(InstanceDetailsSummary)

public InstanceDetailsSummary(PatchJob.Types.InstanceDetailsSummary other)
Parameter
NameDescription
otherPatchJobTypesInstanceDetailsSummary

Properties

AckedInstanceCount

public long AckedInstanceCount { get; set; }

Number of instances that have acked and will start shortly.

Property Value
TypeDescription
long

ApplyingPatchesInstanceCount

public long ApplyingPatchesInstanceCount { get; set; }

Number of instances that are applying patches.

Property Value
TypeDescription
long

DownloadingPatchesInstanceCount

public long DownloadingPatchesInstanceCount { get; set; }

Number of instances that are downloading patches.

Property Value
TypeDescription
long

FailedInstanceCount

public long FailedInstanceCount { get; set; }

Number of instances that failed.

Property Value
TypeDescription
long

InactiveInstanceCount

public long InactiveInstanceCount { get; set; }

Number of instances that are inactive.

Property Value
TypeDescription
long

NoAgentDetectedInstanceCount

public long NoAgentDetectedInstanceCount { get; set; }

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.

Property Value
TypeDescription
long

NotifiedInstanceCount

public long NotifiedInstanceCount { get; set; }

Number of instances notified about patch job.

Property Value
TypeDescription
long

PendingInstanceCount

public long PendingInstanceCount { get; set; }

Number of instances pending patch job.

Property Value
TypeDescription
long

PostPatchStepInstanceCount

public long PostPatchStepInstanceCount { get; set; }

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

Property Value
TypeDescription
long

PrePatchStepInstanceCount

public long PrePatchStepInstanceCount { get; set; }

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

Property Value
TypeDescription
long

RebootingInstanceCount

public long RebootingInstanceCount { get; set; }

Number of instances rebooting.

Property Value
TypeDescription
long

StartedInstanceCount

public long StartedInstanceCount { get; set; }

Number of instances that have started.

Property Value
TypeDescription
long

SucceededInstanceCount

public long SucceededInstanceCount { get; set; }

Number of instances that have completed successfully.

Property Value
TypeDescription
long

SucceededRebootRequiredInstanceCount

public long SucceededRebootRequiredInstanceCount { get; set; }

Number of instances that require reboot.

Property Value
TypeDescription
long

TimedOutInstanceCount

public long TimedOutInstanceCount { get; set; }

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

Property Value
TypeDescription
long