Class GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources
Compute resources associated with the analyze interactive workloads.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources : IDirectResponseSchema
Properties
DiskSizeGb
Optional. Size in GB of the disk. Default is 100 GB.
Declaration
[JsonProperty("diskSizeGb")]
public virtual int? DiskSizeGb { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxNodeCount
Optional. Max configurable nodes. If max_node_count > node_count, then auto-scaling is enabled.
Declaration
[JsonProperty("maxNodeCount")]
public virtual int? MaxNodeCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
NodeCount
Optional. Total number of nodes in the sessions created for this environment.
Declaration
[JsonProperty("nodeCount")]
public virtual int? NodeCount { get; set; }
Property Value
Type | Description |
---|---|
int? |