public sealed class GetVulnerabilityReportRequest : IMessage<GetVulnerabilityReportRequest>, IEquatable<GetVulnerabilityReportRequest>, IDeepCloneable<GetVulnerabilityReportRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1alpha API class GetVulnerabilityReportRequest.
A request message for getting the vulnerability report for the specified VM.
Implements
IMessageGetVulnerabilityReportRequest, IEquatableGetVulnerabilityReportRequest, IDeepCloneableGetVulnerabilityReportRequest, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1AlphaAssembly
Google.Cloud.OsConfig.V1Alpha.dll
Constructors
GetVulnerabilityReportRequest()
public GetVulnerabilityReportRequest()
GetVulnerabilityReportRequest(GetVulnerabilityReportRequest)
public GetVulnerabilityReportRequest(GetVulnerabilityReportRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetVulnerabilityReportRequest |
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 | |
---|---|
Type | Description |
string |
VulnerabilityReportName
public VulnerabilityReportName VulnerabilityReportName { get; set; }
VulnerabilityReportName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
VulnerabilityReportName |