Class: Google::Cloud::OsConfig::V1::ListPatchJobInstanceDetailsRequest

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

Request to list details for all instances that are part of a patch job.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns A filter expression that filters results listed in the response. This field supports filtering results by instance zone, name, state, or failure_reason.

Returns:

  • (::String)

    A filter expression that filters results listed in the response. This field supports filtering results by instance zone, name, state, or failure_reason.



86
87
88
89
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 86

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

#page_size::Integer

Returns The maximum number of instance details records to return. Default is 100.

Returns:

  • (::Integer)

    The maximum number of instance details records to return. Default is 100.



86
87
88
89
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 86

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

#page_token::String

Returns A pagination token returned from a previous call that indicates where this listing should continue from.

Returns:

  • (::String)

    A pagination token returned from a previous call that indicates where this listing should continue from.



86
87
88
89
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 86

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

#parent::String

Returns Required. The parent for the instances are in the form of projects/*/patchJobs/*.

Returns:

  • (::String)

    Required. The parent for the instances are in the form of projects/*/patchJobs/*.



86
87
88
89
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 86

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