Interface Cluster.UpdateStages.WithProperties
- All Known Subinterfaces:
Cluster.Update
- Enclosing interface:
Cluster.UpdateStages
public static interface Cluster.UpdateStages.WithProperties
The stage of the Cluster update allowing to specify properties.
-
Method Summary
Modifier and TypeMethodDescriptionwithProperties(ClusterPatchProperties properties) Specifies the properties property: Define cluster patch specific properties..
-
Method Details
-
withProperties
Specifies the properties property: Define cluster patch specific properties..- Parameters:
properties- Define cluster patch specific properties.- Returns:
- the next definition stage.
-