Interface Cluster.DefinitionStages.WithBillingType
- All Known Subinterfaces:
Cluster.Definition,Cluster.DefinitionStages.WithCreate
- Enclosing interface:
- Cluster.DefinitionStages
public static interface Cluster.DefinitionStages.WithBillingType
The stage of the Cluster definition allowing to specify billingType.
-
Method Summary
Modifier and TypeMethodDescriptionwithBillingType(BillingType billingType) Specifies the billingType property: The cluster's billing type..
-
Method Details
-
withBillingType
Specifies the billingType property: The cluster's billing type..- Parameters:
billingType- The cluster's billing type.- Returns:
- the next definition stage.
-