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-04-09 UTC."],[[["This document provides reference information for the `GetInventoryRequest` class within the Google Cloud OS Config v1 API, specifically version 2.2.0."],["The `GetInventoryRequest` class is designed to fetch inventory data for a specified virtual machine (VM), and is the class representing the request message for this purpose."],["This class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class exposes properties such as `Name`, `InventoryName`, and `View`, allowing users to specify the API resource name, access a typed view of the resource name, and set the inventory view."],["Available versions of this same class include versions ranging from 1.3.0 to 2.4.0, indicating an evolution and potential changes across these releases, with version 2.4.0 being the latest."]]],[]]