Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.vcmr.HostAction.State
Packages that use HostAction.State
-
Uses of HostAction.State in com.yahoo.vespa.hosted.controller.api.integration.vcmr
Methods in com.yahoo.vespa.hosted.controller.api.integration.vcmr that return HostAction.StateModifier and TypeMethodDescriptionHostAction.getState()static HostAction.StateReturns the enum constant of this class with the specified name.static HostAction.State[]HostAction.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.vcmr with parameters of type HostAction.StateConstructors in com.yahoo.vespa.hosted.controller.api.integration.vcmr with parameters of type HostAction.StateModifierConstructorDescriptionHostAction(String hostname, HostAction.State state, Instant lastUpdated)