Volume.DefinitionStages.WithDeleteBaseSnapshot Interface

public static interface Volume.DefinitionStages.WithDeleteBaseSnapshot

The stage of the Volume definition allowing to specify deleteBaseSnapshot.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDeleteBaseSnapshot(Boolean deleteBaseSnapshot)

Specifies the deleteBaseSnapshot property: If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished.

Method Details

withDeleteBaseSnapshot

public abstract Volume.DefinitionStages.WithCreate withDeleteBaseSnapshot(Boolean deleteBaseSnapshot)

Specifies the deleteBaseSnapshot property: If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false.

Parameters:

deleteBaseSnapshot - If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false.

Returns:

the next definition stage.

Applies to