Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
IPSecConnection.Builder |
IPSecConnection.Builder.lifecycleState(IPSecConnection.LifecycleState lifecycleState)
The IPSec connection’s current state.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.