Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Class and Description |
---|---|
class |
ForwardedRoutingAction
Defines the routing actions taken for traffic that is forwarded.
|
class |
IndeterminateRoutingAction
Defines the routing action taken on a traffic node where the routing action is INDETERMINATE.
|
class |
NoRouteRoutingAction
Defines the routing actions taken on traffic when no route is found.
|
Modifier and Type | Method and Description |
---|---|
RoutingAction |
TrafficNode.getNextHopRoutingAction() |
Modifier and Type | Method and Description |
---|---|
VisibleTrafficNode.Builder |
VisibleTrafficNode.Builder.nextHopRoutingAction(RoutingAction nextHopRoutingAction) |
AccessDeniedTrafficNode.Builder |
AccessDeniedTrafficNode.Builder.nextHopRoutingAction(RoutingAction nextHopRoutingAction) |
Constructor and Description |
---|
AccessDeniedTrafficNode(EgressTrafficSpec egressTraffic,
RoutingAction nextHopRoutingAction,
SecurityAction egressSecurityAction,
SecurityAction ingressSecurityAction)
Deprecated.
|
TrafficNode(EgressTrafficSpec egressTraffic,
RoutingAction nextHopRoutingAction,
SecurityAction egressSecurityAction,
SecurityAction ingressSecurityAction)
Deprecated.
|
VisibleTrafficNode(EgressTrafficSpec egressTraffic,
RoutingAction nextHopRoutingAction,
SecurityAction egressSecurityAction,
SecurityAction ingressSecurityAction,
String entityId,
String transformationDescription)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.