Uses of Class
com.oracle.bmc.networkfirewall.model.UpdateTunnelInspectionRuleDetails
-
Packages that use UpdateTunnelInspectionRuleDetails Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.requests -
-
Uses of UpdateTunnelInspectionRuleDetails in com.oracle.bmc.networkfirewall.model
Subclasses of UpdateTunnelInspectionRuleDetails in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
UpdateVxlanInspectionRuleDetails
Update Request for creating Vxlan Tunnel Inspection Rule used in the firewall policy rules. -
Uses of UpdateTunnelInspectionRuleDetails in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return UpdateTunnelInspectionRuleDetails Modifier and Type Method Description UpdateTunnelInspectionRuleDetails
UpdateTunnelInspectionRuleRequest. getBody$()
Alternative accessor for the body parameter.UpdateTunnelInspectionRuleDetails
UpdateTunnelInspectionRuleRequest. getUpdateTunnelInspectionRuleDetails()
The information to be updated.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type UpdateTunnelInspectionRuleDetails Modifier and Type Method Description UpdateTunnelInspectionRuleRequest.Builder
UpdateTunnelInspectionRuleRequest.Builder. body$(UpdateTunnelInspectionRuleDetails body)
Alternative setter for the body parameter.UpdateTunnelInspectionRuleRequest.Builder
UpdateTunnelInspectionRuleRequest.Builder. updateTunnelInspectionRuleDetails(UpdateTunnelInspectionRuleDetails updateTunnelInspectionRuleDetails)
The information to be updated.
-