public sealed class GetVulnerabilityReportRequest : IMessage<GetVulnerabilityReportRequest>, IEquatable<GetVulnerabilityReportRequest>, IDeepCloneable<GetVulnerabilityReportRequest>, IBufferMessage, IMessage
A request message for getting the vulnerability report for the specified VM.
For {project}, either project-number or project-id can be provided.
For {instance}, either Compute Engine instance-id or instance-name
can be provided.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page details the `GetVulnerabilityReportRequest` class, which is used to request a vulnerability report for a specific virtual machine (VM)."],["The `GetVulnerabilityReportRequest` class is part of the `Google.Cloud.OsConfig.V1` namespace and is implemented in the `Google.Cloud.OsConfig.V1.dll` assembly."],["This class offers two constructors: a default constructor and a constructor that takes another `GetVulnerabilityReportRequest` object as a parameter, allowing for the creation of new instances."],["It includes properties such as `Name` (a string representing the API resource name) and `VulnerabilityReportName` (a typed view of the `Name` property), which are critical for identifying the vulnerability report being requested."],["The latest version for this class is 2.4.0, but documentation for older versions, ranging back to 1.3.0, are also available."]]],[]]