Uses of Class
com.oracle.bmc.servicemesh.model.HttpIngressGatewayTrafficRouteRule.PathType
-
Packages that use HttpIngressGatewayTrafficRouteRule.PathType Package Description com.oracle.bmc.servicemesh.model -
-
Uses of HttpIngressGatewayTrafficRouteRule.PathType in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return HttpIngressGatewayTrafficRouteRule.PathType Modifier and Type Method Description static HttpIngressGatewayTrafficRouteRule.PathType
HttpIngressGatewayTrafficRouteRule.PathType. create(String key)
HttpIngressGatewayTrafficRouteRule.PathType
HttpIngressGatewayTrafficRouteRule. getPathType()
Match type for the routestatic HttpIngressGatewayTrafficRouteRule.PathType
HttpIngressGatewayTrafficRouteRule.PathType. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpIngressGatewayTrafficRouteRule.PathType[]
HttpIngressGatewayTrafficRouteRule.PathType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.servicemesh.model with parameters of type HttpIngressGatewayTrafficRouteRule.PathType Modifier and Type Method Description HttpIngressGatewayTrafficRouteRule.Builder
HttpIngressGatewayTrafficRouteRule.Builder. pathType(HttpIngressGatewayTrafficRouteRule.PathType pathType)
Match type for the routeConstructors in com.oracle.bmc.servicemesh.model with parameters of type HttpIngressGatewayTrafficRouteRule.PathType Constructor Description HttpIngressGatewayTrafficRouteRule(IngressGatewayHostRef ingressGatewayHost, List<VirtualServiceTrafficRuleTarget> destinations, String path, HttpIngressGatewayTrafficRouteRule.PathType pathType, Boolean isGrpc, Boolean isHostRewriteEnabled, Boolean isPathRewriteEnabled, Long requestTimeoutInMs)
Deprecated.
-