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