Interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilder (2.5.2)

public static interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAckedInstanceCount()

public abstract long getAckedInstanceCount()

Number of instances that have acked and will start shortly.

int64 acked_instance_count = 11;

Returns
TypeDescription
long

The ackedInstanceCount.

getApplyingPatchesInstanceCount()

public abstract long getApplyingPatchesInstanceCount()

Number of instances that are applying patches.

int64 applying_patches_instance_count = 6;

Returns
TypeDescription
long

The applyingPatchesInstanceCount.

getDownloadingPatchesInstanceCount()

public abstract long getDownloadingPatchesInstanceCount()

Number of instances that are downloading patches.

int64 downloading_patches_instance_count = 5;

Returns
TypeDescription
long

The downloadingPatchesInstanceCount.

getFailedInstanceCount()

public abstract long getFailedInstanceCount()

Number of instances that failed.

int64 failed_instance_count = 10;

Returns
TypeDescription
long

The failedInstanceCount.

getInactiveInstanceCount()

public abstract long getInactiveInstanceCount()

Number of instances that are inactive.

int64 inactive_instance_count = 2;

Returns
TypeDescription
long

The inactiveInstanceCount.

getNoAgentDetectedInstanceCount()

public abstract 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
TypeDescription
long

The noAgentDetectedInstanceCount.

getNotifiedInstanceCount()

public abstract long getNotifiedInstanceCount()

Number of instances notified about patch job.

int64 notified_instance_count = 3;

Returns
TypeDescription
long

The notifiedInstanceCount.

getPendingInstanceCount()

public abstract long getPendingInstanceCount()

Number of instances pending patch job.

int64 pending_instance_count = 1;

Returns
TypeDescription
long

The pendingInstanceCount.

getPostPatchStepInstanceCount()

public abstract long getPostPatchStepInstanceCount()

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

int64 post_patch_step_instance_count = 14;

Returns
TypeDescription
long

The postPatchStepInstanceCount.

getPrePatchStepInstanceCount()

public abstract long getPrePatchStepInstanceCount()

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

int64 pre_patch_step_instance_count = 13;

Returns
TypeDescription
long

The prePatchStepInstanceCount.

getRebootingInstanceCount()

public abstract long getRebootingInstanceCount()

Number of instances rebooting.

int64 rebooting_instance_count = 7;

Returns
TypeDescription
long

The rebootingInstanceCount.

getStartedInstanceCount()

public abstract long getStartedInstanceCount()

Number of instances that have started.

int64 started_instance_count = 4;

Returns
TypeDescription
long

The startedInstanceCount.

getSucceededInstanceCount()

public abstract long getSucceededInstanceCount()

Number of instances that have completed successfully.

int64 succeeded_instance_count = 8;

Returns
TypeDescription
long

The succeededInstanceCount.

getSucceededRebootRequiredInstanceCount()

public abstract long getSucceededRebootRequiredInstanceCount()

Number of instances that require reboot.

int64 succeeded_reboot_required_instance_count = 9;

Returns
TypeDescription
long

The succeededRebootRequiredInstanceCount.

getTimedOutInstanceCount()

public abstract long getTimedOutInstanceCount()

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

int64 timed_out_instance_count = 12;

Returns
TypeDescription
long

The timedOutInstanceCount.