Uses of Class
com.oracle.bmc.networkfirewall.model.CreateApplicationDetails
-
Packages that use CreateApplicationDetails Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.requests -
-
Uses of CreateApplicationDetails in com.oracle.bmc.networkfirewall.model
Subclasses of CreateApplicationDetails in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
CreateIcmp6ApplicationDetails
Request for ICMP6 Application used on the firewall policy rules.class
CreateIcmpApplicationDetails
Request for ICMP Application used on the firewall policy rules. -
Uses of CreateApplicationDetails in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return CreateApplicationDetails Modifier and Type Method Description CreateApplicationDetails
CreateApplicationRequest. getBody$()
Alternative accessor for the body parameter.CreateApplicationDetails
CreateApplicationRequest. getCreateApplicationDetails()
Request Details to create the Application for the Network Firewall Policy Resource.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateApplicationDetails Modifier and Type Method Description CreateApplicationRequest.Builder
CreateApplicationRequest.Builder. body$(CreateApplicationDetails body)
Alternative setter for the body parameter.CreateApplicationRequest.Builder
CreateApplicationRequest.Builder. createApplicationDetails(CreateApplicationDetails createApplicationDetails)
Request Details to create the Application for the Network Firewall Policy Resource.
-