Uses of Class
com.oracle.bmc.networkfirewall.model.CreateDecryptionProfileDetails
-
Packages that use CreateDecryptionProfileDetails Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.requests -
-
Uses of CreateDecryptionProfileDetails in com.oracle.bmc.networkfirewall.model
Subclasses of CreateDecryptionProfileDetails in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
CreateSslForwardProxyProfileDetails
Request for creating SSLForwardProxy used on the firewall policy rules.class
CreateSslInboundInspectionProfileDetails
Request for creating SSLInboundInspection used on the firewall policy rules. -
Uses of CreateDecryptionProfileDetails in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return CreateDecryptionProfileDetails Modifier and Type Method Description CreateDecryptionProfileDetails
CreateDecryptionProfileRequest. getBody$()
Alternative accessor for the body parameter.CreateDecryptionProfileDetails
CreateDecryptionProfileRequest. getCreateDecryptionProfileDetails()
Request Details to create the Network Firewall Policy Resource.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateDecryptionProfileDetails Modifier and Type Method Description CreateDecryptionProfileRequest.Builder
CreateDecryptionProfileRequest.Builder. body$(CreateDecryptionProfileDetails body)
Alternative setter for the body parameter.CreateDecryptionProfileRequest.Builder
CreateDecryptionProfileRequest.Builder. createDecryptionProfileDetails(CreateDecryptionProfileDetails createDecryptionProfileDetails)
Request Details to create the Network Firewall Policy Resource.
-