Uses of Class
com.oracle.bmc.vnmonitoring.model.UpdateIPSecConnectionTunnelDetails.NatTranslationEnabled
-
Packages that use UpdateIPSecConnectionTunnelDetails.NatTranslationEnabled Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of UpdateIPSecConnectionTunnelDetails.NatTranslationEnabled in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return UpdateIPSecConnectionTunnelDetails.NatTranslationEnabled Modifier and Type Method Description static UpdateIPSecConnectionTunnelDetails.NatTranslationEnabled
UpdateIPSecConnectionTunnelDetails.NatTranslationEnabled. create(String key)
UpdateIPSecConnectionTunnelDetails.NatTranslationEnabled
UpdateIPSecConnectionTunnelDetails. 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 UpdateIPSecConnectionTunnelDetails.NatTranslationEnabled
UpdateIPSecConnectionTunnelDetails.NatTranslationEnabled. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateIPSecConnectionTunnelDetails.NatTranslationEnabled[]
UpdateIPSecConnectionTunnelDetails.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 UpdateIPSecConnectionTunnelDetails.NatTranslationEnabled Modifier and Type Method Description UpdateIPSecConnectionTunnelDetails.Builder
UpdateIPSecConnectionTunnelDetails.Builder. natTranslationEnabled(UpdateIPSecConnectionTunnelDetails.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 UpdateIPSecConnectionTunnelDetails.NatTranslationEnabled Constructor Description UpdateIPSecConnectionTunnelDetails(String displayName, UpdateIPSecConnectionTunnelDetails.Routing routing, UpdateIPSecConnectionTunnelDetails.IkeVersion ikeVersion, UpdateIPSecTunnelBgpSessionDetails bgpSessionConfig, UpdateIPSecConnectionTunnelDetails.OracleInitiation oracleInitiation, UpdateIPSecConnectionTunnelDetails.NatTranslationEnabled natTranslationEnabled, PhaseOneConfigDetails phaseOneConfig, PhaseTwoConfigDetails phaseTwoConfig, DpdConfig dpdConfig, UpdateIPSecTunnelEncryptionDomainDetails encryptionDomainConfig)
Deprecated.
-