SoftLayer Network Bandwidth Version1 Allotment Detail

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

The SoftLayer_Network_Bandwidth_Version1_Allotment_Detail data type contains specific information relating to a single bandwidth allotment 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

allocationId

Allocated bandwidth.

  • Type: integer
  • Length: 10 digits



bandwidthAllotmentId

VDR associated with this detail.

  • Type: integer
  • Length: 10 digits



id

Internal ID associated with this allotment detail.

  • Type: integer


Relational Properties

allocation

Allocated bandwidth.
allocation can be queried by object mask.
allocation must be a unique value.



bandwidthAllotment

The parent VDR.
bandwidthAllotment can be queried by object mask.
bandwidthAllotment must be a unique value.



bandwidthUsage

Bandwidth used.
bandwidthUsage can be queried by object mask.



newBandwidthAllotment

Represents newly allotted bandwidth.
newBandwidthAllotment can be queried by object mask.
newBandwidthAllotment must be a unique value.



newBandwidthAllotmentDetail

Detail for newly allotted bandwidth.
newBandwidthAllotmentDetail can be queried by object mask.
newBandwidthAllotmentDetail must be a unique value.

  • Type: SoftLayer_Network_Bandwidth_Version1_Allotment_Detail


Count Properties

bandwidthUsageCount

A count of bandwidth used.
bandwidthUsageCount must be a unique value.

  • Type: unsigned long
Personal tools