Uses of Class
com.oracle.bmc.core.model.DrgRouteRule.RouteType
-
Packages that use DrgRouteRule.RouteType Package Description com.oracle.bmc.core.model -
-
Uses of DrgRouteRule.RouteType in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return DrgRouteRule.RouteType Modifier and Type Method Description static DrgRouteRule.RouteType
DrgRouteRule.RouteType. create(String key)
DrgRouteRule.RouteType
DrgRouteRule. getRouteType()
You can specify static routes for the DRG route table using the API.static DrgRouteRule.RouteType
DrgRouteRule.RouteType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DrgRouteRule.RouteType[]
DrgRouteRule.RouteType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type DrgRouteRule.RouteType Modifier and Type Method Description DrgRouteRule.Builder
DrgRouteRule.Builder. routeType(DrgRouteRule.RouteType routeType)
You can specify static routes for the DRG route table using the API.Constructors in com.oracle.bmc.core.model with parameters of type DrgRouteRule.RouteType 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.
-