Class Environment.Types.InfrastructureSpec.Types.ComputeResources (1.0.0)

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.

Inheritance

Object > Environment.Types.InfrastructureSpec.Types.ComputeResources

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ComputeResources()

public ComputeResources()

ComputeResources(Environment.Types.InfrastructureSpec.Types.ComputeResources)

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

Properties

DiskSizeGb

public int DiskSizeGb { get; set; }

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

Property Value
TypeDescription
Int32

MaxNodeCount

public int MaxNodeCount { get; set; }

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

Property Value
TypeDescription
Int32

NodeCount

public int NodeCount { get; set; }

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

Property Value
TypeDescription
Int32