Uses of Class
com.elastisys.scale.cloudpool.api.types.MachineState
-
Packages that use MachineState Package Description com.elastisys.scale.cloudpool.api.types -
-
Uses of MachineState in com.elastisys.scale.cloudpool.api.types
Fields in com.elastisys.scale.cloudpool.api.types with type parameters of type MachineState Modifier and Type Field Description static java.util.Set<MachineState>Machine. allocatedStatesThe collection ofMachineStates for which machines are considered to have been allocated from the underlying infrastructure.Methods in com.elastisys.scale.cloudpool.api.types that return MachineState Modifier and Type Method Description MachineStateMachine. getMachineState()Returns the execution state of theMachine.static MachineStateMachineState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MachineState[]MachineState. 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 MachineState Modifier and Type Method Description static java.util.function.Predicate<? super Machine>Machine. inState(MachineState state)Machine.BuilderMachine.Builder. machineState(MachineState machineState)Sets theMachineStatefor theMachinebeing built.voidMachine. setMachineState(MachineState machineState)Sets the execution state of theMachine.Constructors in com.elastisys.scale.cloudpool.api.types with parameters of type MachineState 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.MachineWithState(MachineState state)
-