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