Class Google::Cloud::OsConfig::V1::PatchJob::InstanceDetailsSummary (v0.9.1)

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#acked_instance_count

def acked_instance_count() -> ::Integer
Returns
  • (::Integer) — Number of instances that have acked and will start shortly.

#acked_instance_count=

def acked_instance_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of instances that have acked and will start shortly.
Returns
  • (::Integer) — Number of instances that have acked and will start shortly.

#applying_patches_instance_count

def applying_patches_instance_count() -> ::Integer
Returns
  • (::Integer) — Number of instances that are applying patches.

#applying_patches_instance_count=

def applying_patches_instance_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of instances that are applying patches.
Returns
  • (::Integer) — Number of instances that are applying patches.

#downloading_patches_instance_count

def downloading_patches_instance_count() -> ::Integer
Returns
  • (::Integer) — Number of instances that are downloading patches.

#downloading_patches_instance_count=

def downloading_patches_instance_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of instances that are downloading patches.
Returns
  • (::Integer) — Number of instances that are downloading patches.

#failed_instance_count

def failed_instance_count() -> ::Integer
Returns
  • (::Integer) — Number of instances that failed.

#failed_instance_count=

def failed_instance_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of instances that failed.
Returns
  • (::Integer) — Number of instances that failed.

#inactive_instance_count

def inactive_instance_count() -> ::Integer
Returns
  • (::Integer) — Number of instances that are inactive.

#inactive_instance_count=

def inactive_instance_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of instances that are inactive.
Returns
  • (::Integer) — Number of instances that are inactive.

#no_agent_detected_instance_count

def no_agent_detected_instance_count() -> ::Integer
Returns
  • (::Integer) — 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.

#no_agent_detected_instance_count=

def no_agent_detected_instance_count=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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.

#notified_instance_count

def notified_instance_count() -> ::Integer
Returns
  • (::Integer) — Number of instances notified about patch job.

#notified_instance_count=

def notified_instance_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of instances notified about patch job.
Returns
  • (::Integer) — Number of instances notified about patch job.

#pending_instance_count

def pending_instance_count() -> ::Integer
Returns
  • (::Integer) — Number of instances pending patch job.

#pending_instance_count=

def pending_instance_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of instances pending patch job.
Returns
  • (::Integer) — Number of instances pending patch job.

#post_patch_step_instance_count

def post_patch_step_instance_count() -> ::Integer
Returns
  • (::Integer) — Number of instances that are running the post-patch step.

#post_patch_step_instance_count=

def post_patch_step_instance_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of instances that are running the post-patch step.
Returns
  • (::Integer) — Number of instances that are running the post-patch step.

#pre_patch_step_instance_count

def pre_patch_step_instance_count() -> ::Integer
Returns
  • (::Integer) — Number of instances that are running the pre-patch step.

#pre_patch_step_instance_count=

def pre_patch_step_instance_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of instances that are running the pre-patch step.
Returns
  • (::Integer) — Number of instances that are running the pre-patch step.

#rebooting_instance_count

def rebooting_instance_count() -> ::Integer
Returns
  • (::Integer) — Number of instances rebooting.

#rebooting_instance_count=

def rebooting_instance_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of instances rebooting.
Returns
  • (::Integer) — Number of instances rebooting.

#started_instance_count

def started_instance_count() -> ::Integer
Returns
  • (::Integer) — Number of instances that have started.

#started_instance_count=

def started_instance_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of instances that have started.
Returns
  • (::Integer) — Number of instances that have started.

#succeeded_instance_count

def succeeded_instance_count() -> ::Integer
Returns
  • (::Integer) — Number of instances that have completed successfully.

#succeeded_instance_count=

def succeeded_instance_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of instances that have completed successfully.
Returns
  • (::Integer) — Number of instances that have completed successfully.

#succeeded_reboot_required_instance_count

def succeeded_reboot_required_instance_count() -> ::Integer
Returns
  • (::Integer) — Number of instances that require reboot.

#succeeded_reboot_required_instance_count=

def succeeded_reboot_required_instance_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of instances that require reboot.
Returns
  • (::Integer) — Number of instances that require reboot.

#timed_out_instance_count

def timed_out_instance_count() -> ::Integer
Returns
  • (::Integer) — Number of instances that exceeded the time out while applying the patch.

#timed_out_instance_count=

def timed_out_instance_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of instances that exceeded the time out while applying the patch.
Returns
  • (::Integer) — Number of instances that exceeded the time out while applying the patch.