Interface Volume.DefinitionStages.WithEnableSubvolumes

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

public static interface Volume.DefinitionStages.WithEnableSubvolumes
The stage of the Volume definition allowing to specify enableSubvolumes.
  • Method Details

    • withEnableSubvolumes

      Volume.DefinitionStages.WithCreate withEnableSubvolumes(EnableSubvolumes enableSubvolumes)
      Specifies the enableSubvolumes property: Flag indicating whether subvolume operations are enabled on the volume.
      Parameters:
      enableSubvolumes - Flag indicating whether subvolume operations are enabled on the volume.
      Returns:
      the next definition stage.