Interface Cluster.DefinitionStages.WithEnablePurge

All Known Subinterfaces:
Cluster.Definition, Cluster.DefinitionStages.WithCreate
Enclosing interface:
Cluster.DefinitionStages

public static interface Cluster.DefinitionStages.WithEnablePurge
The stage of the Cluster definition allowing to specify enablePurge.
  • Method Details

    • withEnablePurge

      Cluster.DefinitionStages.WithCreate withEnablePurge(Boolean enablePurge)
      Specifies the enablePurge property: A boolean value that indicates if the purge operations are enabled..
      Parameters:
      enablePurge - A boolean value that indicates if the purge operations are enabled.
      Returns:
      the next definition stage.