public sealed class GetVulnerabilityReportRequest : IMessage<GetVulnerabilityReportRequest>, IEquatable<GetVulnerabilityReportRequest>, IDeepCloneable<GetVulnerabilityReportRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 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 documentation for the `GetVulnerabilityReportRequest` class within the Google Cloud OS Config v1 API, specifically version 2.1.0."],["`GetVulnerabilityReportRequest` is a request message used to retrieve the vulnerability report for a specified virtual machine (VM)."],["The document outlines the class's inheritance, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage` and `IMessage`, and lists the inherited members from the base `Object` class."],["It details the constructors for `GetVulnerabilityReportRequest`, which include a default constructor and one that takes another `GetVulnerabilityReportRequest` as a parameter, allowing for object cloning."],["The document also describes two key properties: `Name`, a string representing the API resource name for the vulnerability, and `VulnerabilityReportName`, which offers a typed view over the `Name` property."]]],[]]