public class QosBuilder extends Object
Constructor and Description |
---|
QosBuilder() |
public QosBuilder comment(String newComment)
public QosBuilder cpuLimit(int newCpuLimit)
public QosBuilder cpuLimit(Integer newCpuLimit)
public QosBuilder cpuLimit(long newCpuLimit)
public QosBuilder cpuLimit(Long newCpuLimit)
public QosBuilder cpuLimit(BigInteger newCpuLimit)
public QosBuilder dataCenter(DataCenter newDataCenter)
public QosBuilder dataCenter(DataCenterBuilder newDataCenter)
public QosBuilder description(String newDescription)
public QosBuilder href(String newHref)
public QosBuilder id(String newId)
public QosBuilder inboundAverage(int newInboundAverage)
public QosBuilder inboundAverage(Integer newInboundAverage)
public QosBuilder inboundAverage(long newInboundAverage)
public QosBuilder inboundAverage(Long newInboundAverage)
public QosBuilder inboundAverage(BigInteger newInboundAverage)
public QosBuilder inboundBurst(int newInboundBurst)
public QosBuilder inboundBurst(Integer newInboundBurst)
public QosBuilder inboundBurst(long newInboundBurst)
public QosBuilder inboundBurst(Long newInboundBurst)
public QosBuilder inboundBurst(BigInteger newInboundBurst)
public QosBuilder inboundPeak(int newInboundPeak)
public QosBuilder inboundPeak(Integer newInboundPeak)
public QosBuilder inboundPeak(long newInboundPeak)
public QosBuilder inboundPeak(Long newInboundPeak)
public QosBuilder inboundPeak(BigInteger newInboundPeak)
public QosBuilder maxIops(int newMaxIops)
public QosBuilder maxIops(Integer newMaxIops)
public QosBuilder maxIops(long newMaxIops)
public QosBuilder maxIops(Long newMaxIops)
public QosBuilder maxIops(BigInteger newMaxIops)
public QosBuilder maxReadIops(int newMaxReadIops)
public QosBuilder maxReadIops(Integer newMaxReadIops)
public QosBuilder maxReadIops(long newMaxReadIops)
public QosBuilder maxReadIops(Long newMaxReadIops)
public QosBuilder maxReadIops(BigInteger newMaxReadIops)
public QosBuilder maxReadThroughput(int newMaxReadThroughput)
public QosBuilder maxReadThroughput(Integer newMaxReadThroughput)
public QosBuilder maxReadThroughput(long newMaxReadThroughput)
public QosBuilder maxReadThroughput(Long newMaxReadThroughput)
public QosBuilder maxReadThroughput(BigInteger newMaxReadThroughput)
public QosBuilder maxThroughput(int newMaxThroughput)
public QosBuilder maxThroughput(Integer newMaxThroughput)
public QosBuilder maxThroughput(long newMaxThroughput)
public QosBuilder maxThroughput(Long newMaxThroughput)
public QosBuilder maxThroughput(BigInteger newMaxThroughput)
public QosBuilder maxWriteIops(int newMaxWriteIops)
public QosBuilder maxWriteIops(Integer newMaxWriteIops)
public QosBuilder maxWriteIops(long newMaxWriteIops)
public QosBuilder maxWriteIops(Long newMaxWriteIops)
public QosBuilder maxWriteIops(BigInteger newMaxWriteIops)
public QosBuilder maxWriteThroughput(int newMaxWriteThroughput)
public QosBuilder maxWriteThroughput(Integer newMaxWriteThroughput)
public QosBuilder maxWriteThroughput(long newMaxWriteThroughput)
public QosBuilder maxWriteThroughput(Long newMaxWriteThroughput)
public QosBuilder maxWriteThroughput(BigInteger newMaxWriteThroughput)
public QosBuilder name(String newName)
public QosBuilder outboundAverage(int newOutboundAverage)
public QosBuilder outboundAverage(Integer newOutboundAverage)
public QosBuilder outboundAverage(long newOutboundAverage)
public QosBuilder outboundAverage(Long newOutboundAverage)
public QosBuilder outboundAverage(BigInteger newOutboundAverage)
public QosBuilder outboundAverageLinkshare(int newOutboundAverageLinkshare)
public QosBuilder outboundAverageLinkshare(Integer newOutboundAverageLinkshare)
public QosBuilder outboundAverageLinkshare(long newOutboundAverageLinkshare)
public QosBuilder outboundAverageLinkshare(Long newOutboundAverageLinkshare)
public QosBuilder outboundAverageLinkshare(BigInteger newOutboundAverageLinkshare)
public QosBuilder outboundAverageRealtime(int newOutboundAverageRealtime)
public QosBuilder outboundAverageRealtime(Integer newOutboundAverageRealtime)
public QosBuilder outboundAverageRealtime(long newOutboundAverageRealtime)
public QosBuilder outboundAverageRealtime(Long newOutboundAverageRealtime)
public QosBuilder outboundAverageRealtime(BigInteger newOutboundAverageRealtime)
public QosBuilder outboundAverageUpperlimit(int newOutboundAverageUpperlimit)
public QosBuilder outboundAverageUpperlimit(Integer newOutboundAverageUpperlimit)
public QosBuilder outboundAverageUpperlimit(long newOutboundAverageUpperlimit)
public QosBuilder outboundAverageUpperlimit(Long newOutboundAverageUpperlimit)
public QosBuilder outboundAverageUpperlimit(BigInteger newOutboundAverageUpperlimit)
public QosBuilder outboundBurst(int newOutboundBurst)
public QosBuilder outboundBurst(Integer newOutboundBurst)
public QosBuilder outboundBurst(long newOutboundBurst)
public QosBuilder outboundBurst(Long newOutboundBurst)
public QosBuilder outboundBurst(BigInteger newOutboundBurst)
public QosBuilder outboundPeak(int newOutboundPeak)
public QosBuilder outboundPeak(Integer newOutboundPeak)
public QosBuilder outboundPeak(long newOutboundPeak)
public QosBuilder outboundPeak(Long newOutboundPeak)
public QosBuilder outboundPeak(BigInteger newOutboundPeak)
public QosBuilder type(QosType newType)
public Qos build()
Copyright © 2016. All rights reserved.