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."],[[["The latest version available for the Batch v1 API class ComputeResource is 2.13.0."],["This documentation covers the ComputeResource class, which outlines the compute resource requirements for the Batch v1 API and is part of the Google.Cloud.Batch.V1 namespace."],["The ComputeResource class inherits from the object class and implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["Key properties of the ComputeResource class include BootDiskMib, CpuMilli, and MemoryMib, allowing configuration of boot disk size, CPU count, and memory."],["The ComputeResource class has two constructors, a default constructor and a copy constructor."]]],[]]