Interface Server.UpdateStages.WithStorage

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

public static interface Server.UpdateStages.WithStorage
The stage of the Server update allowing to specify storage.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the storage property: Storage related properties of a server..
  • Method Details

    • withStorage

      Server.Update withStorage(Storage storage)
      Specifies the storage property: Storage related properties of a server..
      Parameters:
      storage - Storage related properties of a server.
      Returns:
      the next definition stage.