Interface Environment.InfrastructureSpec.ComputeResourcesOrBuilder (1.0.1)

public static interface Environment.InfrastructureSpec.ComputeResourcesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDiskSizeGb()

public abstract int getDiskSizeGb()

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

int32 disk_size_gb = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
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 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The maxNodeCount.

getNodeCount()

public abstract int getNodeCount()

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

int32 node_count = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The nodeCount.