Package | Description |
---|---|
com.oracle.bmc.servicemesh.model |
Modifier and Type | Method and Description |
---|---|
static HttpIngressGatewayTrafficRouteRuleDetails.PathType |
HttpIngressGatewayTrafficRouteRuleDetails.PathType.create(String key) |
HttpIngressGatewayTrafficRouteRuleDetails.PathType |
HttpIngressGatewayTrafficRouteRuleDetails.getPathType()
Match type for the route
|
static HttpIngressGatewayTrafficRouteRuleDetails.PathType |
HttpIngressGatewayTrafficRouteRuleDetails.PathType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpIngressGatewayTrafficRouteRuleDetails.PathType[] |
HttpIngressGatewayTrafficRouteRuleDetails.PathType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HttpIngressGatewayTrafficRouteRuleDetails.Builder |
HttpIngressGatewayTrafficRouteRuleDetails.Builder.pathType(HttpIngressGatewayTrafficRouteRuleDetails.PathType pathType)
Match type for the route
|
Constructor and Description |
---|
HttpIngressGatewayTrafficRouteRuleDetails(IngressGatewayHostRef ingressGatewayHost,
List<VirtualServiceTrafficRuleTargetDetails> destinations,
String path,
HttpIngressGatewayTrafficRouteRuleDetails.PathType pathType,
Boolean isGrpc,
Boolean isHostRewriteEnabled,
Boolean isPathRewriteEnabled,
Long requestTimeoutInMs)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.