StorageTarget.UpdateStages.WithTargetType Interface

public static interface StorageTarget.UpdateStages.WithTargetType

The stage of the storagetarget update allowing to specify TargetType.

Method Summary

Modifier and Type Method and Description
abstract Update withTargetType(String targetType)

Specifies targetType.

Method Details

withTargetType

public abstract StorageTarget.Update withTargetType(String targetType)

Specifies targetType.

Parameters:

targetType - Type of the Storage Target

Returns:

the next update stage

Applies to