enablePrivateNodes property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? enablePrivateNodes
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;