public static interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAckedInstanceCount()
Number of instances that have acked and will start shortly.
|
long |
getApplyingPatchesInstanceCount()
Number of instances that are applying patches.
|
long |
getDownloadingPatchesInstanceCount()
Number of instances that are downloading patches.
|
long |
getFailedInstanceCount()
Number of instances that failed.
|
long |
getInactiveInstanceCount()
Number of instances that are inactive.
|
long |
getNoAgentDetectedInstanceCount()
Number of instances that do not appear to be running the agent.
|
long |
getNotifiedInstanceCount()
Number of instances notified about patch job.
|
long |
getPendingInstanceCount()
Number of instances pending patch job.
|
long |
getPostPatchStepInstanceCount()
Number of instances that are running the post-patch step.
|
long |
getPrePatchStepInstanceCount()
Number of instances that are running the pre-patch step.
|
long |
getRebootingInstanceCount()
Number of instances rebooting.
|
long |
getStartedInstanceCount()
Number of instances that have started.
|
long |
getSucceededInstanceCount()
Number of instances that have completed successfully.
|
long |
getSucceededRebootRequiredInstanceCount()
Number of instances that require reboot.
|
long |
getTimedOutInstanceCount()
Number of instances that exceeded the time out while applying the patch.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getPendingInstanceCount()
Number of instances pending patch job.
int64 pending_instance_count = 1;long getInactiveInstanceCount()
Number of instances that are inactive.
int64 inactive_instance_count = 2;long getNotifiedInstanceCount()
Number of instances notified about patch job.
int64 notified_instance_count = 3;long getStartedInstanceCount()
Number of instances that have started.
int64 started_instance_count = 4;long getDownloadingPatchesInstanceCount()
Number of instances that are downloading patches.
int64 downloading_patches_instance_count = 5;long getApplyingPatchesInstanceCount()
Number of instances that are applying patches.
int64 applying_patches_instance_count = 6;long getRebootingInstanceCount()
Number of instances rebooting.
int64 rebooting_instance_count = 7;long getSucceededInstanceCount()
Number of instances that have completed successfully.
int64 succeeded_instance_count = 8;long getSucceededRebootRequiredInstanceCount()
Number of instances that require reboot.
int64 succeeded_reboot_required_instance_count = 9;long getFailedInstanceCount()
Number of instances that failed.
int64 failed_instance_count = 10;long getAckedInstanceCount()
Number of instances that have acked and will start shortly.
int64 acked_instance_count = 11;long getTimedOutInstanceCount()
Number of instances that exceeded the time out while applying the patch.
int64 timed_out_instance_count = 12;long getPrePatchStepInstanceCount()
Number of instances that are running the pre-patch step.
int64 pre_patch_step_instance_count = 13;long getPostPatchStepInstanceCount()
Number of instances that are running the post-patch step.
int64 post_patch_step_instance_count = 14;long getNoAgentDetectedInstanceCount()
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.
int64 no_agent_detected_instance_count = 15;Copyright © 2023 Google LLC. All rights reserved.