public sealed class ListVulnerabilityReportsRequest : IPageRequest, IMessage<ListVulnerabilityReportsRequest>, IEquatable<ListVulnerabilityReportsRequest>, IDeepCloneable<ListVulnerabilityReportsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud OS Config v1alpha API class ListVulnerabilityReportsRequest.
A request message for listing vulnerability reports for all VM instances in the specified location.
Implements
IPageRequest, IMessageListVulnerabilityReportsRequest, IEquatableListVulnerabilityReportsRequest, IDeepCloneableListVulnerabilityReportsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1AlphaAssembly
Google.Cloud.OsConfig.V1Alpha.dll
Constructors
ListVulnerabilityReportsRequest()
public ListVulnerabilityReportsRequest()ListVulnerabilityReportsRequest(ListVulnerabilityReportsRequest)
public ListVulnerabilityReportsRequest(ListVulnerabilityReportsRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        ListVulnerabilityReportsRequest | 
      
Properties
Filter
public string Filter { get; set; }If provided, this field specifies the criteria that must be met by a
vulnerabilityReport API resource to be included in the response.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
PageSize
public int PageSize { get; set; }The maximum number of results to return.
| Property Value | |
|---|---|
| Type | Description | 
int | 
        |
PageToken
public string PageToken { get; set; }A pagination token returned from a previous call to
ListVulnerabilityReports that indicates where this listing
should continue from.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
Parent
public string Parent { get; set; }Required. The parent resource name.
Format: projects/{project}/locations/{location}/instances/-
For {project}, either project-number or project-id can be provided.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
ParentAsInstanceName
public InstanceName ParentAsInstanceName { get; set; }InstanceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
InstanceName | 
        |