Uses of Class
com.oracle.bmc.vnmonitoring.model.TunnelStatus.LifecycleState
-
Packages that use TunnelStatus.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of TunnelStatus.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return TunnelStatus.LifecycleState Modifier and Type Method Description static TunnelStatus.LifecycleState
TunnelStatus.LifecycleState. create(String key)
TunnelStatus.LifecycleState
TunnelStatus. getLifecycleState()
The tunnel’s current state.static TunnelStatus.LifecycleState
TunnelStatus.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TunnelStatus.LifecycleState[]
TunnelStatus.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type TunnelStatus.LifecycleState Modifier and Type Method Description TunnelStatus.Builder
TunnelStatus.Builder. lifecycleState(TunnelStatus.LifecycleState lifecycleState)
The tunnel’s current state.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type TunnelStatus.LifecycleState Constructor Description TunnelStatus(String ipAddress, TunnelStatus.LifecycleState lifecycleState, Date timeCreated, Date timeStateModified)
Deprecated.
-