Interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilder

    • 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.