Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
static IPSecConnectionTunnel.LifecycleState |
IPSecConnectionTunnel.LifecycleState.create(String key) |
IPSecConnectionTunnel.LifecycleState |
IPSecConnectionTunnel.getLifecycleState()
The tunnel’s lifecycle state.
|
static IPSecConnectionTunnel.LifecycleState |
IPSecConnectionTunnel.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPSecConnectionTunnel.LifecycleState[] |
IPSecConnectionTunnel.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.lifecycleState(IPSecConnectionTunnel.LifecycleState lifecycleState) |
Constructor and Description |
---|
IPSecConnectionTunnel(String compartmentId,
String id,
String vpnIp,
String cpeIp,
IPSecConnectionTunnel.Status status,
IPSecConnectionTunnel.IkeVersion ikeVersion,
IPSecConnectionTunnel.LifecycleState lifecycleState,
String displayName,
BgpSessionInfo bgpSessionInfo,
EncryptionDomainConfig encryptionDomainConfig,
IPSecConnectionTunnel.Routing routing,
Date timeCreated,
Date timeStatusUpdated)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.