public static class UpdateIPSecConnectionTunnelDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateIPSecConnectionTunnelDetails.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic UpdateIPSecConnectionTunnelDetails.Builder routing(UpdateIPSecConnectionTunnelDetails.Routing routing)
The type of routing to use for this tunnel (BGP dynamic routing, static routing, or policy-based routing).
routing
- the value to setpublic UpdateIPSecConnectionTunnelDetails.Builder ikeVersion(UpdateIPSecConnectionTunnelDetails.IkeVersion ikeVersion)
Internet Key Exchange protocol version.
ikeVersion
- the value to setpublic UpdateIPSecConnectionTunnelDetails.Builder bgpSessionConfig(UpdateIPSecTunnelBgpSessionDetails bgpSessionConfig)
public UpdateIPSecConnectionTunnelDetails.Builder oracleInitiation(UpdateIPSecConnectionTunnelDetails.OracleInitiation oracleInitiation)
Indicates whether the Oracle end of the IPSec connection is able to initiate starting up the IPSec tunnel.
oracleInitiation
- the value to setpublic 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.
The ENABLED
option sets the IKE protocol to use port 4500 instead of 500 and
forces encapsulating traffic with the ESP protocol inside UDP packets.
The DISABLED
option directs IKE to completely refuse to negotiate NAT-T even
if it senses there may be a NAT device in use.
natTranslationEnabled
- the value to setpublic UpdateIPSecConnectionTunnelDetails.Builder phaseOneConfig(PhaseOneConfigDetails phaseOneConfig)
public UpdateIPSecConnectionTunnelDetails.Builder phaseTwoConfig(PhaseTwoConfigDetails phaseTwoConfig)
public UpdateIPSecConnectionTunnelDetails.Builder dpdConfig(DpdConfig dpdConfig)
public UpdateIPSecConnectionTunnelDetails.Builder encryptionDomainConfig(UpdateIPSecTunnelEncryptionDomainDetails encryptionDomainConfig)
public UpdateIPSecConnectionTunnelDetails build()
public UpdateIPSecConnectionTunnelDetails.Builder copy(UpdateIPSecConnectionTunnelDetails model)
Copyright © 2016–2024. All rights reserved.