Package | Description |
---|---|
com.oracle.bmc.servicemesh.model |
Modifier and Type | Method and Description |
---|---|
static HttpIngressGatewayTrafficRouteRule.PathType |
HttpIngressGatewayTrafficRouteRule.PathType.create(String key) |
HttpIngressGatewayTrafficRouteRule.PathType |
HttpIngressGatewayTrafficRouteRule.getPathType()
Match type for the route
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
HttpIngressGatewayTrafficRouteRule.Builder |
HttpIngressGatewayTrafficRouteRule.Builder.pathType(HttpIngressGatewayTrafficRouteRule.PathType pathType)
Match type for the route
|
Constructor and Description |
---|
HttpIngressGatewayTrafficRouteRule(IngressGatewayHostRef ingressGatewayHost,
List<VirtualServiceTrafficRuleTarget> destinations,
String path,
HttpIngressGatewayTrafficRouteRule.PathType pathType,
Boolean isGrpc,
Boolean isHostRewriteEnabled,
Boolean isPathRewriteEnabled,
Long requestTimeoutInMs)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.