Class: Google::Cloud::OsConfig::V1::ListVulnerabilityReportsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::OsConfig::V1::ListVulnerabilityReportsResponse
 
 
- 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
- 
  
    
      #next_page_token  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The pagination token to retrieve the next page of vulnerabilityReports object.
 - 
  
    
      #vulnerability_reports  ⇒ ::Array<::Google::Cloud::OsConfig::V1::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/v1/vulnerability.rb', line 203 class ListVulnerabilityReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#vulnerability_reports ⇒ ::Array<::Google::Cloud::OsConfig::V1::VulnerabilityReport>
Returns List of vulnerabilityReport objects.
      203 204 205 206  | 
    
      # File 'proto_docs/google/cloud/osconfig/v1/vulnerability.rb', line 203 class ListVulnerabilityReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |