Package | Description |
---|---|
com.oracle.bmc.servicemesh.model |
Modifier and Type | Class and Description |
---|---|
class |
HttpIngressGatewayTrafficRouteRule
Rule for routing incoming ingress gateway traffic with HTTP protocol
Note: Objects should always be created or deserialized using the HttpIngressGatewayTrafficRouteRule.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.
|
Modifier and Type | Method and Description |
---|---|
List<IngressGatewayTrafficRouteRule> |
IngressGatewayRouteTable.getRouteRules()
The route rules for the ingress gateway.
|
Modifier and Type | Method and Description |
---|---|
IngressGatewayRouteTable.Builder |
IngressGatewayRouteTable.Builder.routeRules(List<IngressGatewayTrafficRouteRule> routeRules)
The route rules for the ingress gateway.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.