InstanceDetailsSummary(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A summary of the current patch state across all instances that this
patch job affects. Contains counts of instances in different states.
These states map to InstancePatchState
. List patch job instance
details to see the specific states of each instance.
Attributes | |
---|---|
Name | Description |
pending_instance_count |
int
Number of instances pending patch job. |
inactive_instance_count |
int
Number of instances that are inactive. |
notified_instance_count |
int
Number of instances notified about patch job. |
started_instance_count |
int
Number of instances that have started. |
downloading_patches_instance_count |
int
Number of instances that are downloading patches. |
applying_patches_instance_count |
int
Number of instances that are applying patches. |
rebooting_instance_count |
int
Number of instances rebooting. |
succeeded_instance_count |
int
Number of instances that have completed successfully. |
succeeded_reboot_required_instance_count |
int
Number of instances that require reboot. |
failed_instance_count |
int
Number of instances that failed. |
acked_instance_count |
int
Number of instances that have acked and will start shortly. |
timed_out_instance_count |
int
Number of instances that exceeded the time out while applying the patch. |
pre_patch_step_instance_count |
int
Number of instances that are running the pre- atch step. |
post_patch_step_instance_count |
int
Number of instances that are running the post-patch step. |
no_agent_detected_instance_count |
int
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. |
Methods
__delattr__
__delattr__(key)
Delete the value on the given field.
This is generally equivalent to setting a falsy value.
__eq__
__eq__(other)
Return True if the messages are equal, False otherwise.
__ne__
__ne__(other)
Return True if the messages are unequal, False otherwise.
__setattr__
__setattr__(key, value)
Set the value on the given field.
For well-known protocol buffer types which are marshalled, either the protocol buffer object or the Python equivalent is accepted.