currentNodeVersion property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? currentNodeVersion
getter/setter pair

Deprecated, use NodePools.version instead.

The current version of the node software components. If they are currently at multiple versions because they're in the process of being upgraded, this reflects the minimum version of all nodes.

Output only.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? currentNodeVersion;