Uses of Class
com.oracle.bmc.networkfirewall.requests.CreateTunnelInspectionRuleRequest
-
Packages that use CreateTunnelInspectionRuleRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of CreateTunnelInspectionRuleRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type CreateTunnelInspectionRuleRequest Modifier and Type Method Description CreateTunnelInspectionRuleResponse
NetworkFirewall. createTunnelInspectionRule(CreateTunnelInspectionRuleRequest request)
Creates a new tunnel inspection rule for the network firewall policy.Future<CreateTunnelInspectionRuleResponse>
NetworkFirewallAsync. createTunnelInspectionRule(CreateTunnelInspectionRuleRequest request, AsyncHandler<CreateTunnelInspectionRuleRequest,CreateTunnelInspectionRuleResponse> handler)
Creates a new tunnel inspection rule for the network firewall policy.Future<CreateTunnelInspectionRuleResponse>
NetworkFirewallAsyncClient. createTunnelInspectionRule(CreateTunnelInspectionRuleRequest request, AsyncHandler<CreateTunnelInspectionRuleRequest,CreateTunnelInspectionRuleResponse> handler)
CreateTunnelInspectionRuleResponse
NetworkFirewallClient. createTunnelInspectionRule(CreateTunnelInspectionRuleRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateTunnelInspectionRuleRequest Modifier and Type Method Description Future<CreateTunnelInspectionRuleResponse>
NetworkFirewallAsync. createTunnelInspectionRule(CreateTunnelInspectionRuleRequest request, AsyncHandler<CreateTunnelInspectionRuleRequest,CreateTunnelInspectionRuleResponse> handler)
Creates a new tunnel inspection rule for the network firewall policy.Future<CreateTunnelInspectionRuleResponse>
NetworkFirewallAsyncClient. createTunnelInspectionRule(CreateTunnelInspectionRuleRequest request, AsyncHandler<CreateTunnelInspectionRuleRequest,CreateTunnelInspectionRuleResponse> handler)
-
Uses of CreateTunnelInspectionRuleRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return CreateTunnelInspectionRuleRequest Modifier and Type Method Description CreateTunnelInspectionRuleRequest
CreateTunnelInspectionRuleRequest.Builder. build()
Build the instance of CreateTunnelInspectionRuleRequest as configured by this builderCreateTunnelInspectionRuleRequest
CreateTunnelInspectionRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateTunnelInspectionRuleRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateTunnelInspectionRuleRequest Modifier and Type Method Description CreateTunnelInspectionRuleRequest.Builder
CreateTunnelInspectionRuleRequest.Builder. copy(CreateTunnelInspectionRuleRequest o)
Copy method to populate the builder with values from the given instance.
-