Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static CreateIPSecConnectionTunnelDetails.NatTranslationEnabled |
CreateIPSecConnectionTunnelDetails.NatTranslationEnabled.create(String key) |
CreateIPSecConnectionTunnelDetails.NatTranslationEnabled |
CreateIPSecConnectionTunnelDetails.getNatTranslationEnabled()
By default (the
AUTO setting), IKE sends packets with a source and destination port
set to 500, and when it detects that the port used to forward packets has changed (most
likely because a NAT device is between the CPE device and the Oracle VPN headend) it will try
to negotiate the use of NAT-T. |
static CreateIPSecConnectionTunnelDetails.NatTranslationEnabled |
CreateIPSecConnectionTunnelDetails.NatTranslationEnabled.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateIPSecConnectionTunnelDetails.NatTranslationEnabled[] |
CreateIPSecConnectionTunnelDetails.NatTranslationEnabled.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateIPSecConnectionTunnelDetails.Builder |
CreateIPSecConnectionTunnelDetails.Builder.natTranslationEnabled(CreateIPSecConnectionTunnelDetails.NatTranslationEnabled natTranslationEnabled)
By default (the
AUTO setting), IKE sends packets with a source and destination
port set to 500, and when it detects that the port used to forward packets has changed
(most likely because a NAT device is between the CPE device and the Oracle VPN headend)
it will try to negotiate the use of NAT-T. |
Constructor and Description |
---|
CreateIPSecConnectionTunnelDetails(String displayName,
CreateIPSecConnectionTunnelDetails.Routing routing,
CreateIPSecConnectionTunnelDetails.IkeVersion ikeVersion,
String sharedSecret,
CreateIPSecTunnelBgpSessionDetails bgpSessionConfig,
CreateIPSecConnectionTunnelDetails.OracleInitiation oracleInitiation,
CreateIPSecConnectionTunnelDetails.NatTranslationEnabled natTranslationEnabled,
PhaseOneConfigDetails phaseOneConfig,
PhaseTwoConfigDetails phaseTwoConfig,
DpdConfig dpdConfig,
String oracleTunnelIp,
List<String> associatedVirtualCircuits,
String drgRouteTableId,
CreateIPSecTunnelEncryptionDomainDetails encryptionDomainConfig)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.