Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static IPSecConnectionTunnel.OracleCanInitiate |
IPSecConnectionTunnel.OracleCanInitiate.create(String key) |
IPSecConnectionTunnel.OracleCanInitiate |
IPSecConnectionTunnel.getOracleCanInitiate()
Indicates whether Oracle can only respond to a request to start an IPSec tunnel from the CPE
device, or both respond to and initiate requests.
|
static IPSecConnectionTunnel.OracleCanInitiate |
IPSecConnectionTunnel.OracleCanInitiate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPSecConnectionTunnel.OracleCanInitiate[] |
IPSecConnectionTunnel.OracleCanInitiate.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.oracleCanInitiate(IPSecConnectionTunnel.OracleCanInitiate oracleCanInitiate)
Indicates whether Oracle can only respond to a request to start an IPSec tunnel from the
CPE device, or both respond to and initiate requests.
|
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,
IPSecConnectionTunnel.OracleCanInitiate oracleCanInitiate,
IPSecConnectionTunnel.NatTranslationEnabled natTranslationEnabled,
IPSecConnectionTunnel.DpdMode dpdMode,
Integer dpdTimeoutInSec,
TunnelPhaseOneDetails phaseOneDetails,
TunnelPhaseTwoDetails phaseTwoDetails,
List<String> associatedVirtualCircuits)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.