SoftLayer Network Bandwidth Version1 Allocation
From SoftLayer Development Network Wiki
Contents |
Overview
The SoftLayer_Network_Bandwidth_Version1_Allocation data type contains general information relating to a single bandwidth allocation record.
| Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties. |
Local Properties
amount
The amount of bandwidth allocated.
- Type: decimal
- Length: 8 digits before the decimal point
id
Internal ID associated with this allocation.
- Type: integer
Relational Properties
allotmentDetail
A bandwidth allotment detail.
allotmentDetail can be queried by object mask.
allotmentDetail must be a unique value.
billingItem
Billing item associated with this hardware allotment.
billingItem can be queried by object mask.
billingItem must be a unique value.
- Type: SoftLayer_Billing_Item

