Package | Description |
---|---|
com.oracle.bmc.servicemesh.model |
Modifier and Type | Class and Description |
---|---|
class |
HttpVirtualServiceTrafficRouteRule
Rule for routing incoming Virtual Service traffic with HTTP protocol
Note: Objects should always be created or deserialized using the HttpVirtualServiceTrafficRouteRule.Builder . |
class |
TcpVirtualServiceTrafficRouteRule
Rule for routing incoming Virtual Service traffic with TCP protocol
Note: Objects should always be created or deserialized using the TcpVirtualServiceTrafficRouteRule.Builder . |
class |
TlsPassthroughVirtualServiceTrafficRouteRule
Rule for routing incoming Virtual Service traffic with TLS_PASSTHROUGH protocol
Note: Objects should always be created or deserialized using the TlsPassthroughVirtualServiceTrafficRouteRule.Builder . |
Modifier and Type | Method and Description |
---|---|
List<VirtualServiceTrafficRouteRule> |
VirtualServiceRouteTable.getRouteRules()
The route rules for the virtual service.
|
Modifier and Type | Method and Description |
---|---|
VirtualServiceRouteTable.Builder |
VirtualServiceRouteTable.Builder.routeRules(List<VirtualServiceTrafficRouteRule> routeRules)
The route rules for the virtual service.
|
Constructor and Description |
---|
VirtualServiceRouteTable(String id,
String compartmentId,
String virtualServiceId,
String name,
String description,
Integer priority,
List<VirtualServiceTrafficRouteRule> routeRules,
Date timeCreated,
Date timeUpdated,
VirtualServiceRouteTable.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.