Interface Cluster.UpdateStages.WithNodeTypes

All Known Subinterfaces:
Cluster.Update
Enclosing interface:
Cluster.UpdateStages

public static interface Cluster.UpdateStages.WithNodeTypes
The stage of the Cluster update allowing to specify nodeTypes.
  • Method Details

    • withNodeTypes

      Cluster.Update withNodeTypes(List<NodeTypeDescription> nodeTypes)
      Specifies the nodeTypes property: The list of node types in the cluster. This will overwrite the existing list..
      Parameters:
      nodeTypes - The list of node types in the cluster. This will overwrite the existing list.
      Returns:
      the next definition stage.