Cloud Dataplex v1 API - Class Environment.Types.InfrastructureSpec.Types.ComputeResources (2.15.0)

public sealed class Environment.Types.InfrastructureSpec.Types.ComputeResources : IMessage<Environment.Types.InfrastructureSpec.Types.ComputeResources>, IEquatable<Environment.Types.InfrastructureSpec.Types.ComputeResources>, IDeepCloneable<Environment.Types.InfrastructureSpec.Types.ComputeResources>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class Environment.Types.InfrastructureSpec.Types.ComputeResources.

Compute resources associated with the analyze interactive workloads.

Inheritance

object > Environment.Types.InfrastructureSpec.Types.ComputeResources

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ComputeResources()

public ComputeResources()

ComputeResources(ComputeResources)

public ComputeResources(Environment.Types.InfrastructureSpec.Types.ComputeResources other)
Parameter
NameDescription
otherEnvironmentTypesInfrastructureSpecTypesComputeResources

Properties

DiskSizeGb

public int DiskSizeGb { get; set; }

Optional. Size in GB of the disk. Default is 100 GB.

Property Value
TypeDescription
int

MaxNodeCount

public int MaxNodeCount { get; set; }

Optional. Max configurable nodes. If max_node_count > node_count, then auto-scaling is enabled.

Property Value
TypeDescription
int

NodeCount

public int NodeCount { get; set; }

Optional. Total number of nodes in the sessions created for this environment.

Property Value
TypeDescription
int