public sealed class FetchInventoryRequest : IMessage<FetchInventoryRequest>, IEquatable<FetchInventoryRequest>, IDeepCloneable<FetchInventoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class FetchInventoryRequest.
Request message for
[fetchInventory][google.cloud.vmmigration.v1.VmMigration.FetchInventory].
[[["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 `FetchInventoryRequest` class within the VM Migration v1 API, specifically version 2.3.0."],["`FetchInventoryRequest` is a request message used to fetch inventory data in the VM Migration API, and it inherits from the `Object` class while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor `FetchInventoryRequest()` and one that takes another `FetchInventoryRequest` as a parameter for copying."],["The `FetchInventoryRequest` class includes properties like `ForceRefresh` (a boolean to query the source instead of using cached results), `Source` (a string representing the name of the source), and `SourceAsSourceName` (a `SourceName`-typed view of the `Source`)."],["Multiple versions of this documentation exist, with version 2.6.0 being the latest and version 1.0.0 being the oldest in this specific list of versions."]]],[]]