Uses of Class
com.oracle.bmc.vnmonitoring.model.RouteRule
-
Packages that use RouteRule Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of RouteRule in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return RouteRule Modifier and Type Method Description RouteRule
RouteRule.Builder. build()
RouteRule
VcnRoutingConfiguration. getRouteRule()
Methods in com.oracle.bmc.vnmonitoring.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.vnmonitoring.model with parameters of type RouteRule Modifier and Type Method Description RouteRule.Builder
RouteRule.Builder. copy(RouteRule model)
VcnRoutingConfiguration.Builder
VcnRoutingConfiguration.Builder. routeRule(RouteRule routeRule)
Method parameters in com.oracle.bmc.vnmonitoring.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.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type RouteRule Constructor Description VcnRoutingConfiguration(String vcnRouteTableId, RouteRule routeRule)
Deprecated.Constructor parameters in com.oracle.bmc.vnmonitoring.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.
-