Interface Volume.DefinitionStages.WithThroughputMibps

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

public static interface Volume.DefinitionStages.WithThroughputMibps
The stage of the Volume definition allowing to specify throughputMibps.
  • Method Summary

    Modifier and Type
    Method
    Description
    withThroughputMibps(Float throughputMibps)
    Specifies the throughputMibps property: Maximum throughput in MiB/s that can be achieved by this volume and this will be accepted as input only for manual qosType volume.
  • Method Details

    • withThroughputMibps

      Volume.DefinitionStages.WithCreate withThroughputMibps(Float throughputMibps)
      Specifies the throughputMibps property: Maximum throughput in MiB/s that can be achieved by this volume and this will be accepted as input only for manual qosType volume.
      Parameters:
      throughputMibps - Maximum throughput in MiB/s that can be achieved by this volume and this will be accepted as input only for manual qosType volume.
      Returns:
      the next definition stage.