public sealed class VmwareVmsDetails : IMessage<VmwareVmsDetails>, IEquatable<VmwareVmsDetails>, IDeepCloneable<VmwareVmsDetails>, IBufferMessage, IMessage
[[["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 `VmwareVmsDetails` class describes VMs within vCenter and is part of the `Google.Cloud.VMMigration.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The latest version of the relevant documentation is for version 2.6.0, and documentation is available for versions ranging from 1.0.0 to 2.6.0."],["It has two constructors: a default constructor and one that takes another `VmwareVmsDetails` instance for initialization, allowing cloning."],["The `Details` property, of type `RepeatedField\u003cVmwareVmDetails\u003e`, provides access to a list of detailed information about VMware VMs."]]],[]]