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 API, ranging from version 1.0.0 to 3.6.0."],["`InstanceConsumptionInfo` is a sealed class that implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class offers properties like `GuestCpus`, `LocalSsdGb`, `MemoryMb`, and `MinNodeCpus`, which provide information on the virtual CPUs, local SSD storage, physical memory, and minimal reserved CPUs of the instance respectively, and all of these also have a boolean method used to check whether they are set."],["There are two constructors available: a default constructor `InstanceConsumptionInfo()` and a constructor `InstanceConsumptionInfo(InstanceConsumptionInfo other)` that takes another instance of the same class as a parameter."],["The latest version is 3.6.0 of the `Google.Cloud.Compute.V1.InstanceConsumptionInfo` API, and the page hosts numerous links to older API versions for reference."]]],[]]