Uses of Class
com.oracle.bmc.networkfirewall.model.ServiceType
-
Packages that use ServiceType Package Description com.oracle.bmc.networkfirewall.model -
-
Uses of ServiceType in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return ServiceType Modifier and Type Method Description static ServiceType
ServiceType. create(String key)
ServiceType
ServiceSummary. getType()
Describes the type of Service.static ServiceType
ServiceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceType[]
ServiceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.networkfirewall.model with parameters of type ServiceType Modifier and Type Method Description ServiceSummary.Builder
ServiceSummary.Builder. type(ServiceType type)
Describes the type of Service.Constructors in com.oracle.bmc.networkfirewall.model with parameters of type ServiceType Constructor Description ServiceSummary(ServiceType type, String name, String parentResourceId)
Deprecated.
-