Uses of Class
com.elastisys.scale.cloudpool.api.restapi.types.DetachMachineRequest
-
Packages that use DetachMachineRequest Package Description com.elastisys.scale.cloudpool.api.restapi com.elastisys.scale.cloudpool.api.restapi.impl -
-
Uses of DetachMachineRequest in com.elastisys.scale.cloudpool.api.restapi
Methods in com.elastisys.scale.cloudpool.api.restapi with parameters of type DetachMachineRequest Modifier and Type Method Description javax.ws.rs.core.ResponseCloudPoolRestApi. detachMachine(DetachMachineRequest request)Removes a member from the pool without terminating it. -
Uses of DetachMachineRequest in com.elastisys.scale.cloudpool.api.restapi.impl
Methods in com.elastisys.scale.cloudpool.api.restapi.impl with parameters of type DetachMachineRequest Modifier and Type Method Description javax.ws.rs.core.ResponseCloudPoolRestApiImpl. detachMachine(DetachMachineRequest request)
-