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 data for a single virtual machine (VM)."],["It is part of the `Google.Cloud.VMMigration.V1` namespace and is found in the `Google.Cloud.VMMigration.V1.dll` assembly, with version 2.1.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide different functionalities."],["`VmUtilizationInfo` includes properties for VM details such as `VmId`, `Utilization` metrics, `VmwareVmDetails`, and `VmDetailsCase` to represent different types of VMs or their associated details."],["The class has two constructors: a default constructor `VmUtilizationInfo()` and an overloaded constructor `VmUtilizationInfo(VmUtilizationInfo other)` that takes another `VmUtilizationInfo` instance to construct a copy."]]],[]]