Google Cloud OS Config v1alpha API - Class ListVulnerabilityReportsResponse (2.0.0-alpha04)

public sealed class ListVulnerabilityReportsResponse : IPageResponse<VulnerabilityReport>, IEnumerable<VulnerabilityReport>, IEnumerable, IMessage<ListVulnerabilityReportsResponse>, IEquatable<ListVulnerabilityReportsResponse>, IDeepCloneable<ListVulnerabilityReportsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud OS Config v1alpha API class ListVulnerabilityReportsResponse.

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

Inheritance

object > ListVulnerabilityReportsResponse

Namespace

Google.Cloud.OsConfig.V1Alpha

Assembly

Google.Cloud.OsConfig.V1Alpha.dll

Constructors

ListVulnerabilityReportsResponse()

public ListVulnerabilityReportsResponse()

ListVulnerabilityReportsResponse(ListVulnerabilityReportsResponse)

public ListVulnerabilityReportsResponse(ListVulnerabilityReportsResponse other)
Parameter
NameDescription
otherListVulnerabilityReportsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The pagination token to retrieve the next page of vulnerabilityReports object.

Property Value
TypeDescription
string

VulnerabilityReports

public RepeatedField<VulnerabilityReport> VulnerabilityReports { get; }

List of vulnerabilityReport objects.

Property Value
TypeDescription
RepeatedFieldVulnerabilityReport

Methods

GetEnumerator()

public IEnumerator<VulnerabilityReport> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorVulnerabilityReport