nodeConfig property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Parameters used in creating the cluster's nodes.
For requests, this field should only be used in lieu of a "node_pool"
object, since this configuration (along with the "initial_node_count")
will be used to create a "NodePool" object with an auto-generated name. Do
not use this and a node_pool at the same time. For responses, this field
will be populated with the node configuration of the first node pool. (For
configuration of each node pool, see node_pool.config
) If unspecified,
the defaults are used. This field is deprecated, use node_pool.config
instead.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
NodeConfig? nodeConfig;