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.
Implements
IMessageEnvironmentTypesInfrastructureSpecTypesComputeResources, IEquatableEnvironmentTypesInfrastructureSpecTypesComputeResources, IDeepCloneableEnvironmentTypesInfrastructureSpecTypesComputeResources, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ComputeResources()
public ComputeResources()
ComputeResources(ComputeResources)
public ComputeResources(Environment.Types.InfrastructureSpec.Types.ComputeResources other)
Parameter | |
---|---|
Name | Description |
other | EnvironmentTypesInfrastructureSpecTypesComputeResources |
Properties
DiskSizeGb
public int DiskSizeGb { get; set; }
Optional. Size in GB of the disk. Default is 100 GB.
Property Value | |
---|---|
Type | Description |
int |
MaxNodeCount
public int MaxNodeCount { get; set; }
Optional. Max configurable nodes. If max_node_count > node_count, then auto-scaling is enabled.
Property Value | |
---|---|
Type | Description |
int |
NodeCount
public int NodeCount { get; set; }
Optional. Total number of nodes in the sessions created for this environment.
Property Value | |
---|---|
Type | Description |
int |