Uses of Class
com.oracle.bmc.core.model.AddDrgRouteRulesDetails
-
Packages that use AddDrgRouteRulesDetails Package Description com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of AddDrgRouteRulesDetails in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return AddDrgRouteRulesDetails Modifier and Type Method Description AddDrgRouteRulesDetails
AddDrgRouteRulesDetails.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type AddDrgRouteRulesDetails Modifier and Type Method Description AddDrgRouteRulesDetails.Builder
AddDrgRouteRulesDetails.Builder. copy(AddDrgRouteRulesDetails model)
-
Uses of AddDrgRouteRulesDetails in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return AddDrgRouteRulesDetails Modifier and Type Method Description AddDrgRouteRulesDetails
AddDrgRouteRulesRequest. getAddDrgRouteRulesDetails()
Request for one or more route rules to be inserted into the DRG route table.AddDrgRouteRulesDetails
AddDrgRouteRulesRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.core.requests with parameters of type AddDrgRouteRulesDetails Modifier and Type Method Description AddDrgRouteRulesRequest.Builder
AddDrgRouteRulesRequest.Builder. addDrgRouteRulesDetails(AddDrgRouteRulesDetails addDrgRouteRulesDetails)
Request for one or more route rules to be inserted into the DRG route table.AddDrgRouteRulesRequest.Builder
AddDrgRouteRulesRequest.Builder. body$(AddDrgRouteRulesDetails body)
Alternative setter for the body parameter.
-