Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.vcmr.HostAction.State
-
Packages that use HostAction.State Package Description com.yahoo.vespa.hosted.controller.api.integration.vcmr -
-
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.State Modifier and Type Method Description HostAction.StateHostAction. getState()static HostAction.StateHostAction.State. valueOf(String name)Returns the enum constant of this type with the specified name.static HostAction.State[]HostAction.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.vcmr with parameters of type HostAction.State Modifier and Type Method Description HostActionHostAction. withState(HostAction.State state)Constructors in com.yahoo.vespa.hosted.controller.api.integration.vcmr with parameters of type HostAction.State Constructor Description HostAction(String hostname, HostAction.State state, Instant lastUpdated)
-