Volume.DefinitionStages.WithVolumeType Interface

public static interface Volume.DefinitionStages.WithVolumeType

The stage of the Volume definition allowing to specify volumeType.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withVolumeType(String volumeType)

Specifies the volumeType property: What type of volume is this.

Method Details

withVolumeType

public abstract Volume.DefinitionStages.WithCreate withVolumeType(String volumeType)

Specifies the volumeType property: What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection. For creating clone volume, set type to ShortTermClone.

Parameters:

volumeType - What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection. For creating clone volume, set type to ShortTermClone.

Returns:

the next definition stage.

Applies to