Class Google::Cloud::OsConfig::V1::ListVulnerabilityReportsResponse (v0.9.1)

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — The pagination token to retrieve the next page of vulnerabilityReports object.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — The pagination token to retrieve the next page of vulnerabilityReports object.
Returns
  • (::String) — The pagination token to retrieve the next page of vulnerabilityReports object.

#vulnerability_reports

def vulnerability_reports() -> ::Array<::Google::Cloud::OsConfig::V1::VulnerabilityReport>
Returns

#vulnerability_reports=

def vulnerability_reports=(value) -> ::Array<::Google::Cloud::OsConfig::V1::VulnerabilityReport>
Parameter
Returns