Uses of Class
com.softlayer.api.service.network.Backbone
Package | Description |
---|---|
com.softlayer.api.service.network |
-
Uses of Backbone in com.softlayer.api.service.network
Methods in com.softlayer.api.service.network that return Backbone Modifier and Type Method Description Backbone
Backbone.Service. getObject()
Retrieve an individual SoftLayer_Network_Backbone record.Methods in com.softlayer.api.service.network that return types with arguments of type Backbone Modifier and Type Method Description List<Backbone>
Backbone.Service. getAllBackbones()
Retrieve a list of all SoftLayer backbone connections.Future<List<Backbone>>
Backbone.ServiceAsync. getAllBackbones()
Async version ofBackbone.Service.getAllBackbones()
List<Backbone>
Backbone.Service. getBackbonesForLocationName(String locationName)
Retrieve a list of all SoftLayer backbone connections for a location name.Future<List<Backbone>>
Backbone.ServiceAsync. getBackbonesForLocationName(String locationName)
Async version ofBackbone.Service.getBackbonesForLocationName(java.lang.String)
Future<Backbone>
Backbone.ServiceAsync. getObject()
Async version ofBackbone.Service.getObject()
Method parameters in com.softlayer.api.service.network with type arguments of type Backbone Modifier and Type Method Description Future<?>
Backbone.ServiceAsync. getAllBackbones(ResponseHandler<List<Backbone>> callback)
Future<?>
Backbone.ServiceAsync. getBackbonesForLocationName(String locationName, ResponseHandler<List<Backbone>> callback)
Future<?>
Backbone.ServiceAsync. getObject(ResponseHandler<Backbone> callback)