public sealed class GetInventoryRequest : IMessage<GetInventoryRequest>, IEquatable<GetInventoryRequest>, IDeepCloneable<GetInventoryRequest>, IBufferMessage, IMessage
A request message for getting inventory data 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."],[[["The `GetInventoryRequest` class is used to request inventory data for a specific virtual machine (VM)."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message handling respectively."],["The `GetInventoryRequest` class contains properties like `InventoryName`, `Name`, and `View`, which allow you to specify the inventory resource name and the desired level of detail in the inventory data."],["The `Name` property, which is required, defines the API resource name in the format `projects/{project}/locations/{location}/instances/{instance}/inventory`, allowing specification by either project number or project ID and instance ID or name."],["The class is found under the `Google.Cloud.OsConfig.V1Alpha` namespace and is part of the `Google.Cloud.OsConfig.V1Alpha.dll` assembly."]]],[]]