Uses of Class
com.oracle.bmc.vnmonitoring.model.TunnelConfig.Builder
-
Packages that use TunnelConfig.Builder Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of TunnelConfig.Builder in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return TunnelConfig.Builder Modifier and Type Method Description static TunnelConfig.Builder
TunnelConfig. builder()
Create a new builder.TunnelConfig.Builder
TunnelConfig.Builder. copy(TunnelConfig model)
TunnelConfig.Builder
TunnelConfig.Builder. ipAddress(String ipAddress)
The IP address of Oracle’s VPN headend.TunnelConfig.Builder
TunnelConfig.Builder. sharedSecret(String sharedSecret)
The shared secret of the IPSec tunnel.TunnelConfig.Builder
TunnelConfig.Builder. timeCreated(Date timeCreated)
The date and time the IPSec connection was created, in the format defined by RFC3339.TunnelConfig.Builder
TunnelConfig. toBuilder()
-