SoftLayer_Network_Backbone


SoftLayer_Network_Backbone

Description

Deprecated
A SoftLayer_Network_Backbone represents a single backbone connection from SoftLayer to the public Internet, from the Internet to the SoftLayer private network, or a link that connects the private networks between SoftLayer’s datacenters. The SoftLayer_Network_Backbone data type is a collection of data associated with one of those connections.

Local


capacity

The numeric portion of the bandwidth capacity of a SoftLayer backbone. For instance, if a backbone is rated at “1 GigE” capacity then the capacity property of the backbone is 1.
Type: int


capacityUnits

The unit portion of the bandwidth capacity of a SoftLayer backbone. For instance, if a backbone is rated at “10 G” capacity then the capacityUnits property of the backbone is “G”.
Type: string


id

A backbone’s internal identifier.
Type: int


name

A backbone’s name. This is usually the name of the backbone’s network provider followed by a number in case SoftLayer uses more than one backbone from a provider. Backbone provider numbers start with the number one and increment from there.
Type: string


networkComponentId

The internal identifier of the network component that backbone is connected to.
Type: int


type

Whether a SoftLayer backbone connects to the public Internet, to the private network, or connecting the private networks of SoftLayer’s datacenters. Type is either the string “public”, “private”, or “private-interconnect”.
Type: string

Relational


health

[Deprecated] A backbone’s status.
Type: string

Deprecated


location

[Deprecated] Which of the SoftLayer datacenters a backbone is connected to.
Type: SoftLayer_Location

Deprecated


networkComponent

[Deprecated] A backbone’s primary network component.
Type: SoftLayer_Network_Component

Deprecated

Count