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."],[[["The latest version of the `GetInventoryRequest` class in the Google Cloud OS Config v1 API is version 2.4.0, with older versions ranging from 2.3.0 down to 1.3.0."],["`GetInventoryRequest` is a request message used to retrieve inventory data for a specified virtual machine, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetInventoryRequest` class has properties such as `InventoryName`, `Name`, and `View`, used for retrieving the inventory data, and it also provides constructors for creating instances of this class."],["The `Name` property within the `GetInventoryRequest` class is required and corresponds to the API resource name of the inventory resource, following a specific format that includes project, location, and instance identifiers."],["The class also includes a `View` property, which determines the level of detail to be included in the inventory resource, with the default being set to `BASIC` if not specified."]]],[]]