Uses of Class
com.oracle.bmc.networkfirewall.model.CreateServiceDetails
-
Packages that use CreateServiceDetails Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.requests -
-
Uses of CreateServiceDetails in com.oracle.bmc.networkfirewall.model
Subclasses of CreateServiceDetails in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
CreateTcpServiceDetails
Request for TCP Service used on the firewall policy rules.class
CreateUdpServiceDetails
Request for UDP Service used on the firewall policy rules. -
Uses of CreateServiceDetails in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return CreateServiceDetails Modifier and Type Method Description CreateServiceDetails
CreateServiceRequest. getBody$()
Alternative accessor for the body parameter.CreateServiceDetails
CreateServiceRequest. getCreateServiceDetails()
Request Details to create the Service for the Network Firewall Policy Resource.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateServiceDetails Modifier and Type Method Description CreateServiceRequest.Builder
CreateServiceRequest.Builder. body$(CreateServiceDetails body)
Alternative setter for the body parameter.CreateServiceRequest.Builder
CreateServiceRequest.Builder. createServiceDetails(CreateServiceDetails createServiceDetails)
Request Details to create the Service for the Network Firewall Policy Resource.
-