Uses of Class
com.softlayer.api.service.network.bandwidth.version1.Allocation
Package | Description |
---|---|
com.softlayer.api.service.billing | |
com.softlayer.api.service.network.bandwidth.version1.allotment |
-
Uses of Allocation in com.softlayer.api.service.billing
Fields in com.softlayer.api.service.billing declared as Allocation Modifier and Type Field Description protected Allocation
Item. bandwidthAllocation
The bandwidth allocation for a billing item.Methods in com.softlayer.api.service.billing that return Allocation Modifier and Type Method Description Allocation
Item. getBandwidthAllocation()
Allocation
Item.Service. getBandwidthAllocation()
The bandwidth allocation for a billing item.Methods in com.softlayer.api.service.billing that return types with arguments of type Allocation Modifier and Type Method Description Future<Allocation>
Item.ServiceAsync. getBandwidthAllocation()
Async version ofItem.Service.getBandwidthAllocation()
Methods in com.softlayer.api.service.billing with parameters of type Allocation Modifier and Type Method Description void
Item. setBandwidthAllocation(Allocation bandwidthAllocation)
Method parameters in com.softlayer.api.service.billing with type arguments of type Allocation Modifier and Type Method Description Future<?>
Item.ServiceAsync. getBandwidthAllocation(ResponseHandler<Allocation> callback)
Async callback version ofItem.Service.getBandwidthAllocation()
-
Uses of Allocation in com.softlayer.api.service.network.bandwidth.version1.allotment
Fields in com.softlayer.api.service.network.bandwidth.version1.allotment declared as Allocation Modifier and Type Field Description protected Allocation
Detail. allocation
Allocated bandwidth.Methods in com.softlayer.api.service.network.bandwidth.version1.allotment that return Allocation Modifier and Type Method Description Allocation
Detail. getAllocation()
Methods in com.softlayer.api.service.network.bandwidth.version1.allotment with parameters of type Allocation Modifier and Type Method Description void
Detail. setAllocation(Allocation allocation)