Uses of Class
com.oracle.bmc.networkfirewall.model.TunnelInspectionRuleSummary
-
Packages that use TunnelInspectionRuleSummary Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.model -
-
Uses of TunnelInspectionRuleSummary in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type TunnelInspectionRuleSummary Modifier and Type Method Description Iterable<TunnelInspectionRuleSummary>
NetworkFirewallPaginators. listTunnelInspectionRulesRecordIterator(ListTunnelInspectionRulesRequest request)
Creates a new iterable which will iterate over theTunnelInspectionRuleSummary
objects contained in responses from the listTunnelInspectionRules operation. -
Uses of TunnelInspectionRuleSummary in com.oracle.bmc.networkfirewall.model
Subclasses of TunnelInspectionRuleSummary in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
VxlanInspectionRuleSummary
Vxlan Tunnel Inspection Rule used on the firewall policy rules.Methods in com.oracle.bmc.networkfirewall.model that return types with arguments of type TunnelInspectionRuleSummary Modifier and Type Method Description List<TunnelInspectionRuleSummary>
TunnelInspectionRuleSummaryCollection. getItems()
Collection of Tunnel Inspection Rule Summaries.Method parameters in com.oracle.bmc.networkfirewall.model with type arguments of type TunnelInspectionRuleSummary Modifier and Type Method Description TunnelInspectionRuleSummaryCollection.Builder
TunnelInspectionRuleSummaryCollection.Builder. items(List<TunnelInspectionRuleSummary> items)
Collection of Tunnel Inspection Rule Summaries.Constructor parameters in com.oracle.bmc.networkfirewall.model with type arguments of type TunnelInspectionRuleSummary Constructor Description TunnelInspectionRuleSummaryCollection(List<TunnelInspectionRuleSummary> items)
Deprecated.
-