Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static DrgRouteRule.RouteProvenance |
DrgRouteRule.RouteProvenance.create(String key) |
DrgRouteRule.RouteProvenance |
DrgRouteRule.getRouteProvenance()
The earliest origin of a route.
|
static DrgRouteRule.RouteProvenance |
DrgRouteRule.RouteProvenance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrgRouteRule.RouteProvenance[] |
DrgRouteRule.RouteProvenance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DrgRouteRule.Builder |
DrgRouteRule.Builder.routeProvenance(DrgRouteRule.RouteProvenance routeProvenance)
The earliest origin of a route.
|
Constructor and Description |
---|
DrgRouteRule(String destination,
DrgRouteRule.DestinationType destinationType,
String nextHopDrgAttachmentId,
DrgRouteRule.RouteType routeType,
Boolean isConflict,
Boolean isBlackhole,
String id,
DrgRouteRule.RouteProvenance routeProvenance,
Object attributes)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.