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 documents the `GetVulnerabilityReportRequest` class, used to request vulnerability reports for specific virtual machines (VMs) within the Google Cloud OS Config API."],["The `GetVulnerabilityReportRequest` class is part of the `Google.Cloud.OsConfig.V1` namespace and is found within the `Google.Cloud.OsConfig.V1.dll` assembly."],["The class supports versioning, with multiple previous versions listed, the latest being version 2.4.0 and the current contextual one being 1.8.0."],["The `GetVulnerabilityReportRequest` class has two constructors, a default one, and another that copies from another `GetVulnerabilityReportRequest` object."],["Key properties include `Name` (a string representing the API resource name) and `VulnerabilityReportName`, which provides a typed view over the `Name` property for resource identification."]]],[]]