Uses of Class
com.oracle.bmc.vnmonitoring.model.DrgRouteDistributionMatchCriteria
-
Packages that use DrgRouteDistributionMatchCriteria Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of DrgRouteDistributionMatchCriteria in com.oracle.bmc.vnmonitoring.model
Subclasses of DrgRouteDistributionMatchCriteria in com.oracle.bmc.vnmonitoring.model Modifier and Type Class 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.Methods in com.oracle.bmc.vnmonitoring.model that return types with arguments of type DrgRouteDistributionMatchCriteria Modifier and Type Method Description List<DrgRouteDistributionMatchCriteria>
AddDrgRouteDistributionStatementDetails. getMatchCriteria()
The action is applied only if all of the match criteria is met.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.Method parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type DrgRouteDistributionMatchCriteria Modifier and Type Method Description AddDrgRouteDistributionStatementDetails.Builder
AddDrgRouteDistributionStatementDetails.Builder. matchCriteria(List<DrgRouteDistributionMatchCriteria> matchCriteria)
The action is applied only if all of the match criteria is met.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.Constructor parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type DrgRouteDistributionMatchCriteria Constructor 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.
-