Uses of Class
com.oracle.bmc.networkfirewall.model.CreateSecurityRuleDetails
-
Packages that use CreateSecurityRuleDetails Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.requests -
-
Uses of CreateSecurityRuleDetails in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return CreateSecurityRuleDetails Modifier and Type Method Description CreateSecurityRuleDetails
CreateSecurityRuleDetails.Builder. build()
Methods in com.oracle.bmc.networkfirewall.model with parameters of type CreateSecurityRuleDetails Modifier and Type Method Description CreateSecurityRuleDetails.Builder
CreateSecurityRuleDetails.Builder. copy(CreateSecurityRuleDetails model)
-
Uses of CreateSecurityRuleDetails in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return CreateSecurityRuleDetails Modifier and Type Method Description CreateSecurityRuleDetails
CreateSecurityRuleRequest. getBody$()
Alternative accessor for the body parameter.CreateSecurityRuleDetails
CreateSecurityRuleRequest. getCreateSecurityRuleDetails()
Request Details to create the Network Firewall Policy Resource.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateSecurityRuleDetails Modifier and Type Method Description CreateSecurityRuleRequest.Builder
CreateSecurityRuleRequest.Builder. body$(CreateSecurityRuleDetails body)
Alternative setter for the body parameter.CreateSecurityRuleRequest.Builder
CreateSecurityRuleRequest.Builder. createSecurityRuleDetails(CreateSecurityRuleDetails createSecurityRuleDetails)
Request Details to create the Network Firewall Policy Resource.
-