Interface CapacityPool.UpdateStages.WithSize

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

public static interface CapacityPool.UpdateStages.WithSize
The stage of the CapacityPool update allowing to specify size.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSize(Long size)
    Specifies the size property: size
  • Method Details

    • withSize

      CapacityPool.Update withSize(Long size)
      Specifies the size property: size

      Provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiply of 4398046511104)..

      Parameters:
      size - size

      Provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiply of 4398046511104).

      Returns:
      the next definition stage.