Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
static RouteRule.RouteType |
RouteRule.RouteType.create(String key) |
RouteRule.RouteType |
RouteRule.getRouteType()
A route rule can be STATIC if manually added to the route table, LOCAL if added by OCI to the
route table.
|
static RouteRule.RouteType |
RouteRule.RouteType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouteRule.RouteType[] |
RouteRule.RouteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RouteRule.Builder |
RouteRule.Builder.routeType(RouteRule.RouteType routeType)
A route rule can be STATIC if manually added to the route table, LOCAL if added by OCI to
the route table.
|
Constructor and Description |
---|
RouteRule(String cidrBlock,
String destination,
RouteRule.DestinationType destinationType,
String networkEntityId,
String description,
RouteRule.RouteType routeType)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.