BigDataPoolResourceInfo.DefinitionStages.WithAutoScale Interface

public static interface BigDataPoolResourceInfo.DefinitionStages.WithAutoScale

The stage of the BigDataPoolResourceInfo definition allowing to specify autoScale.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withAutoScale(AutoScaleProperties autoScale)

Specifies the autoScale property: Auto-scaling properties.

Method Details

withAutoScale

public abstract BigDataPoolResourceInfo.DefinitionStages.WithCreate withAutoScale(AutoScaleProperties autoScale)

Specifies the autoScale property: Auto-scaling properties.

Parameters:

autoScale - Auto-scaling properties.

Returns:

the next definition stage.

Applies to