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