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-04-02 UTC."],[[["The `InstanceConsumptionInfo` class provides details about the resource consumption of a compute instance, including available virtual CPUs, local SSD storage, physical memory, and reserved virtual CPUs."],["This class is part of the `Google.Cloud.Compute.V1` namespace, contained within the `Google.Cloud.Compute.V1.dll` assembly, and is available from version 1.0.0 up to the latest version, 3.6.0, with version 2.3.0 being specifically detailed."],["`InstanceConsumptionInfo` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, comparison, deep cloning, and buffer message manipulation."],["The class includes properties such as `GuestCpus`, `LocalSsdGb`, `MemoryMb`, and `MinNodeCpus` which can be used to get and set the specific consumption information of an instance."],["There are multiple properties to check if other related properties are set, such as, `HasGuestCpus`, `HasLocalSsdGb`, `HasMemoryMb`, and `HasMinNodeCpus`, all returning a boolean."]]],[]]