Uses of Class
com.oracle.bmc.vnmonitoring.model.DrgRouteRule.RouteProvenance
-
Packages that use DrgRouteRule.RouteProvenance Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of DrgRouteRule.RouteProvenance in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return DrgRouteRule.RouteProvenance Modifier and Type Method 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.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type DrgRouteRule.RouteProvenance Modifier and Type Method Description DrgRouteRule.Builder
DrgRouteRule.Builder. routeProvenance(DrgRouteRule.RouteProvenance routeProvenance)
The earliest origin of a route.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type DrgRouteRule.RouteProvenance Constructor Description DrgRouteRule(String destination, DrgRouteRule.DestinationType destinationType, String nextHopDrgAttachmentId, DrgRouteRule.RouteType routeType, Boolean isConflict, Boolean isBlackhole, String id, DrgRouteRule.RouteProvenance routeProvenance, Object attributes)
Deprecated.
-