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 document provides information about the `GetVulnerabilityReportRequest` class within the Google.Cloud.OsConfig.V1 namespace, which is used to request a vulnerability report for a specified virtual machine (VM)."],["The latest version of the API is 2.4.0, and the document also provides links to older versions, ranging back to version 1.3.0, allowing users to see past changes."],["The `GetVulnerabilityReportRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities."],["The class has two constructors: a default constructor and another that accepts another `GetVulnerabilityReportRequest` object as a parameter, enabling easy duplication or modification of requests."],["The `GetVulnerabilityReportRequest` class includes properties for setting the API resource name, represented as a string (`Name`) or a typed resource name (`VulnerabilityReportName`), for retrieving vulnerability reports."]]],[]]