BigDataPoolResourceInfo.DefinitionStages.WithNodeCount Interface

public static interface BigDataPoolResourceInfo.DefinitionStages.WithNodeCount

The stage of the BigDataPoolResourceInfo definition allowing to specify nodeCount.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withNodeCount(Integer nodeCount)

Specifies the nodeCount property: The number of nodes in the Big Data pool..

Method Details

withNodeCount

public abstract BigDataPoolResourceInfo.DefinitionStages.WithCreate withNodeCount(Integer nodeCount)

Specifies the nodeCount property: The number of nodes in the Big Data pool..

Parameters:

nodeCount - The number of nodes in the Big Data pool.

Returns:

the next definition stage.

Applies to