public static class IPSecConnectionDeviceConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IPSecConnectionDeviceConfig |
build() |
IPSecConnectionDeviceConfig.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment containing the IPSec connection.
|
IPSecConnectionDeviceConfig.Builder |
copy(IPSecConnectionDeviceConfig model) |
IPSecConnectionDeviceConfig.Builder |
id(String id)
The IPSec connection’s Oracle ID
(OCID).
|
IPSecConnectionDeviceConfig.Builder |
timeCreated(Date timeCreated)
The date and time the IPSec connection was created.
|
IPSecConnectionDeviceConfig.Builder |
tunnels(List<TunnelConfig> tunnels)
Two
TunnelConfig objects. |
public IPSecConnectionDeviceConfig.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the IPSec connection.
compartmentId
- the value to setpublic IPSecConnectionDeviceConfig.Builder id(String id)
The IPSec connection’s Oracle ID (OCID).
id
- the value to setpublic IPSecConnectionDeviceConfig.Builder timeCreated(Date timeCreated)
The date and time the IPSec connection was created.
timeCreated
- the value to setpublic IPSecConnectionDeviceConfig.Builder tunnels(List<TunnelConfig> tunnels)
Two TunnelConfig
objects.
tunnels
- the value to setpublic IPSecConnectionDeviceConfig build()
public IPSecConnectionDeviceConfig.Builder copy(IPSecConnectionDeviceConfig model)
Copyright © 2016–2024. All rights reserved.