Uses of Class
com.oracle.bmc.core.model.IPSecConnectionTunnel
-
Packages that use IPSecConnectionTunnel Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of IPSecConnectionTunnel in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type IPSecConnectionTunnel Modifier and Type Method Description Iterable<IPSecConnectionTunnel>
VirtualNetworkPaginators. listIPSecConnectionTunnelsRecordIterator(ListIPSecConnectionTunnelsRequest request)
Creates a new iterable which will iterate over theIPSecConnectionTunnel
objects contained in responses from the listIPSecConnectionTunnels operation. -
Uses of IPSecConnectionTunnel in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return IPSecConnectionTunnel Modifier and Type Method Description IPSecConnectionTunnel
IPSecConnectionTunnel.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type IPSecConnectionTunnel Modifier and Type Method Description IPSecConnectionTunnel.Builder
IPSecConnectionTunnel.Builder. copy(IPSecConnectionTunnel model)
-
Uses of IPSecConnectionTunnel in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return IPSecConnectionTunnel Modifier and Type Method Description IPSecConnectionTunnel
GetIPSecConnectionTunnelResponse. getIPSecConnectionTunnel()
The returned IPSecConnectionTunnel instance.IPSecConnectionTunnel
UpdateIPSecConnectionTunnelResponse. getIPSecConnectionTunnel()
The returned IPSecConnectionTunnel instance.Methods in com.oracle.bmc.core.responses that return types with arguments of type IPSecConnectionTunnel Modifier and Type Method Description List<IPSecConnectionTunnel>
ListIPSecConnectionTunnelsResponse. getItems()
A list of com.oracle.bmc.core.model.IPSecConnectionTunnel instances.Methods in com.oracle.bmc.core.responses with parameters of type IPSecConnectionTunnel Modifier and Type Method Description GetIPSecConnectionTunnelResponse.Builder
GetIPSecConnectionTunnelResponse.Builder. iPSecConnectionTunnel(IPSecConnectionTunnel iPSecConnectionTunnel)
The returned IPSecConnectionTunnel instance.UpdateIPSecConnectionTunnelResponse.Builder
UpdateIPSecConnectionTunnelResponse.Builder. iPSecConnectionTunnel(IPSecConnectionTunnel iPSecConnectionTunnel)
The returned IPSecConnectionTunnel instance.Method parameters in com.oracle.bmc.core.responses with type arguments of type IPSecConnectionTunnel Modifier and Type Method Description ListIPSecConnectionTunnelsResponse.Builder
ListIPSecConnectionTunnelsResponse.Builder. items(List<IPSecConnectionTunnel> items)
A list of com.oracle.bmc.core.model.IPSecConnectionTunnel instances.
-