Class QosBuilder


  • public class QosBuilder
    extends Object
    • Constructor Detail

      • QosBuilder

        public QosBuilder()
    • Method Detail

      • cpuLimit

        public QosBuilder cpuLimit​(int newCpuLimit)
      • cpuLimit

        public QosBuilder cpuLimit​(long newCpuLimit)
      • inboundAverage

        public QosBuilder inboundAverage​(int newInboundAverage)
      • inboundAverage

        public QosBuilder inboundAverage​(long newInboundAverage)
      • inboundAverage

        public QosBuilder inboundAverage​(Long newInboundAverage)
      • inboundBurst

        public QosBuilder inboundBurst​(int newInboundBurst)
      • inboundBurst

        public QosBuilder inboundBurst​(long newInboundBurst)
      • inboundBurst

        public QosBuilder inboundBurst​(Long newInboundBurst)
      • inboundPeak

        public QosBuilder inboundPeak​(int newInboundPeak)
      • inboundPeak

        public QosBuilder inboundPeak​(long newInboundPeak)
      • inboundPeak

        public QosBuilder inboundPeak​(Long newInboundPeak)
      • maxIops

        public QosBuilder maxIops​(int newMaxIops)
      • maxIops

        public QosBuilder maxIops​(long newMaxIops)
      • maxReadIops

        public QosBuilder maxReadIops​(int newMaxReadIops)
      • maxReadIops

        public QosBuilder maxReadIops​(long newMaxReadIops)
      • maxReadIops

        public QosBuilder maxReadIops​(Long newMaxReadIops)
      • maxReadThroughput

        public QosBuilder maxReadThroughput​(int newMaxReadThroughput)
      • maxReadThroughput

        public QosBuilder maxReadThroughput​(Integer newMaxReadThroughput)
      • maxReadThroughput

        public QosBuilder maxReadThroughput​(long newMaxReadThroughput)
      • maxReadThroughput

        public QosBuilder maxReadThroughput​(Long newMaxReadThroughput)
      • maxThroughput

        public QosBuilder maxThroughput​(int newMaxThroughput)
      • maxThroughput

        public QosBuilder maxThroughput​(long newMaxThroughput)
      • maxThroughput

        public QosBuilder maxThroughput​(Long newMaxThroughput)
      • maxWriteIops

        public QosBuilder maxWriteIops​(int newMaxWriteIops)
      • maxWriteIops

        public QosBuilder maxWriteIops​(long newMaxWriteIops)
      • maxWriteIops

        public QosBuilder maxWriteIops​(Long newMaxWriteIops)
      • maxWriteThroughput

        public QosBuilder maxWriteThroughput​(int newMaxWriteThroughput)
      • maxWriteThroughput

        public QosBuilder maxWriteThroughput​(Integer newMaxWriteThroughput)
      • maxWriteThroughput

        public QosBuilder maxWriteThroughput​(long newMaxWriteThroughput)
      • maxWriteThroughput

        public QosBuilder maxWriteThroughput​(Long newMaxWriteThroughput)
      • outboundAverage

        public QosBuilder outboundAverage​(int newOutboundAverage)
      • outboundAverage

        public QosBuilder outboundAverage​(Integer newOutboundAverage)
      • outboundAverage

        public QosBuilder outboundAverage​(long newOutboundAverage)
      • outboundAverage

        public QosBuilder outboundAverage​(Long newOutboundAverage)
      • outboundAverageLinkshare

        public QosBuilder outboundAverageLinkshare​(int newOutboundAverageLinkshare)
      • outboundAverageLinkshare

        public QosBuilder outboundAverageLinkshare​(Integer newOutboundAverageLinkshare)
      • outboundAverageLinkshare

        public QosBuilder outboundAverageLinkshare​(long newOutboundAverageLinkshare)
      • outboundAverageLinkshare

        public QosBuilder outboundAverageLinkshare​(Long newOutboundAverageLinkshare)
      • outboundAverageLinkshare

        public QosBuilder outboundAverageLinkshare​(BigInteger newOutboundAverageLinkshare)
      • outboundAverageRealtime

        public QosBuilder outboundAverageRealtime​(int newOutboundAverageRealtime)
      • outboundAverageRealtime

        public QosBuilder outboundAverageRealtime​(Integer newOutboundAverageRealtime)
      • outboundAverageRealtime

        public QosBuilder outboundAverageRealtime​(long newOutboundAverageRealtime)
      • outboundAverageRealtime

        public QosBuilder outboundAverageRealtime​(Long newOutboundAverageRealtime)
      • outboundAverageRealtime

        public QosBuilder outboundAverageRealtime​(BigInteger newOutboundAverageRealtime)
      • outboundAverageUpperlimit

        public QosBuilder outboundAverageUpperlimit​(int newOutboundAverageUpperlimit)
      • outboundAverageUpperlimit

        public QosBuilder outboundAverageUpperlimit​(Integer newOutboundAverageUpperlimit)
      • outboundAverageUpperlimit

        public QosBuilder outboundAverageUpperlimit​(long newOutboundAverageUpperlimit)
      • outboundAverageUpperlimit

        public QosBuilder outboundAverageUpperlimit​(Long newOutboundAverageUpperlimit)
      • outboundAverageUpperlimit

        public QosBuilder outboundAverageUpperlimit​(BigInteger newOutboundAverageUpperlimit)
      • outboundBurst

        public QosBuilder outboundBurst​(int newOutboundBurst)
      • outboundBurst

        public QosBuilder outboundBurst​(long newOutboundBurst)
      • outboundBurst

        public QosBuilder outboundBurst​(Long newOutboundBurst)
      • outboundPeak

        public QosBuilder outboundPeak​(int newOutboundPeak)
      • outboundPeak

        public QosBuilder outboundPeak​(long newOutboundPeak)
      • outboundPeak

        public QosBuilder outboundPeak​(Long newOutboundPeak)
      • build

        public Qos build()