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 latest version available is 2.6.0, with several previous versions also documented, from 1.0.0 to 2.5.0."],["The `VmUtilizationInfo` class provides details about the utilization of a single virtual machine, offering properties such as `Utilization`, `VmDetailsCase`, `VmId`, and `VmwareVmDetails`."],["The `VmUtilizationInfo` class implements several interfaces, including `IMessage\u003cVmUtilizationInfo\u003e`, `IEquatable\u003cVmUtilizationInfo\u003e`, `IDeepCloneable\u003cVmUtilizationInfo\u003e`, `IBufferMessage`, and `IMessage`, and also inherits from `Object`."],["Constructors are provided for creating instances of the `VmUtilizationInfo` class, including a default constructor and one that accepts another `VmUtilizationInfo` object as a parameter."],["The utilization metrics for a given virtual machine are available through the property `Utilization` of type `VmUtilizationMetrics`."]]],[]]