public sealed class ComputeResources : IMessage<Environment.Types.InfrastructureSpec.Types.ComputeResources>, IEquatable<Environment.Types.InfrastructureSpec.Types.ComputeResources>, IDeepCloneable<Environment.Types.InfrastructureSpec.Types.ComputeResources>, IBufferMessage, IMessage
Compute resources associated with the analyze interactive workloads.
[[["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-25 UTC."],[[["The latest version of the Google.Cloud.Dataplex.V1 library for .NET is 3.6.0, and multiple previous versions, ranging from 1.0.0 to 3.5.0, are also available for reference."],["`ComputeResources` is a class within the Google.Cloud.Dataplex.V1 namespace and is designed for managing compute resources for interactive analytical workloads."],["The `ComputeResources` class includes properties like `DiskSizeGb`, `MaxNodeCount`, and `NodeCount` to configure the disk size and the number of nodes for the compute environment, with default and optional settings."],["The `ComputeResources` class inherits from the base object and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["There are two constructors for `ComputeResources`, one default constructor, and another to pass in another existing `ComputeResources` object to the new object."]]],[]]