Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Class and Description |
---|---|
class |
DrgAttachmentIdDrgRouteDistributionMatchCriteria
The criteria by which a specific attachment will import routes to the DRG.
|
class |
DrgAttachmentMatchAllDrgRouteDistributionMatchCriteria
All routes are imported or exported.
|
class |
DrgAttachmentTypeDrgRouteDistributionMatchCriteria
The attachment type from which the DRG will import routes.
|
Modifier and Type | Method and Description |
---|---|
List<DrgRouteDistributionMatchCriteria> |
DrgRouteDistributionStatement.getMatchCriteria()
The action is applied only if all of the match criteria is met.
|
List<DrgRouteDistributionMatchCriteria> |
UpdateDrgRouteDistributionStatementDetails.getMatchCriteria()
The action is applied only if all of the match criteria is met.
|
List<DrgRouteDistributionMatchCriteria> |
AddDrgRouteDistributionStatementDetails.getMatchCriteria()
The action is applied only if all of the match criteria is met.
|
Modifier and Type | Method and Description |
---|---|
DrgRouteDistributionStatement.Builder |
DrgRouteDistributionStatement.Builder.matchCriteria(List<DrgRouteDistributionMatchCriteria> matchCriteria)
The action is applied only if all of the match criteria is met.
|
UpdateDrgRouteDistributionStatementDetails.Builder |
UpdateDrgRouteDistributionStatementDetails.Builder.matchCriteria(List<DrgRouteDistributionMatchCriteria> matchCriteria)
The action is applied only if all of the match criteria is met.
|
AddDrgRouteDistributionStatementDetails.Builder |
AddDrgRouteDistributionStatementDetails.Builder.matchCriteria(List<DrgRouteDistributionMatchCriteria> matchCriteria)
The action is applied only if all of the match criteria is met.
|
Constructor and Description |
---|
AddDrgRouteDistributionStatementDetails(List<DrgRouteDistributionMatchCriteria> matchCriteria,
AddDrgRouteDistributionStatementDetails.Action action,
Integer priority)
Deprecated.
|
DrgRouteDistributionStatement(List<DrgRouteDistributionMatchCriteria> matchCriteria,
DrgRouteDistributionStatement.Action action,
Integer priority,
String id)
Deprecated.
|
UpdateDrgRouteDistributionStatementDetails(String id,
List<DrgRouteDistributionMatchCriteria> matchCriteria,
Integer priority)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.