Class NodeTypeConfig (1.4.2)

NodeTypeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information about the type and number of nodes associated with the cluster.

Attributes

NameDescription
node_count int
Required. The number of nodes of this type in the cluster
custom_core_count int
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.