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.modelSubclasses of TunnelInspectionRule in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description classVxlanInspectionRuleVxlan Tunnel Inspection Rule used on the firewall policy rules.
- 
Uses of TunnelInspectionRule in com.oracle.bmc.networkfirewall.responsesMethods in com.oracle.bmc.networkfirewall.responses that return TunnelInspectionRule Modifier and Type Method Description TunnelInspectionRuleCreateTunnelInspectionRuleResponse. getTunnelInspectionRule()The returned TunnelInspectionRule instance.TunnelInspectionRuleGetTunnelInspectionRuleResponse. getTunnelInspectionRule()The returned TunnelInspectionRule instance.TunnelInspectionRuleUpdateTunnelInspectionRuleResponse. getTunnelInspectionRule()The returned TunnelInspectionRule instance.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type TunnelInspectionRule Modifier and Type Method Description CreateTunnelInspectionRuleResponse.BuilderCreateTunnelInspectionRuleResponse.Builder. tunnelInspectionRule(TunnelInspectionRule tunnelInspectionRule)The returned TunnelInspectionRule instance.GetTunnelInspectionRuleResponse.BuilderGetTunnelInspectionRuleResponse.Builder. tunnelInspectionRule(TunnelInspectionRule tunnelInspectionRule)The returned TunnelInspectionRule instance.UpdateTunnelInspectionRuleResponse.BuilderUpdateTunnelInspectionRuleResponse.Builder. tunnelInspectionRule(TunnelInspectionRule tunnelInspectionRule)The returned TunnelInspectionRule instance.
 
-