public static class TunnelConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TunnelConfig |
build() |
TunnelConfig.Builder |
copy(TunnelConfig model) |
TunnelConfig.Builder |
ipAddress(String ipAddress)
The IP address of Oracle’s VPN headend.
|
TunnelConfig.Builder |
sharedSecret(String sharedSecret)
The shared secret of the IPSec tunnel.
|
TunnelConfig.Builder |
timeCreated(Date timeCreated)
The date and time the IPSec connection was created, in the format defined by
RFC3339.
|
public TunnelConfig.Builder ipAddress(String ipAddress)
The IP address of Oracle’s VPN headend.
Example: 203.0.113.50
ipAddress
- the value to setpublic TunnelConfig.Builder sharedSecret(String sharedSecret)
The shared secret of the IPSec tunnel.
sharedSecret
- the value to setpublic TunnelConfig.Builder timeCreated(Date timeCreated)
The date and time the IPSec connection was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic TunnelConfig build()
public TunnelConfig.Builder copy(TunnelConfig model)
Copyright © 2016–2024. All rights reserved.