Uses of Class
com.oracle.bmc.core.model.IPSecConnection.LifecycleState
-
Packages that use IPSecConnection.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of IPSecConnection.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type IPSecConnection.LifecycleState Modifier and Type Method Description Waiter<GetIPSecConnectionRequest,GetIPSecConnectionResponse>VirtualNetworkWaiters. forIPSecConnection(GetIPSecConnectionRequest request, IPSecConnection.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetIPSecConnectionRequest,GetIPSecConnectionResponse>VirtualNetworkWaiters. forIPSecConnection(GetIPSecConnectionRequest request, IPSecConnection.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetIPSecConnectionRequest,GetIPSecConnectionResponse>VirtualNetworkWaiters. forIPSecConnection(GetIPSecConnectionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, IPSecConnection.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of IPSecConnection.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return IPSecConnection.LifecycleState Modifier and Type Method Description static IPSecConnection.LifecycleStateIPSecConnection.LifecycleState. create(String key)IPSecConnection.LifecycleStateIPSecConnection. getLifecycleState()The IPSec connection’s current state.static IPSecConnection.LifecycleStateIPSecConnection.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.core.model with parameters of type IPSecConnection.LifecycleState Modifier and Type Method Description IPSecConnection.BuilderIPSecConnection.Builder. lifecycleState(IPSecConnection.LifecycleState lifecycleState)The IPSec connection’s current state.Constructors in com.oracle.bmc.core.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.
-