Uses of Class
com.oracle.bmc.core.model.TunnelCpeDeviceConfig
-
Packages that use TunnelCpeDeviceConfig Package Description com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of TunnelCpeDeviceConfig in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return TunnelCpeDeviceConfig Modifier and Type Method Description TunnelCpeDeviceConfig
TunnelCpeDeviceConfig.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type TunnelCpeDeviceConfig Modifier and Type Method Description TunnelCpeDeviceConfig.Builder
TunnelCpeDeviceConfig.Builder. copy(TunnelCpeDeviceConfig model)
-
Uses of TunnelCpeDeviceConfig in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return TunnelCpeDeviceConfig Modifier and Type Method Description TunnelCpeDeviceConfig
GetTunnelCpeDeviceConfigResponse. getTunnelCpeDeviceConfig()
The returned TunnelCpeDeviceConfig instance.TunnelCpeDeviceConfig
UpdateTunnelCpeDeviceConfigResponse. getTunnelCpeDeviceConfig()
The returned TunnelCpeDeviceConfig instance.Methods in com.oracle.bmc.core.responses with parameters of type TunnelCpeDeviceConfig Modifier and Type Method Description GetTunnelCpeDeviceConfigResponse.Builder
GetTunnelCpeDeviceConfigResponse.Builder. tunnelCpeDeviceConfig(TunnelCpeDeviceConfig tunnelCpeDeviceConfig)
The returned TunnelCpeDeviceConfig instance.UpdateTunnelCpeDeviceConfigResponse.Builder
UpdateTunnelCpeDeviceConfigResponse.Builder. tunnelCpeDeviceConfig(TunnelCpeDeviceConfig tunnelCpeDeviceConfig)
The returned TunnelCpeDeviceConfig instance.
-