- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.6
- 2.4.3
- 2.3.2
public static interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAckedInstanceCount()
public abstract long getAckedInstanceCount()
Number of instances that have acked and will start shortly.
int64 acked_instance_count = 11;
Returns | |
---|---|
Type | Description |
long | The ackedInstanceCount. |
getApplyingPatchesInstanceCount()
public abstract long getApplyingPatchesInstanceCount()
Number of instances that are applying patches.
int64 applying_patches_instance_count = 6;
Returns | |
---|---|
Type | Description |
long | The applyingPatchesInstanceCount. |
getDownloadingPatchesInstanceCount()
public abstract long getDownloadingPatchesInstanceCount()
Number of instances that are downloading patches.
int64 downloading_patches_instance_count = 5;
Returns | |
---|---|
Type | Description |
long | The downloadingPatchesInstanceCount. |
getFailedInstanceCount()
public abstract long getFailedInstanceCount()
Number of instances that failed.
int64 failed_instance_count = 10;
Returns | |
---|---|
Type | Description |
long | The failedInstanceCount. |
getInactiveInstanceCount()
public abstract long getInactiveInstanceCount()
Number of instances that are inactive.
int64 inactive_instance_count = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
long | The noAgentDetectedInstanceCount. |
getNotifiedInstanceCount()
public abstract long getNotifiedInstanceCount()
Number of instances notified about patch job.
int64 notified_instance_count = 3;
Returns | |
---|---|
Type | Description |
long | The notifiedInstanceCount. |
getPendingInstanceCount()
public abstract long getPendingInstanceCount()
Number of instances pending patch job.
int64 pending_instance_count = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
long | The prePatchStepInstanceCount. |
getRebootingInstanceCount()
public abstract long getRebootingInstanceCount()
Number of instances rebooting.
int64 rebooting_instance_count = 7;
Returns | |
---|---|
Type | Description |
long | The rebootingInstanceCount. |
getStartedInstanceCount()
public abstract long getStartedInstanceCount()
Number of instances that have started.
int64 started_instance_count = 4;
Returns | |
---|---|
Type | Description |
long | The startedInstanceCount. |
getSucceededInstanceCount()
public abstract long getSucceededInstanceCount()
Number of instances that have completed successfully.
int64 succeeded_instance_count = 8;
Returns | |
---|---|
Type | Description |
long | The succeededInstanceCount. |
getSucceededRebootRequiredInstanceCount()
public abstract long getSucceededRebootRequiredInstanceCount()
Number of instances that require reboot.
int64 succeeded_reboot_required_instance_count = 9;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
long | The timedOutInstanceCount. |