Uses of Class
com.oracle.bmc.vnmonitoring.model.TunnelConfig
-
Packages that use TunnelConfig Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of TunnelConfig in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return TunnelConfig Modifier and Type Method Description TunnelConfig
TunnelConfig.Builder. build()
Methods in com.oracle.bmc.vnmonitoring.model that return types with arguments of type TunnelConfig Modifier and Type Method Description List<TunnelConfig>
IPSecConnectionDeviceConfig. getTunnels()
TwoTunnelConfig
objects.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type TunnelConfig Modifier and Type Method Description TunnelConfig.Builder
TunnelConfig.Builder. copy(TunnelConfig model)
Method parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type TunnelConfig Modifier and Type Method Description IPSecConnectionDeviceConfig.Builder
IPSecConnectionDeviceConfig.Builder. tunnels(List<TunnelConfig> tunnels)
TwoTunnelConfig
objects.Constructor parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type TunnelConfig Constructor Description IPSecConnectionDeviceConfig(String compartmentId, String id, Date timeCreated, List<TunnelConfig> tunnels)
Deprecated.
-