Uses of Class
com.softlayer.api.service.hardware.Router
-
Uses of Router in com.softlayer.api.service.hardware
Methods in com.softlayer.api.service.hardware that return Router Modifier and Type Method Description Router
Router.Service. getObjectForRouter()
Methods in com.softlayer.api.service.hardware that return types with arguments of type Router Modifier and Type Method Description Future<Router>
Router.ServiceAsync. getObjectForRouter()
Async version ofRouter.Service.getObjectForRouter()
Method parameters in com.softlayer.api.service.hardware with type arguments of type Router Modifier and Type Method Description Future<?>
Router.ServiceAsync. getObjectForRouter(ResponseHandler<Router> callback)
-
Uses of Router in com.softlayer.api.service.hardware.router
Subclasses of Router in com.softlayer.api.service.hardware.router Modifier and Type Class Description class
Backend
The SoftLayer_Hardware_Router_Backend data type contains general information relating to a single SoftLayer router item for hardware.class
Frontend
The SoftLayer_Hardware_Router_Frontend data type contains general information relating to a single SoftLayer router item for hardware. -
Uses of Router in com.softlayer.api.service.network
Fields in com.softlayer.api.service.network declared as Router Modifier and Type Field Description protected Router
Vlan. extensionRouter
The extension router that a VLAN is associated with.protected Router
Vlan. primaryRouter
The primary router that a VLAN is associated with.Methods in com.softlayer.api.service.network that return Router Modifier and Type Method Description Router
Vlan. getExtensionRouter()
Router
Vlan.Service. getExtensionRouter()
The extension router that a VLAN is associated with.Router
Vlan. getPrimaryRouter()
Router
Vlan.Service. getPrimaryRouter()
The primary router that a VLAN is associated with.Methods in com.softlayer.api.service.network that return types with arguments of type Router Modifier and Type Method Description Future<Router>
Vlan.ServiceAsync. getExtensionRouter()
Async version ofVlan.Service.getExtensionRouter()
Future<Router>
Vlan.ServiceAsync. getPrimaryRouter()
Async version ofVlan.Service.getPrimaryRouter()
Methods in com.softlayer.api.service.network with parameters of type Router Modifier and Type Method Description void
Vlan. setExtensionRouter(Router extensionRouter)
void
Vlan. setPrimaryRouter(Router primaryRouter)
Method parameters in com.softlayer.api.service.network with type arguments of type Router Modifier and Type Method Description Future<?>
Vlan.ServiceAsync. getExtensionRouter(ResponseHandler<Router> callback)
Async callback version ofVlan.Service.getExtensionRouter()
Future<?>
Vlan.ServiceAsync. getPrimaryRouter(ResponseHandler<Router> callback)
Async callback version ofVlan.Service.getPrimaryRouter()
-
Uses of Router in com.softlayer.api.service.network.protection
Fields in com.softlayer.api.service.network.protection declared as Router Modifier and Type Field Description protected Router
Address. primaryRouter
Methods in com.softlayer.api.service.network.protection that return Router Modifier and Type Method Description Router
Address. getPrimaryRouter()
Methods in com.softlayer.api.service.network.protection with parameters of type Router Modifier and Type Method Description void
Address. setPrimaryRouter(Router primaryRouter)
-
Uses of Router in com.softlayer.api.service.virtual.guest.network
Fields in com.softlayer.api.service.virtual.guest.network declared as Router Modifier and Type Field Description protected Router
Component. router
A network component's routers.Methods in com.softlayer.api.service.virtual.guest.network that return Router Modifier and Type Method Description Router
Component. getRouter()
Router
Component.Service. getRouter()
A network component's routers.Methods in com.softlayer.api.service.virtual.guest.network that return types with arguments of type Router Modifier and Type Method Description Future<Router>
Component.ServiceAsync. getRouter()
Async version ofComponent.Service.getRouter()
Methods in com.softlayer.api.service.virtual.guest.network with parameters of type Router Modifier and Type Method Description void
Component. setRouter(Router router)
Method parameters in com.softlayer.api.service.virtual.guest.network with type arguments of type Router Modifier and Type Method Description Future<?>
Component.ServiceAsync. getRouter(ResponseHandler<Router> callback)
Async callback version ofComponent.Service.getRouter()