Volume.DefinitionStages.WithSnapshotDirectoryVisible Interface

public static interface Volume.DefinitionStages.WithSnapshotDirectoryVisible

The stage of the Volume definition allowing to specify snapshotDirectoryVisible.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSnapshotDirectoryVisible(Boolean snapshotDirectoryVisible)

Specifies the snapshotDirectoryVisible property: If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true)..

Method Details

withSnapshotDirectoryVisible

public abstract Volume.DefinitionStages.WithCreate withSnapshotDirectoryVisible(Boolean snapshotDirectoryVisible)

Specifies the snapshotDirectoryVisible property: If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true)..

Parameters:

snapshotDirectoryVisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).

Returns:

the next definition stage.

Applies to