Uses of Enum Class
cambio.simulator.entities.microservice.InstanceState
Packages that use InstanceState
Package
Description
Classes that directly relate to microservices, like operations, instances or instance modification events.
-
Uses of InstanceState in cambio.simulator.entities.microservice
Fields in cambio.simulator.entities.microservice declared as InstanceStateMethods in cambio.simulator.entities.microservice that return InstanceStateModifier and TypeMethodDescriptionMicroserviceInstance.getState()
Gets the state of the instance.static InstanceState
Returns the enum constant of this class with the specified name.static InstanceState[]
InstanceState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cambio.simulator.entities.microservice with parameters of type InstanceState