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