Uses of Enum
com.blackhillsoftware.smf.smf119.zert.TunnelState
Packages that use TunnelState
-
Uses of TunnelState in com.blackhillsoftware.smf.smf119
Methods in com.blackhillsoftware.smf.smf119 that return TunnelStateModifier and TypeMethodDescriptionZertDetailIPSecSection.smf119scIPSecTunState()SMF119SC_IPSec_TunState as a TunnelState. -
Uses of TunnelState in com.blackhillsoftware.smf.smf119.zert
Methods in com.blackhillsoftware.smf.smf119.zert that return TunnelStateModifier and TypeMethodDescriptionstatic TunnelStateTunnelState.from(int value) Get the TunnelState for an integer valuestatic TunnelStateReturns the enum constant of this type with the specified name.static TunnelState[]TunnelState.values()Returns an array containing the constants of this enum type, in the order they are declared.