nodePools property

List<NodePool>? nodePools
getter/setter pair

Node pools and corresponding repair action to be taken.

All node pools should be unique in this request. i.e. Multiple entries for the same node pool id are not allowed.

Optional.

Implementation

core.List<NodePool>? nodePools;