public sealed class FetchInventoryResponse : IMessage<FetchInventoryResponse>, IEquatable<FetchInventoryResponse>, IDeepCloneable<FetchInventoryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class FetchInventoryResponse.
Response 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 page provides reference documentation for the `FetchInventoryResponse` class within the Google Cloud VM Migration v1 API, specifically version 2.4.0."],["`FetchInventoryResponse` is a response message used in the `fetchInventory` operation, and it's derived from object and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FetchInventoryResponse` class has properties to describe VMs from AWS (`AwsVms`) and VMware (`VmwareVms`) sources, along with a `SourceVmsCase` property to identify the type of source, and an `UpdateTime` property which indicates the last query time."],["There are different versions of this class available, with the latest being version 2.6.0, and this page specifically covers the `FetchInventoryResponse` for version 2.4.0, and you can navigate to other versions through the provided links."],["It contains constructors for creating new instances of `FetchInventoryResponse`, including a default constructor and one that takes another `FetchInventoryResponse` as a parameter."]]],[]]