maxUnavailable property

int? maxUnavailable
getter/setter pair

The maximum number of nodes that can be simultaneously unavailable during the upgrade process.

A node is considered available if its status is Ready.

Implementation

core.int? maxUnavailable;