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