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.
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 reference information for the `GetVulnerabilityReportRequest` class within the Google Cloud OS Config v1alpha API, specifically version 2.0.0-alpha05."],["The `GetVulnerabilityReportRequest` class is used to request a vulnerability report for a specified virtual machine (VM), as indicated in the description and the class's role as a request message."],["The class inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionalities like message handling, equality checks, deep cloning, and buffer management."],["It includes properties like `Name` to define the API resource name for the vulnerability resource, and `VulnerabilityReportName`, which provides a typed view over the `Name` property."],["There are available versions of the `GetVulnerabilityReportRequest`, from 1.0.0-alpha04, to 2.0.0-alpha05, and the latest one being 2.0.0-alpha06."]]],[]]