nodeTypeConfigs property

Map<String, NodeTypeConfig>? nodeTypeConfigs
getter/setter pair

The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the NodeType).

Required.

Implementation

core.Map<core.String, NodeTypeConfig>? nodeTypeConfigs;