Interface DevBoxDefinition.DefinitionStages.WithOsStorageType

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

public static interface DevBoxDefinition.DefinitionStages.WithOsStorageType
The stage of the DevBoxDefinition definition allowing to specify osStorageType.
  • Method Details

    • withOsStorageType

      DevBoxDefinition.DefinitionStages.WithCreate 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.