Volume.DefinitionStages.WithCapacityPoolResourceId Interface

public static interface Volume.DefinitionStages.WithCapacityPoolResourceId

The stage of the Volume definition allowing to specify capacityPoolResourceId.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withCapacityPoolResourceId(String capacityPoolResourceId)

Specifies the capacityPoolResourceId property: Pool Resource Id used in case of creating a volume through volume group.

Method Details

withCapacityPoolResourceId

public abstract Volume.DefinitionStages.WithCreate withCapacityPoolResourceId(String capacityPoolResourceId)

Specifies the capacityPoolResourceId property: Pool Resource Id used in case of creating a volume through volume group.

Parameters:

capacityPoolResourceId - Pool Resource Id used in case of creating a volume through volume group.

Returns:

the next definition stage.

Applies to