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