Interface CapacityPool.UpdateStages.WithCoolAccess

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

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

    Modifier and Type
    Method
    Description
    withCoolAccess(Boolean coolAccess)
    Specifies the coolAccess property: If enabled (true) the pool can contain cool Access enabled volumes..
  • Method Details

    • withCoolAccess

      CapacityPool.Update withCoolAccess(Boolean coolAccess)
      Specifies the coolAccess property: If enabled (true) the pool can contain cool Access enabled volumes..
      Parameters:
      coolAccess - If enabled (true) the pool can contain cool Access enabled volumes.
      Returns:
      the next definition stage.