Uses of Class
com.oracle.bmc.networkfirewall.model.CreateTunnelInspectionRuleDetails
-
Packages that use CreateTunnelInspectionRuleDetails Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.requests -
-
Uses of CreateTunnelInspectionRuleDetails in com.oracle.bmc.networkfirewall.model
Subclasses of CreateTunnelInspectionRuleDetails in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
CreateVxlanInspectionRuleDetails
Request for creating Vxlan Tunnel Inspection Rule used in the firewall policy rules. -
Uses of CreateTunnelInspectionRuleDetails in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return CreateTunnelInspectionRuleDetails Modifier and Type Method Description CreateTunnelInspectionRuleDetails
CreateTunnelInspectionRuleRequest. getBody$()
Alternative accessor for the body parameter.CreateTunnelInspectionRuleDetails
CreateTunnelInspectionRuleRequest. getCreateTunnelInspectionRuleDetails()
Request Details to create the network firewall policy resource.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateTunnelInspectionRuleDetails Modifier and Type Method Description CreateTunnelInspectionRuleRequest.Builder
CreateTunnelInspectionRuleRequest.Builder. body$(CreateTunnelInspectionRuleDetails body)
Alternative setter for the body parameter.CreateTunnelInspectionRuleRequest.Builder
CreateTunnelInspectionRuleRequest.Builder. createTunnelInspectionRuleDetails(CreateTunnelInspectionRuleDetails createTunnelInspectionRuleDetails)
Request Details to create the network firewall policy resource.
-