Package com.google.cloud.osconfig.v1beta
Interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PatchJobs.PatchJob.InstanceDetailsSummary
,PatchJobs.PatchJob.InstanceDetailsSummary.Builder
- Enclosing class:
- PatchJobs.PatchJob
public static interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPendingInstanceCount
long getPendingInstanceCount()
Number of instances pending patch job.
int64 pending_instance_count = 1;
- Returns:
- The pendingInstanceCount.
-
getInactiveInstanceCount
long getInactiveInstanceCount()
Number of instances that are inactive.
int64 inactive_instance_count = 2;
- Returns:
- The inactiveInstanceCount.
-
getNotifiedInstanceCount
long getNotifiedInstanceCount()
Number of instances notified about patch job.
int64 notified_instance_count = 3;
- Returns:
- The notifiedInstanceCount.
-
getStartedInstanceCount
long getStartedInstanceCount()
Number of instances that have started.
int64 started_instance_count = 4;
- Returns:
- The startedInstanceCount.
-
getDownloadingPatchesInstanceCount
long getDownloadingPatchesInstanceCount()
Number of instances that are downloading patches.
int64 downloading_patches_instance_count = 5;
- Returns:
- The downloadingPatchesInstanceCount.
-
getApplyingPatchesInstanceCount
long getApplyingPatchesInstanceCount()
Number of instances that are applying patches.
int64 applying_patches_instance_count = 6;
- Returns:
- The applyingPatchesInstanceCount.
-
getRebootingInstanceCount
long getRebootingInstanceCount()
Number of instances rebooting.
int64 rebooting_instance_count = 7;
- Returns:
- The rebootingInstanceCount.
-
getSucceededInstanceCount
long getSucceededInstanceCount()
Number of instances that have completed successfully.
int64 succeeded_instance_count = 8;
- Returns:
- The succeededInstanceCount.
-
getSucceededRebootRequiredInstanceCount
long getSucceededRebootRequiredInstanceCount()
Number of instances that require reboot.
int64 succeeded_reboot_required_instance_count = 9;
- Returns:
- The succeededRebootRequiredInstanceCount.
-
getFailedInstanceCount
long getFailedInstanceCount()
Number of instances that failed.
int64 failed_instance_count = 10;
- Returns:
- The failedInstanceCount.
-
getAckedInstanceCount
long getAckedInstanceCount()
Number of instances that have acked and will start shortly.
int64 acked_instance_count = 11;
- Returns:
- The ackedInstanceCount.
-
getTimedOutInstanceCount
long getTimedOutInstanceCount()
Number of instances that exceeded the time out while applying the patch.
int64 timed_out_instance_count = 12;
- Returns:
- The timedOutInstanceCount.
-
getPrePatchStepInstanceCount
long getPrePatchStepInstanceCount()
Number of instances that are running the pre-patch step.
int64 pre_patch_step_instance_count = 13;
- Returns:
- The prePatchStepInstanceCount.
-
getPostPatchStepInstanceCount
long getPostPatchStepInstanceCount()
Number of instances that are running the post-patch step.
int64 post_patch_step_instance_count = 14;
- Returns:
- The postPatchStepInstanceCount.
-
getNoAgentDetectedInstanceCount
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;
- Returns:
- The noAgentDetectedInstanceCount.
-
-