Uses of Class
com.oracle.bmc.networkfirewall.model.TunnelInspectionRule
-
Packages that use TunnelInspectionRule Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.responses -
-
Uses of TunnelInspectionRule in com.oracle.bmc.networkfirewall.model
Subclasses of TunnelInspectionRule in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
VxlanInspectionRule
Vxlan Tunnel Inspection Rule used on the firewall policy rules. -
Uses of TunnelInspectionRule in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return TunnelInspectionRule Modifier and Type Method Description TunnelInspectionRule
CreateTunnelInspectionRuleResponse. getTunnelInspectionRule()
The returned TunnelInspectionRule instance.TunnelInspectionRule
GetTunnelInspectionRuleResponse. getTunnelInspectionRule()
The returned TunnelInspectionRule instance.TunnelInspectionRule
UpdateTunnelInspectionRuleResponse. getTunnelInspectionRule()
The returned TunnelInspectionRule instance.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type TunnelInspectionRule Modifier and Type Method Description CreateTunnelInspectionRuleResponse.Builder
CreateTunnelInspectionRuleResponse.Builder. tunnelInspectionRule(TunnelInspectionRule tunnelInspectionRule)
The returned TunnelInspectionRule instance.GetTunnelInspectionRuleResponse.Builder
GetTunnelInspectionRuleResponse.Builder. tunnelInspectionRule(TunnelInspectionRule tunnelInspectionRule)
The returned TunnelInspectionRule instance.UpdateTunnelInspectionRuleResponse.Builder
UpdateTunnelInspectionRuleResponse.Builder. tunnelInspectionRule(TunnelInspectionRule tunnelInspectionRule)
The returned TunnelInspectionRule instance.
-