Uses of Class
com.elastisys.scale.cloudpool.api.NotFoundException
-
Packages that use NotFoundException Package Description com.elastisys.scale.cloudpool.api com.elastisys.scale.cloudpool.api.client -
-
Uses of NotFoundException in com.elastisys.scale.cloudpool.api
Methods in com.elastisys.scale.cloudpool.api that throw NotFoundException Modifier and Type Method Description voidCloudPool. attachMachine(java.lang.String machineId)Attaches an already running machine instance to the pool, growing the pool with a new member.voidCloudPool. detachMachine(java.lang.String machineId, boolean decrementDesiredSize)Removes a member from the pool without terminating it.voidCloudPool. setMembershipStatus(java.lang.String machineId, MembershipStatus membershipStatus)Sets the membership status of a given pool member.voidCloudPool. setServiceState(java.lang.String machineId, ServiceState serviceState)Sets the service state of a given machine pool member.voidCloudPool. terminateMachine(java.lang.String machineId, boolean decrementDesiredSize)Terminates a particular machine pool member. -
Uses of NotFoundException in com.elastisys.scale.cloudpool.api.client
Methods in com.elastisys.scale.cloudpool.api.client that throw NotFoundException Modifier and Type Method Description voidCloudPoolClient. attachMachine(java.lang.String machineId)voidCloudPoolClient. detachMachine(java.lang.String machineId, boolean decrementDesiredSize)voidCloudPoolClient. setMembershipStatus(java.lang.String machineId, MembershipStatus membershipStatus)voidCloudPoolClient. setServiceState(java.lang.String machineId, ServiceState serviceState)voidCloudPoolClient. terminateMachine(java.lang.String machineId, boolean decrementDesiredSize)
-