Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.associatedVirtualCircuits(List<String> associatedVirtualCircuits)
The list of virtual circuit
OCIDs over
which your network can reach this tunnel.
|
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.bgpSessionInfo(BgpSessionInfo bgpSessionInfo) |
static IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.builder()
Create a new builder.
|
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.compartmentId(String compartmentId)
The OCID
of the compartment containing the tunnel.
|
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.copy(IPSecConnectionTunnel model) |
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.cpeIp(String cpeIp)
The IP address of the CPE device’s VPN headend.
|
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.displayName(String displayName)
A user-friendly name.
|
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.dpdMode(IPSecConnectionTunnel.DpdMode dpdMode)
Dead peer detection (DPD) mode set on the Oracle side of the connection.
|
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.dpdTimeoutInSec(Integer dpdTimeoutInSec)
DPD timeout in seconds.
|
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.encryptionDomainConfig(EncryptionDomainConfig encryptionDomainConfig) |
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.id(String id)
The OCID
of the tunnel.
|
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.ikeVersion(IPSecConnectionTunnel.IkeVersion ikeVersion)
Internet Key Exchange protocol version.
|
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.lifecycleState(IPSecConnectionTunnel.LifecycleState lifecycleState)
The tunnel’s lifecycle state.
|
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. |
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.
|
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.phaseOneDetails(TunnelPhaseOneDetails phaseOneDetails) |
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.phaseTwoDetails(TunnelPhaseTwoDetails phaseTwoDetails) |
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.routing(IPSecConnectionTunnel.Routing routing)
The type of routing used for this tunnel (BGP dynamic routing, static routing, or
policy-based routing).
|
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.status(IPSecConnectionTunnel.Status status)
The status of the tunnel based on IPSec protocol characteristics.
|
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.timeCreated(Date timeCreated)
The date and time the IPSec tunnel was created, in the format defined by
RFC3339.
|
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.timeStatusUpdated(Date timeStatusUpdated)
When the status of the IPSec tunnel last changed, in the format defined by
RFC3339.
|
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.toBuilder() |
IPSecConnectionTunnel.Builder |
IPSecConnectionTunnel.Builder.vpnIp(String vpnIp)
The IP address of the Oracle VPN headend for the connection.
|
Copyright © 2016–2024. All rights reserved.