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-03-21 UTC."],[[["The `ComputeResource` class in the Google.Cloud.Batch.V1 API defines the resource requirements for batch computations."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering diverse functionalities."],["The `ComputeResource` class provides properties to define `BootDiskMib`, `CpuMilli`, and `MemoryMib`, which represent the boot disk size, milliCPU count, and memory, respectively."],["The documentation includes a history of the `ComputeResource` class in the Google.Cloud.Batch.V1, with versions ranging from 1.0.0 to 2.13.0."]]],[]]