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

public sealed class GetVulnerabilityReportRequest : IMessage<GetVulnerabilityReportRequest>, IEquatable<GetVulnerabilityReportRequest>, IDeepCloneable<GetVulnerabilityReportRequest>, IBufferMessage, IMessage

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

A request message for getting the vulnerability report for the specified VM.

Inheritance

object > GetVulnerabilityReportRequest

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

GetVulnerabilityReportRequest()

public GetVulnerabilityReportRequest()

GetVulnerabilityReportRequest(GetVulnerabilityReportRequest)

public GetVulnerabilityReportRequest(GetVulnerabilityReportRequest other)
Parameter
NameDescription
otherGetVulnerabilityReportRequest

Properties

Name

public string Name { get; set; }

Required. API resource name for vulnerability resource.

Format: projects/{project}/locations/{location}/instances/{instance}/vulnerabilityReport

For {project}, either project-number or project-id can be provided. For {instance}, either Compute Engine instance-id or instance-name can be provided.

Property Value
TypeDescription
string

VulnerabilityReportName

public VulnerabilityReportName VulnerabilityReportName { get; set; }

VulnerabilityReportName-typed view over the Name resource name property.

Property Value
TypeDescription
VulnerabilityReportName