Uses of Class
com.oracle.bmc.vnmonitoring.model.TrafficProtocolParameters.Type
-
Packages that use TrafficProtocolParameters.Type Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of TrafficProtocolParameters.Type in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return TrafficProtocolParameters.Type Modifier and Type Method Description static TrafficProtocolParameters.Type
TrafficProtocolParameters.Type. create(String key)
static TrafficProtocolParameters.Type
TrafficProtocolParameters.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static TrafficProtocolParameters.Type[]
TrafficProtocolParameters.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-