Uses of Class
com.softlayer.api.service.container.virtual.guest.Configuration
Package | Description |
---|---|
com.softlayer.api.service.virtual |
-
Uses of Configuration in com.softlayer.api.service.virtual
Methods in com.softlayer.api.service.virtual that return Configuration Modifier and Type Method Description Configuration
Guest.Service. getCreateObjectOptions()
There are many options that may be provided while ordering a computing instance, this method can be used to determine what these options are.Methods in com.softlayer.api.service.virtual that return types with arguments of type Configuration Modifier and Type Method Description Future<Configuration>
Guest.ServiceAsync. getCreateObjectOptions()
Async version ofGuest.Service.getCreateObjectOptions()
Method parameters in com.softlayer.api.service.virtual with type arguments of type Configuration Modifier and Type Method Description Future<?>
Guest.ServiceAsync. getCreateObjectOptions(ResponseHandler<Configuration> callback)