Class: Google::Cloud::OsConfig::V1::ListVulnerabilityReportsResponse

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

Overview

A response message for listing vulnerability reports for all VM instances in the specified location.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String



201
202
203
204
# File 'proto_docs/google/cloud/osconfig/v1/vulnerability.rb', line 201

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

#vulnerability_reports::Array<::Google::Cloud::OsConfig::V1::VulnerabilityReport>



201
202
203
204
# File 'proto_docs/google/cloud/osconfig/v1/vulnerability.rb', line 201

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