Interface Volume.DefinitionStages.WithVolumeSpecName

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

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

    Modifier and Type
    Method
    Description
    withVolumeSpecName(String volumeSpecName)
    Specifies the volumeSpecName property: Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g.
  • Method Details

    • withVolumeSpecName

      Volume.DefinitionStages.WithCreate withVolumeSpecName(String volumeSpecName)
      Specifies the volumeSpecName property: Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log.
      Parameters:
      volumeSpecName - Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log.
      Returns:
      the next definition stage.