Uses of Class
com.oracle.bmc.vnmonitoring.model.IPSecConnectionTunnel.NatTranslationEnabled
-
Packages that use IPSecConnectionTunnel.NatTranslationEnabled Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of IPSecConnectionTunnel.NatTranslationEnabled in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return IPSecConnectionTunnel.NatTranslationEnabled Modifier and Type Method Description static IPSecConnectionTunnel.NatTranslationEnabled
IPSecConnectionTunnel.NatTranslationEnabled. create(String key)
IPSecConnectionTunnel.NatTranslationEnabled
IPSecConnectionTunnel. 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 IPSecConnectionTunnel.NatTranslationEnabled
IPSecConnectionTunnel.NatTranslationEnabled. valueOf(String name)
Returns the enum constant of this type with the specified name.static IPSecConnectionTunnel.NatTranslationEnabled[]
IPSecConnectionTunnel.NatTranslationEnabled. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type IPSecConnectionTunnel.NatTranslationEnabled Modifier and Type Method Description IPSecConnectionTunnel.Builder
IPSecConnectionTunnel.Builder. natTranslationEnabled(IPSecConnectionTunnel.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.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type IPSecConnectionTunnel.NatTranslationEnabled Constructor 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.
-