Interface CapacityPool.DefinitionStages.WithSize

All Known Subinterfaces:
CapacityPool.Definition
Enclosing interface:
CapacityPool.DefinitionStages

public static interface CapacityPool.DefinitionStages.WithSize
The stage of the CapacityPool definition allowing to specify size.
  • Method Details

    • withSize

      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.