Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static DrgRouteDistributionStatement.Action |
DrgRouteDistributionStatement.Action.create(String key) |
DrgRouteDistributionStatement.Action |
DrgRouteDistributionStatement.getAction()
ACCEPT indicates the route should be imported or exported as-is. |
static DrgRouteDistributionStatement.Action |
DrgRouteDistributionStatement.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrgRouteDistributionStatement.Action[] |
DrgRouteDistributionStatement.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DrgRouteDistributionStatement.Builder |
DrgRouteDistributionStatement.Builder.action(DrgRouteDistributionStatement.Action action)
ACCEPT indicates the route should be imported or exported as-is. |
Constructor and Description |
---|
DrgRouteDistributionStatement(List<DrgRouteDistributionMatchCriteria> matchCriteria,
DrgRouteDistributionStatement.Action action,
Integer priority,
String id)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.