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."],[[["This webpage details the `InstanceConsumptionInfo` class within the `Google.Cloud.Compute.V1` namespace, offering a comprehensive view of its properties, constructors, and implemented interfaces."],["The latest documented version available is 3.6.0, while the current page context is for version 2.12.0, with links to older versions ranging from 1.0.0 to 3.5.0."],["The `InstanceConsumptionInfo` class provides information about the resources allocated to a virtual machine instance, including `GuestCpus`, `LocalSsdGb`, `MemoryMb`, and `MinNodeCpus`."],["It implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the Google Cloud environment."],["The class includes properties to check whether fields like \"guest_cpus\", \"local_ssd_gb\", \"memory_mb\", and \"min_node_cpus\" are set, which are accessible via the `HasGuestCpus`, `HasLocalSsdGb`, `HasMemoryMb`, and `HasMinNodeCpus` properties."]]],[]]