Class Allocation.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.network.bandwidth.version1.Allocation.Mask
-
- Enclosing class:
- Allocation
public static class Allocation.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Detail.Mask
allotmentDetail()
Allocation.Mask
amount()
Hardware.Mask
billingItem()
Allocation.Mask
id()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
allotmentDetail
public Detail.Mask allotmentDetail()
-
billingItem
public Hardware.Mask billingItem()
-
amount
public Allocation.Mask amount()
-
id
public Allocation.Mask id()
-
-