Class GraphOutputsExtended.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.container.bandwidth.GraphOutputsExtended.Mask
-
- Enclosing class:
- GraphOutputsExtended
public static class GraphOutputsExtended.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
Modifier and Type Method Description GraphOutputsExtended.Mask
graphImage()
GraphOutputsExtended.Mask
graphTitle()
GraphOutputsExtended.Mask
inBoundTotalBytes()
GraphOutputsExtended.Mask
maxEndDate()
GraphOutputsExtended.Mask
minStartDate()
GraphOutputsExtended.Mask
outBoundTotalBytes()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
graphImage
public GraphOutputsExtended.Mask graphImage()
-
graphTitle
public GraphOutputsExtended.Mask graphTitle()
-
inBoundTotalBytes
public GraphOutputsExtended.Mask inBoundTotalBytes()
-
maxEndDate
public GraphOutputsExtended.Mask maxEndDate()
-
minStartDate
public GraphOutputsExtended.Mask minStartDate()
-
outBoundTotalBytes
public GraphOutputsExtended.Mask outBoundTotalBytes()
-
-