Class: Google::Cloud::OsConfig::V1::PatchJob::InstanceDetailsSummary

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/osconfig/v1/patch_jobs.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#acked_instance_count::Integer

Returns Number of instances that have acked and will start shortly.

Returns:

  • (::Integer)

    Number of instances that have acked and will start shortly.



276
277
278
279
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 276

class InstanceDetailsSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#applying_patches_instance_count::Integer

Returns Number of instances that are applying patches.

Returns:

  • (::Integer)

    Number of instances that are applying patches.



276
277
278
279
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 276

class InstanceDetailsSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#downloading_patches_instance_count::Integer

Returns Number of instances that are downloading patches.

Returns:

  • (::Integer)

    Number of instances that are downloading patches.



276
277
278
279
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 276

class InstanceDetailsSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#failed_instance_count::Integer

Returns Number of instances that failed.

Returns:

  • (::Integer)

    Number of instances that failed.



276
277
278
279
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 276

class InstanceDetailsSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#inactive_instance_count::Integer

Returns Number of instances that are inactive.

Returns:

  • (::Integer)

    Number of instances that are inactive.



276
277
278
279
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 276

class InstanceDetailsSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#no_agent_detected_instance_count::Integer

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



276
277
278
279
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 276

class InstanceDetailsSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#notified_instance_count::Integer

Returns Number of instances notified about patch job.

Returns:

  • (::Integer)

    Number of instances notified about patch job.



276
277
278
279
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 276

class InstanceDetailsSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#pending_instance_count::Integer

Returns Number of instances pending patch job.

Returns:

  • (::Integer)

    Number of instances pending patch job.



276
277
278
279
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 276

class InstanceDetailsSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#post_patch_step_instance_count::Integer

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

Returns:

  • (::Integer)

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



276
277
278
279
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 276

class InstanceDetailsSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#pre_patch_step_instance_count::Integer

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

Returns:

  • (::Integer)

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



276
277
278
279
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 276

class InstanceDetailsSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#rebooting_instance_count::Integer

Returns Number of instances rebooting.

Returns:

  • (::Integer)

    Number of instances rebooting.



276
277
278
279
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 276

class InstanceDetailsSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#started_instance_count::Integer

Returns Number of instances that have started.

Returns:

  • (::Integer)

    Number of instances that have started.



276
277
278
279
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 276

class InstanceDetailsSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#succeeded_instance_count::Integer

Returns Number of instances that have completed successfully.

Returns:

  • (::Integer)

    Number of instances that have completed successfully.



276
277
278
279
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 276

class InstanceDetailsSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#succeeded_reboot_required_instance_count::Integer

Returns Number of instances that require reboot.

Returns:

  • (::Integer)

    Number of instances that require reboot.



276
277
278
279
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 276

class InstanceDetailsSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#timed_out_instance_count::Integer

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



276
277
278
279
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 276

class InstanceDetailsSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end