Pool.DefinitionStages.WithUpgradePolicy Interface

public static interface Pool.DefinitionStages.WithUpgradePolicy

The stage of the Pool definition allowing to specify upgradePolicy.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withUpgradePolicy(UpgradePolicy upgradePolicy)

Specifies the upgradePolicy property: The upgrade policy for the pool.

Method Details

withUpgradePolicy

public abstract Pool.DefinitionStages.WithCreate withUpgradePolicy(UpgradePolicy upgradePolicy)

Specifies the upgradePolicy property: The upgrade policy for the pool. Describes an upgrade policy - automatic, manual, or rolling..

Parameters:

upgradePolicy - The upgrade policy for the pool. Describes an upgrade policy - automatic, manual, or rolling.

Returns:

the next definition stage.

Applies to