Uses of Class
com.oracle.bmc.vnmonitoring.model.AddDrgRouteRuleDetails
-
Packages that use AddDrgRouteRuleDetails Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of AddDrgRouteRuleDetails in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return AddDrgRouteRuleDetails Modifier and Type Method Description AddDrgRouteRuleDetails
AddDrgRouteRuleDetails.Builder. build()
Methods in com.oracle.bmc.vnmonitoring.model that return types with arguments of type AddDrgRouteRuleDetails Modifier and Type Method Description List<AddDrgRouteRuleDetails>
AddDrgRouteRulesDetails. getRouteRules()
The collection of static rules used to insert routes into the DRG route table.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type AddDrgRouteRuleDetails Modifier and Type Method Description AddDrgRouteRuleDetails.Builder
AddDrgRouteRuleDetails.Builder. copy(AddDrgRouteRuleDetails model)
Method parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type AddDrgRouteRuleDetails Modifier and Type Method Description AddDrgRouteRulesDetails.Builder
AddDrgRouteRulesDetails.Builder. routeRules(List<AddDrgRouteRuleDetails> routeRules)
The collection of static rules used to insert routes into the DRG route table.Constructor parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type AddDrgRouteRuleDetails Constructor Description AddDrgRouteRulesDetails(List<AddDrgRouteRuleDetails> routeRules)
Deprecated.
-