public sealed class GetInventoryRequest : IMessage<GetInventoryRequest>, IEquatable<GetInventoryRequest>, IDeepCloneable<GetInventoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class GetInventoryRequest.
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."],[[["This document provides reference information for the `GetInventoryRequest` class within the Google Cloud OS Config v1 API, specifically version 2.1.0, which is part of the .NET library."],["The `GetInventoryRequest` class is used to request inventory data for a specified virtual machine (VM), and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class allows users to specify the required `Name` property, which is the API resource name for the inventory and conforms to a specific format of `projects/{project}/locations/{location}/instances/{instance}/inventory`."],["Users can also specify the `View` property, indicating what information should be included in the inventory resource, with a default of `BASIC`."],["There are multiple versions of the API listed ranging from 1.3.0 to 2.4.0, with 2.4.0 being the latest version."]]],[]]