Interface Volume.DefinitionStages.WithSnapshotDirectoryVisible

All Known Subinterfaces:
Volume.Definition, Volume.DefinitionStages.WithCreate
Enclosing interface:
Volume.DefinitionStages

public static interface Volume.DefinitionStages.WithSnapshotDirectoryVisible
The stage of the Volume definition allowing to specify snapshotDirectoryVisible.
  • Method Summary

    Modifier and Type
    Method
    Description
    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 (default to true)..
  • Method Details

    • withSnapshotDirectoryVisible

      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 (default 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 (default to true).
      Returns:
      the next definition stage.