BigDataPoolResourceInfo.DefinitionStages.WithIsComputeIsolationEnabled Interface

public static interface BigDataPoolResourceInfo.DefinitionStages.WithIsComputeIsolationEnabled

The stage of the BigDataPoolResourceInfo definition allowing to specify isComputeIsolationEnabled.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIsComputeIsolationEnabled(Boolean isComputeIsolationEnabled)

Specifies the isComputeIsolationEnabled property: Whether compute isolation is required or not..

Method Details

withIsComputeIsolationEnabled

public abstract BigDataPoolResourceInfo.DefinitionStages.WithCreate withIsComputeIsolationEnabled(Boolean isComputeIsolationEnabled)

Specifies the isComputeIsolationEnabled property: Whether compute isolation is required or not..

Parameters:

isComputeIsolationEnabled - Whether compute isolation is required or not.

Returns:

the next definition stage.

Applies to