Interface DevBoxDefinition.UpdateStages.WithOsStorageType

All Known Subinterfaces:
DevBoxDefinition.Update
Enclosing interface:
DevBoxDefinition.UpdateStages

public static interface DevBoxDefinition.UpdateStages.WithOsStorageType
The stage of the DevBoxDefinition update allowing to specify osStorageType.
  • Method Summary

    Modifier and Type
    Method
    Description
    withOsStorageType(String osStorageType)
    Specifies the osStorageType property: The storage type used for the Operating System disk of Dev Boxes created using this definition..
  • Method Details

    • withOsStorageType

      DevBoxDefinition.Update withOsStorageType(String osStorageType)
      Specifies the osStorageType property: The storage type used for the Operating System disk of Dev Boxes created using this definition..
      Parameters:
      osStorageType - The storage type used for the Operating System disk of Dev Boxes created using this definition.
      Returns:
      the next definition stage.