Uses of Class
com.elastisys.scale.cloudpool.api.types.ServiceState
-
-
Uses of ServiceState in com.elastisys.scale.cloudpool.api
Methods in com.elastisys.scale.cloudpool.api with parameters of type ServiceState Modifier and Type Method Description voidCloudPool. setServiceState(java.lang.String machineId, ServiceState serviceState)Sets the service state of a given machine pool member. -
Uses of ServiceState in com.elastisys.scale.cloudpool.api.client
Methods in com.elastisys.scale.cloudpool.api.client with parameters of type ServiceState Modifier and Type Method Description voidCloudPoolClient. setServiceState(java.lang.String machineId, ServiceState serviceState) -
Uses of ServiceState in com.elastisys.scale.cloudpool.api.restapi.types
Methods in com.elastisys.scale.cloudpool.api.restapi.types that return ServiceState Modifier and Type Method Description ServiceStateSetServiceStateRequest. getServiceState()Constructors in com.elastisys.scale.cloudpool.api.restapi.types with parameters of type ServiceState Constructor Description SetServiceStateRequest(java.lang.String machineId, ServiceState serviceState) -
Uses of ServiceState in com.elastisys.scale.cloudpool.api.types
Methods in com.elastisys.scale.cloudpool.api.types that return ServiceState Modifier and Type Method Description ServiceStateMachine. getServiceState()Returns the service state of theMachine.static ServiceStateServiceState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServiceState[]ServiceState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.elastisys.scale.cloudpool.api.types with parameters of type ServiceState Modifier and Type Method Description Machine.BuilderMachine.Builder. serviceState(ServiceState serviceState)Sets theServiceStatefor theMachinebeing built.Constructors in com.elastisys.scale.cloudpool.api.types with parameters of type ServiceState Constructor Description Machine(java.lang.String id, MachineState machineState, MembershipStatus membershipStatus, ServiceState serviceState, java.lang.String cloudProvider, java.lang.String region, java.lang.String machineSize, org.joda.time.DateTime requestTime, org.joda.time.DateTime launchTime, java.util.List<java.lang.String> publicIps, java.util.List<java.lang.String> privateIps, com.google.gson.JsonElement metadata)Constructs a newMachine.
-