public sealed class VmUtilizationInfo : IMessage<VmUtilizationInfo>, IEquatable<VmUtilizationInfo>, IDeepCloneable<VmUtilizationInfo>, 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 `VmUtilizationInfo` class provides utilization information for a single virtual machine (VM), and is the core focus of this documentation."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for comprehensive functionality."],["The latest documentation is for version 2.6.0, but versions from 1.0.0 to 2.5.0 are also documented and available for review."],["The class includes properties like `Utilization`, `VmDetailsCase`, `VmId`, and `VmwareVmDetails` to capture various aspects of VM utilization and identification."],["There are two constructors provided, one parameterless and one that takes another `VmUtilizationInfo` as a parameter for copying data."]]],[]]