Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
static RouteRule.DestinationType |
RouteRule.DestinationType.create(String key) |
RouteRule.DestinationType |
RouteRule.getDestinationType()
Type of destination for the rule.
|
static RouteRule.DestinationType |
RouteRule.DestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouteRule.DestinationType[] |
RouteRule.DestinationType.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.destinationType(RouteRule.DestinationType destinationType)
Type of destination for the rule.
|
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.