Class: Google::Cloud::OsConfig::V1alpha::ListVulnerabilityReportsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1alpha::ListVulnerabilityReportsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1alpha/vulnerability.rb
Overview
A response message for listing vulnerability reports for all VM instances in the specified location.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The pagination token to retrieve the next page of vulnerabilityReports object.
-
#vulnerability_reports ⇒ ::Array<::Google::Cloud::OsConfig::V1alpha::VulnerabilityReport>
List of vulnerabilityReport objects.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The pagination token to retrieve the next page of vulnerabilityReports object.
203 204 205 206 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/vulnerability.rb', line 203 class ListVulnerabilityReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vulnerability_reports ⇒ ::Array<::Google::Cloud::OsConfig::V1alpha::VulnerabilityReport>
Returns List of vulnerabilityReport objects.
203 204 205 206 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/vulnerability.rb', line 203 class ListVulnerabilityReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |