Uses of Class
com.elastisys.scale.cloudpool.api.restapi.types.SetDesiredSizeRequest
-
Packages that use SetDesiredSizeRequest Package Description com.elastisys.scale.cloudpool.api.restapi com.elastisys.scale.cloudpool.api.restapi.impl -
-
Uses of SetDesiredSizeRequest in com.elastisys.scale.cloudpool.api.restapi
Methods in com.elastisys.scale.cloudpool.api.restapi with parameters of type SetDesiredSizeRequest Modifier and Type Method Description javax.ws.rs.core.ResponseCloudPoolRestApi. setDesiredSize(SetDesiredSizeRequest request)Sets the desired number of machines in the machine pool. -
Uses of SetDesiredSizeRequest in com.elastisys.scale.cloudpool.api.restapi.impl
Methods in com.elastisys.scale.cloudpool.api.restapi.impl with parameters of type SetDesiredSizeRequest Modifier and Type Method Description javax.ws.rs.core.ResponseCloudPoolRestApiImpl. setDesiredSize(SetDesiredSizeRequest request)
-