Volume.DefinitionStages.WithEnableSubvolumes Interface

public static interface Volume.DefinitionStages.WithEnableSubvolumes

The stage of the Volume definition allowing to specify enableSubvolumes.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withEnableSubvolumes(EnableSubvolumes enableSubvolumes)

Specifies the enableSubvolumes property: Flag indicating whether subvolume operations are enabled on the volume.

Method Details

withEnableSubvolumes

public abstract Volume.DefinitionStages.WithCreate withEnableSubvolumes(EnableSubvolumes enableSubvolumes)

Specifies the enableSubvolumes property: Flag indicating whether subvolume operations are enabled on the volume.

Parameters:

enableSubvolumes - Flag indicating whether subvolume operations are enabled on the volume.

Returns:

the next definition stage.

Applies to