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 provides documentation for the `GetVulnerabilityReportRequest` class within the `Google.Cloud.OsConfig.V1` namespace, specifically version 1.7.0, with links to different versions of the documentation."],["The `GetVulnerabilityReportRequest` class is used to request a vulnerability report for a specified virtual machine and inherits from the `Object` class and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetVulnerabilityReportRequest` class has two constructors: a default constructor and one that takes another `GetVulnerabilityReportRequest` object as a parameter."],["It contains properties like `Name`, which is a required API resource name for the vulnerability resource, and `VulnerabilityReportName`, which provides a typed view over the `Name` property."],["The latest version available is 2.4.0, and this page has links for version between 1.3.0 and 2.4.0."]]],[]]