Interface Volume.UpdateStages.WithSizeGiB

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

public static interface Volume.UpdateStages.WithSizeGiB
The stage of the Volume update allowing to specify sizeGiB.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSizeGiB(Long sizeGiB)
    Specifies the sizeGiB property: Volume size..
  • Method Details

    • withSizeGiB

      Volume.Update withSizeGiB(Long sizeGiB)
      Specifies the sizeGiB property: Volume size..
      Parameters:
      sizeGiB - Volume size.
      Returns:
      the next definition stage.