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 webpage provides documentation for the `ComputeResource` class within the Google Cloud Batch v1 API for .NET."],["The latest version of the API documented is 2.13.0, with versions ranging down to 1.0.0 also available for reference."],["The `ComputeResource` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data management and manipulation."],["The class includes properties like `BootDiskMib`, `CpuMilli`, and `MemoryMib`, which are used to define compute resource requirements in terms of boot disk size, CPU, and memory, respectively."],["There are two constructors available for the ComputeResource class, the default and one that accepts another ComputeResource object as a parameter."]]],[]]