Interface Disk.DefinitionStages.WithDiskSizeGiB

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

public static interface Disk.DefinitionStages.WithDiskSizeGiB
The stage of the Disk definition allowing to specify diskSizeGiB.
  • Method Details

    • withDiskSizeGiB

      Disk.DefinitionStages.WithCreate withDiskSizeGiB(Integer diskSizeGiB)
      Specifies the diskSizeGiB property: The size of the disk in Gibibytes..
      Parameters:
      diskSizeGiB - The size of the disk in Gibibytes.
      Returns:
      the next definition stage.