Uses of Class
com.elastisys.scale.cloudpool.api.restapi.types.AttachMachineRequest
-
Packages that use AttachMachineRequest Package Description com.elastisys.scale.cloudpool.api.restapi com.elastisys.scale.cloudpool.api.restapi.impl -
-
Uses of AttachMachineRequest in com.elastisys.scale.cloudpool.api.restapi
Methods in com.elastisys.scale.cloudpool.api.restapi with parameters of type AttachMachineRequest Modifier and Type Method Description javax.ws.rs.core.ResponseCloudPoolRestApi. attachMachine(AttachMachineRequest request)Attaches an already running machine instance to the pool, growing the pool with a new member. -
Uses of AttachMachineRequest in com.elastisys.scale.cloudpool.api.restapi.impl
Methods in com.elastisys.scale.cloudpool.api.restapi.impl with parameters of type AttachMachineRequest Modifier and Type Method Description javax.ws.rs.core.ResponseCloudPoolRestApiImpl. attachMachine(AttachMachineRequest request)
-