Interface NodeTypeConfigOrBuilder (0.18.0)

public interface NodeTypeConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomCoreCount()

public abstract int getCustomCoreCount()

Optional. Customized number of cores available to each node of the type. This number must always be one of nodeType.availableCustomCoreCounts. If zero is provided max value from nodeType.availableCustomCoreCounts will be used.

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

Returns
TypeDescription
int

The customCoreCount.

getNodeCount()

public abstract int getNodeCount()

Required. The number of nodes of this type in the cluster

int32 node_count = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The nodeCount.