Uses of Class
com.oracle.bmc.vnmonitoring.model.IPSecConnection.LifecycleState
-
Packages that use IPSecConnection.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of IPSecConnection.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return IPSecConnection.LifecycleState Modifier and Type Method Description static IPSecConnection.LifecycleState
IPSecConnection.LifecycleState. create(String key)
IPSecConnection.LifecycleState
IPSecConnection. getLifecycleState()
The IPSec connection’s current state.static IPSecConnection.LifecycleState
IPSecConnection.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static IPSecConnection.LifecycleState[]
IPSecConnection.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 IPSecConnection.LifecycleState Modifier and Type Method Description IPSecConnection.Builder
IPSecConnection.Builder. lifecycleState(IPSecConnection.LifecycleState lifecycleState)
The IPSec connection’s current state.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type IPSecConnection.LifecycleState Constructor Description IPSecConnection(String compartmentId, String cpeId, Map<String,Map<String,Object>> definedTags, String displayName, String drgId, Map<String,String> freeformTags, String id, IPSecConnection.LifecycleState lifecycleState, String cpeLocalIdentifier, IPSecConnection.CpeLocalIdentifierType cpeLocalIdentifierType, List<String> staticRoutes, Date timeCreated, IPSecConnection.TransportType transportType)
Deprecated.
-