Class Summary.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.metric.tracking.object.bandwidth.Summary.Mask
-
- Enclosing class:
- Summary
public static class Summary.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
Modifier and Type Method Description Summary.Mask
allocationAmount()
Summary.Mask
allocationId()
Summary.Mask
amountOut()
Summary.Mask
averageDailyUsage()
Summary.Mask
currentlyOverAllocationFlag()
Summary.Mask
id()
Summary.Mask
outboundBandwidthAmount()
Summary.Mask
projectedBandwidthUsage()
Summary.Mask
projectedOverAllocationFlag()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
allocationAmount
public Summary.Mask allocationAmount()
-
allocationId
public Summary.Mask allocationId()
-
amountOut
public Summary.Mask amountOut()
-
averageDailyUsage
public Summary.Mask averageDailyUsage()
-
currentlyOverAllocationFlag
public Summary.Mask currentlyOverAllocationFlag()
-
id
public Summary.Mask id()
-
outboundBandwidthAmount
public Summary.Mask outboundBandwidthAmount()
-
projectedBandwidthUsage
public Summary.Mask projectedBandwidthUsage()
-
projectedOverAllocationFlag
public Summary.Mask projectedOverAllocationFlag()
-
-