Uses of Class
com.softlayer.api.service.hardware.Server
-
Uses of Server in com.softlayer.api.service.billing.item
Fields in com.softlayer.api.service.billing.item declared as Server Modifier and Type Field Description protected Server
Hardware. resource
The resource for a server billing item.Methods in com.softlayer.api.service.billing.item that return Server Modifier and Type Method Description Server
Hardware. getResource()
Methods in com.softlayer.api.service.billing.item with parameters of type Server Modifier and Type Method Description void
Hardware. setResource(Server resource)
-
Uses of Server in com.softlayer.api.service.hardware
Subclasses of Server in com.softlayer.api.service.hardware Modifier and Type Class Description class
SecurityModule
class
SecurityModule750
Methods in com.softlayer.api.service.hardware that return Server Modifier and Type Method Description Server
Server.Service. createObject(Server templateObject)
.create_object > li > div { padding-top: .5em; padding-bottom: .5em}
createObject() enables the creation of servers on an account.Server
Server.Service. getHardwareByIpAddress(String ipAddress)
Retrieve a server by searching for the primary IP address.Server
Server.Service. getObjectForServer()
getObject retrieves the SoftLayer_Hardware_Server object whose ID number corresponds to the ID number of the init parameter passed to the SoftLayer_Hardware service.Methods in com.softlayer.api.service.hardware that return types with arguments of type Server Modifier and Type Method Description Future<Server>
Server.ServiceAsync. createObject(Server templateObject)
Future<Server>
Server.ServiceAsync. getHardwareByIpAddress(String ipAddress)
Async version ofServer.Service.getHardwareByIpAddress(java.lang.String)
Future<Server>
Server.ServiceAsync. getObjectForServer()
Async version ofServer.Service.getObjectForServer()
Methods in com.softlayer.api.service.hardware with parameters of type Server Modifier and Type Method Description Server
Server.Service. createObject(Server templateObject)
.create_object > li > div { padding-top: .5em; padding-bottom: .5em}
createObject() enables the creation of servers on an account.Future<Server>
Server.ServiceAsync. createObject(Server templateObject)
Future<?>
Server.ServiceAsync. createObject(Server templateObject, ResponseHandler<Server> callback)
Boolean
Server.Service. editObject(Server templateObject)
Edit a server's propertiesFuture<Boolean>
Server.ServiceAsync. editObject(Server templateObject)
Async version ofServer.Service.editObject(com.softlayer.api.service.hardware.Server)
Future<?>
Server.ServiceAsync. editObject(Server templateObject, ResponseHandler<Boolean> callback)
Method parameters in com.softlayer.api.service.hardware with type arguments of type Server Modifier and Type Method Description Future<?>
Server.ServiceAsync. createObject(Server templateObject, ResponseHandler<Server> callback)
Future<?>
Server.ServiceAsync. getHardwareByIpAddress(String ipAddress, ResponseHandler<Server> callback)
Future<?>
Server.ServiceAsync. getObjectForServer(ResponseHandler<Server> callback)
-
Uses of Server in com.softlayer.api.service.metric.tracking.object
Fields in com.softlayer.api.service.metric.tracking.object declared as Server Modifier and Type Field Description protected Server
HardwareServer. resource
The server that this tracking object tracks.Methods in com.softlayer.api.service.metric.tracking.object that return Server Modifier and Type Method Description Server
HardwareServer. getResource()
Methods in com.softlayer.api.service.metric.tracking.object with parameters of type Server Modifier and Type Method Description void
HardwareServer. setResource(Server resource)
-
Uses of Server in com.softlayer.api.service.software
Fields in com.softlayer.api.service.software declared as Server Modifier and Type Field Description protected Server
VirtualLicense. hostHardware
The hardware record to which the software virtual license is assigned.Methods in com.softlayer.api.service.software that return Server Modifier and Type Method Description Server
VirtualLicense. getHostHardware()
Server
VirtualLicense.Service. getHostHardware()
The hardware record to which the software virtual license is assigned.Methods in com.softlayer.api.service.software that return types with arguments of type Server Modifier and Type Method Description Future<Server>
VirtualLicense.ServiceAsync. getHostHardware()
Async version ofVirtualLicense.Service.getHostHardware()
Methods in com.softlayer.api.service.software with parameters of type Server Modifier and Type Method Description void
VirtualLicense. setHostHardware(Server hostHardware)
Method parameters in com.softlayer.api.service.software with type arguments of type Server Modifier and Type Method Description Future<?>
VirtualLicense.ServiceAsync. getHostHardware(ResponseHandler<Server> callback)
Async callback version ofVirtualLicense.Service.getHostHardware()
-
Uses of Server in com.softlayer.api.service.virtual
Fields in com.softlayer.api.service.virtual declared as Server Modifier and Type Field Description protected Server
Host. hardware
The hardware record which a virtual host resides on.Methods in com.softlayer.api.service.virtual that return Server Modifier and Type Method Description Server
Host. getHardware()
Server
Host.Service. getHardware()
The hardware record which a virtual host resides on.Methods in com.softlayer.api.service.virtual that return types with arguments of type Server Modifier and Type Method Description Future<Server>
Host.ServiceAsync. getHardware()
Async version ofHost.Service.getHardware()
Methods in com.softlayer.api.service.virtual with parameters of type Server Modifier and Type Method Description void
Host. setHardware(Server hardware)
Method parameters in com.softlayer.api.service.virtual with type arguments of type Server Modifier and Type Method Description Future<?>
Host.ServiceAsync. getHardware(ResponseHandler<Server> callback)
Async callback version ofHost.Service.getHardware()