Uses of Class
com.oracle.bmc.vnmonitoring.model.AddDrgRouteDistributionStatementDetails
-
Packages that use AddDrgRouteDistributionStatementDetails Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of AddDrgRouteDistributionStatementDetails in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return AddDrgRouteDistributionStatementDetails Modifier and Type Method Description AddDrgRouteDistributionStatementDetails
AddDrgRouteDistributionStatementDetails.Builder. build()
Methods in com.oracle.bmc.vnmonitoring.model that return types with arguments of type AddDrgRouteDistributionStatementDetails Modifier and Type Method Description List<AddDrgRouteDistributionStatementDetails>
AddDrgRouteDistributionStatementsDetails. getStatements()
The collection of route distribution statements to insert into the route distribution.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type AddDrgRouteDistributionStatementDetails Modifier and Type Method Description AddDrgRouteDistributionStatementDetails.Builder
AddDrgRouteDistributionStatementDetails.Builder. copy(AddDrgRouteDistributionStatementDetails model)
Method parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type AddDrgRouteDistributionStatementDetails Modifier and Type Method Description AddDrgRouteDistributionStatementsDetails.Builder
AddDrgRouteDistributionStatementsDetails.Builder. statements(List<AddDrgRouteDistributionStatementDetails> statements)
The collection of route distribution statements to insert into the route distribution.Constructor parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type AddDrgRouteDistributionStatementDetails Constructor Description AddDrgRouteDistributionStatementsDetails(List<AddDrgRouteDistributionStatementDetails> statements)
Deprecated.
-