enablePrivateNodes property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Whether nodes have internal IP addresses only.
If enabled, all nodes are given only RFC 1918 private addresses and communicate with the master via private networking. Deprecated: Use NetworkConfig.default_enable_private_nodes instead.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.bool? enablePrivateNodes;