Class: Google::Cloud::OsConfig::V1::ListPatchJobInstanceDetailsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::ListPatchJobInstanceDetailsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/patch_jobs.rb
Overview
A response message for listing the instances details for a patch job.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A pagination token that can be used to get the next page of results.
-
#patch_job_instance_details ⇒ ::Array<::Google::Cloud::OsConfig::V1::PatchJobInstanceDetails>
A list of instance status.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A pagination token that can be used to get the next page of results.
98 99 100 101 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 98 class ListPatchJobInstanceDetailsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#patch_job_instance_details ⇒ ::Array<::Google::Cloud::OsConfig::V1::PatchJobInstanceDetails>
Returns A list of instance status.
98 99 100 101 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 98 class ListPatchJobInstanceDetailsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |