public static interface Environment.InfrastructureSpec.ComputeResourcesOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDiskSizeGb()
public abstract int getDiskSizeGb()
Optional. Size in GB of the disk. Default is 100 GB.
int32 disk_size_gb = 1;
Returns | |
---|---|
Type | Description |
int |
The diskSizeGb. |
getMaxNodeCount()
public abstract int getMaxNodeCount()
Optional. Max configurable nodes. If max_node_count > node_count, then auto-scaling is enabled.
int32 max_node_count = 3;
Returns | |
---|---|
Type | Description |
int |
The maxNodeCount. |
getNodeCount()
public abstract int getNodeCount()
Optional. Total number of nodes in the sessions created for this environment.
int32 node_count = 2;
Returns | |
---|---|
Type | Description |
int |
The nodeCount. |