Uses of Class
com.oracle.bmc.networkfirewall.requests.BulkUploadNatRulesRequest
-
Packages that use BulkUploadNatRulesRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of BulkUploadNatRulesRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type BulkUploadNatRulesRequest Modifier and Type Method Description BulkUploadNatRulesResponse
NetworkFirewall. bulkUploadNatRules(BulkUploadNatRulesRequest request)
Creates a new NAT Rule at bulk for the Network Firewall Policy.Future<BulkUploadNatRulesResponse>
NetworkFirewallAsync. bulkUploadNatRules(BulkUploadNatRulesRequest request, AsyncHandler<BulkUploadNatRulesRequest,BulkUploadNatRulesResponse> handler)
Creates a new NAT Rule at bulk for the Network Firewall Policy.Future<BulkUploadNatRulesResponse>
NetworkFirewallAsyncClient. bulkUploadNatRules(BulkUploadNatRulesRequest request, AsyncHandler<BulkUploadNatRulesRequest,BulkUploadNatRulesResponse> handler)
BulkUploadNatRulesResponse
NetworkFirewallClient. bulkUploadNatRules(BulkUploadNatRulesRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type BulkUploadNatRulesRequest Modifier and Type Method Description Future<BulkUploadNatRulesResponse>
NetworkFirewallAsync. bulkUploadNatRules(BulkUploadNatRulesRequest request, AsyncHandler<BulkUploadNatRulesRequest,BulkUploadNatRulesResponse> handler)
Creates a new NAT Rule at bulk for the Network Firewall Policy.Future<BulkUploadNatRulesResponse>
NetworkFirewallAsyncClient. bulkUploadNatRules(BulkUploadNatRulesRequest request, AsyncHandler<BulkUploadNatRulesRequest,BulkUploadNatRulesResponse> handler)
-
Uses of BulkUploadNatRulesRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return BulkUploadNatRulesRequest Modifier and Type Method Description BulkUploadNatRulesRequest
BulkUploadNatRulesRequest.Builder. build()
Build the instance of BulkUploadNatRulesRequest as configured by this builderBulkUploadNatRulesRequest
BulkUploadNatRulesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of BulkUploadNatRulesRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type BulkUploadNatRulesRequest Modifier and Type Method Description BulkUploadNatRulesRequest.Builder
BulkUploadNatRulesRequest.Builder. copy(BulkUploadNatRulesRequest o)
Copy method to populate the builder with values from the given instance.
-