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-24 UTC."],[[["This webpage provides documentation for the `InstanceConsumptionInfo` class within the `Google.Cloud.Compute.V1` namespace, detailing various versions of the library, ranging from 1.0.0 to the latest 3.6.0."],["The `InstanceConsumptionInfo` class is a sealed class that inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for managing instance consumption data."],["The class offers two constructors, a default constructor and a constructor that takes another `InstanceConsumptionInfo` object, allowing the creation of new instances and cloning existing ones."],["Key properties of the class include `GuestCpus`, `LocalSsdGb`, `MemoryMb`, and `MinNodeCpus`, which represent the number of virtual CPUs, the amount of local SSD storage, the physical memory, and the minimum reserved CPUs, respectively, with corresponding `Has` properties to check if the fields are set."],["It includes properties that specify the amount of physical memory, virtual CPUs and local SSD storage the instance has available, as well as the minimum number of reserved virtual CPUs."]]],[]]