Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
RouteRule |
RouteRule.Builder.build() |
RouteRule |
VcnRoutingConfiguration.getRouteRule() |
Modifier and Type | Method and Description |
---|---|
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.
|
List<RouteRule> |
CreateRouteTableDetails.getRouteRules()
The collection of rules used for routing destination IPs to network devices.
|
Modifier and Type | Method and Description |
---|---|
RouteRule.Builder |
RouteRule.Builder.copy(RouteRule model) |
VcnRoutingConfiguration.Builder |
VcnRoutingConfiguration.Builder.routeRule(RouteRule routeRule) |
Modifier and Type | Method and Description |
---|---|
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.
|
CreateRouteTableDetails.Builder |
CreateRouteTableDetails.Builder.routeRules(List<RouteRule> routeRules)
The collection of rules used for routing destination IPs to network devices.
|
Constructor and Description |
---|
VcnRoutingConfiguration(String vcnRouteTableId,
RouteRule routeRule)
Deprecated.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.