public sealed class InstanceConsumptionInfo : IMessage<InstanceConsumptionInfo>, IEquatable<InstanceConsumptionInfo>, IDeepCloneable<InstanceConsumptionInfo>, 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 webpage provides documentation for the `InstanceConsumptionInfo` class within the `Google.Cloud.Compute.V1` namespace, detailing various versions of the library."],["The latest version of the library available on this page is 3.6.0, while older versions are listed going back to 1.0.0, showcasing the evolution of the library."],["`InstanceConsumptionInfo` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["The class `InstanceConsumptionInfo` allows for setting and getting information on guest CPUs, local SSD storage, memory, and minimal guaranteed virtual CPUs."],["The class has multiple properties such as `GuestCpus`, `LocalSsdGb`, `MemoryMb`, and `MinNodeCpus` that allow setting and getting the specific information for each of those categories, as well as the boolean properties `HasGuestCpus`, `HasLocalSsdGb`, `HasMemoryMb`, and `HasMinNodeCpus` that allow checking whether those respective fields have been set."]]],[]]