public sealed class ComputeResource : IMessage<ComputeResource>, IEquatable<ComputeResource>, IDeepCloneable<ComputeResource>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1 API class ComputeResource.
[[["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-17 UTC."],[[["This document provides reference documentation for the `ComputeResource` class within the Google Cloud Batch v1 API for .NET."],["`ComputeResource` is a class representing compute resource requirements, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ComputeResource` class has properties for `BootDiskMib`, `CpuMilli`, and `MemoryMib`, allowing the setting of boot disk size, CPU count, and memory allocation, respectively."],["The documented class has multiple versions, with the latest being 2.13.0 and ranging down to version 1.0.0."]]],[]]