Uses of Class
com.oracle.bmc.servicemesh.model.IngressGatewayTrafficRouteRule
-
Packages that use IngressGatewayTrafficRouteRule Package Description com.oracle.bmc.servicemesh.model -
-
Uses of IngressGatewayTrafficRouteRule in com.oracle.bmc.servicemesh.model
Subclasses of IngressGatewayTrafficRouteRule in com.oracle.bmc.servicemesh.model Modifier and Type Class Description class
HttpIngressGatewayTrafficRouteRule
Rule for routing incoming ingress gateway traffic with HTTP protocol
Note: Objects should always be created or deserialized using theHttpIngressGatewayTrafficRouteRule.Builder
.class
TcpIngressGatewayTrafficRouteRule
Rule for routing incoming ingress gateway traffic with TCP protocol.class
TlsPassthroughIngressGatewayTrafficRouteRule
Rule for routing incoming ingress gateway traffic with TCP protocol.Methods in com.oracle.bmc.servicemesh.model that return types with arguments of type IngressGatewayTrafficRouteRule Modifier and Type Method Description List<IngressGatewayTrafficRouteRule>
IngressGatewayRouteTable. getRouteRules()
The route rules for the ingress gateway.Method parameters in com.oracle.bmc.servicemesh.model with type arguments of type IngressGatewayTrafficRouteRule Modifier and Type Method Description IngressGatewayRouteTable.Builder
IngressGatewayRouteTable.Builder. routeRules(List<IngressGatewayTrafficRouteRule> routeRules)
The route rules for the ingress gateway.Constructor parameters in com.oracle.bmc.servicemesh.model with type arguments of type IngressGatewayTrafficRouteRule Constructor Description IngressGatewayRouteTable(String id, String compartmentId, String ingressGatewayId, String name, String description, Integer priority, List<IngressGatewayTrafficRouteRule> routeRules, Date timeCreated, Date timeUpdated, IngressGatewayRouteTable.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-