Uses of Class
com.softlayer.api.service.container.hardware.CaptureEnabled
Package | Description |
---|---|
com.softlayer.api.service.configuration.storage | |
com.softlayer.api.service.hardware |
-
Uses of CaptureEnabled in com.softlayer.api.service.configuration.storage
Fields in com.softlayer.api.service.configuration.storage declared as CaptureEnabled Modifier and Type Field Description protected CaptureEnabled
Group. captureEnabledFlag
Determine if the storage group is able to be image captured.Methods in com.softlayer.api.service.configuration.storage that return CaptureEnabled Modifier and Type Method Description CaptureEnabled
Group. getCaptureEnabledFlag()
Methods in com.softlayer.api.service.configuration.storage with parameters of type CaptureEnabled Modifier and Type Method Description void
Group. setCaptureEnabledFlag(CaptureEnabled captureEnabledFlag)
-
Uses of CaptureEnabled in com.softlayer.api.service.hardware
Fields in com.softlayer.api.service.hardware declared as CaptureEnabled Modifier and Type Field Description protected CaptureEnabled
Server. captureEnabledFlag
Determine if the server is able to be image captured.Methods in com.softlayer.api.service.hardware that return CaptureEnabled Modifier and Type Method Description CaptureEnabled
Server. getCaptureEnabledFlag()
CaptureEnabled
Server.Service. getCaptureEnabledFlag()
Determine if the server is able to be image captured.Methods in com.softlayer.api.service.hardware that return types with arguments of type CaptureEnabled Modifier and Type Method Description Future<CaptureEnabled>
Server.ServiceAsync. getCaptureEnabledFlag()
Async version ofServer.Service.getCaptureEnabledFlag()
Methods in com.softlayer.api.service.hardware with parameters of type CaptureEnabled Modifier and Type Method Description void
Server. setCaptureEnabledFlag(CaptureEnabled captureEnabledFlag)
Method parameters in com.softlayer.api.service.hardware with type arguments of type CaptureEnabled Modifier and Type Method Description Future<?>
Server.ServiceAsync. getCaptureEnabledFlag(ResponseHandler<CaptureEnabled> callback)
Async callback version ofServer.Service.getCaptureEnabledFlag()