Uses of Class
com.oracle.bmc.core.model.RouteRule
-
Packages that use RouteRule Package Description com.oracle.bmc.core.model -
-
Uses of RouteRule in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return RouteRule Modifier and Type Method Description RouteRule
RouteRule.Builder. build()
Methods in com.oracle.bmc.core.model that return types with arguments of type RouteRule Modifier and Type Method Description List<RouteRule>
CreateRouteTableDetails. getRouteRules()
The collection of rules used for routing destination IPs to network devices.List<RouteRule>
RouteTable. getRouteRules()
The collection of rules for routing destination IPs to network devices.List<RouteRule>
UpdateRouteTableDetails. getRouteRules()
The collection of rules used for routing destination IPs to network devices.Methods in com.oracle.bmc.core.model with parameters of type RouteRule Modifier and Type Method Description RouteRule.Builder
RouteRule.Builder. copy(RouteRule model)
Method parameters in com.oracle.bmc.core.model with type arguments of type RouteRule Modifier and Type Method Description CreateRouteTableDetails.Builder
CreateRouteTableDetails.Builder. routeRules(List<RouteRule> routeRules)
The collection of rules used for routing destination IPs to network devices.RouteTable.Builder
RouteTable.Builder. routeRules(List<RouteRule> routeRules)
The collection of rules for routing destination IPs to network devices.UpdateRouteTableDetails.Builder
UpdateRouteTableDetails.Builder. routeRules(List<RouteRule> routeRules)
The collection of rules used for routing destination IPs to network devices.Constructor parameters in com.oracle.bmc.core.model with type arguments of type RouteRule Constructor Description CreateRouteTableDetails(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, List<RouteRule> routeRules, String vcnId)
Deprecated.RouteTable(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, RouteTable.LifecycleState lifecycleState, List<RouteRule> routeRules, Date timeCreated, String vcnId)
Deprecated.UpdateRouteTableDetails(Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, List<RouteRule> routeRules)
Deprecated.
-