Volume.DefinitionStages.WithZones Interface

public static interface Volume.DefinitionStages.WithZones

The stage of the Volume definition allowing to specify zones.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withZones(List<String> zones)

Specifies the zones property: Availability Zone.

Method Details

withZones

public abstract Volume.DefinitionStages.WithCreate withZones(List zones)

Specifies the zones property: Availability Zone.

Parameters:

zones - Availability Zone.

Returns:

the next definition stage.

Applies to