Google Cloud OS Config v1 API - Class ListVulnerabilityReportsRequest (2.3.0)

public sealed class ListVulnerabilityReportsRequest : IPageRequest, IMessage<ListVulnerabilityReportsRequest>, IEquatable<ListVulnerabilityReportsRequest>, IDeepCloneable<ListVulnerabilityReportsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud OS Config v1 API class ListVulnerabilityReportsRequest.

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

Inheritance

object > ListVulnerabilityReportsRequest

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

ListVulnerabilityReportsRequest()

public ListVulnerabilityReportsRequest()

ListVulnerabilityReportsRequest(ListVulnerabilityReportsRequest)

public ListVulnerabilityReportsRequest(ListVulnerabilityReportsRequest other)
Parameter
NameDescription
otherListVulnerabilityReportsRequest

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
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of results to return.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string

ParentAsInstanceName

public InstanceName ParentAsInstanceName { get; set; }

InstanceName-typed view over the Parent resource name property.

Property Value
TypeDescription
InstanceName