Uses of Enum Class
network.ike.plugin.CentralDeploySentinel.State
Packages that use CentralDeploySentinel.State
-
Uses of CentralDeploySentinel.State in network.ike.plugin
Subclasses with type arguments of type CentralDeploySentinel.State in network.ike.pluginModifier and TypeClassDescriptionstatic enumSentinel lifecycle states.Methods in network.ike.plugin that return CentralDeploySentinel.StateModifier and TypeMethodDescriptionCentralDeploySentinel.state()Lifecycle state of this sentinel.static CentralDeploySentinel.StateReturns the enum constant of this class with the specified name.static CentralDeploySentinel.State[]CentralDeploySentinel.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in network.ike.plugin with parameters of type CentralDeploySentinel.StateModifier and TypeMethodDescriptionCentralDeploySentinel.Builder.state(CentralDeploySentinel.State v) Set the lifecycle state.