SoftLayer Container Bandwidth GraphOutputs
From SoftLayer Development Network Wiki
Contents |
Overview
SoftLayer_Container_Bandwidth_GraphOutputs models a single outbound object for a given bandwidth graph.
| 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
graphImage
The raw PNG binary data to be displayed once the graph is drawn.
- Type: binary data
graphTitle
The title that ended up being displayed as part of the graph image.
- Type: string
maxEndDate
The maximum date included in this graph.
- Type: dateTime
minStartDate
The minimum date included in this graph.
- Type: dateTime
Associated Methods
- SoftLayer_Utility_Bandwidth_Graph::getBandwidthImage
- SoftLayer_Utility_Bandwidth_Graph::getBandwidthGraphParameters

