AddDrgRouteRulesDetails¶
-
class
oci.core.models.
AddDrgRouteRulesDetails
(**kwargs)¶ Bases:
object
Details used in a request to add static routes to a DRG route table.
Methods
__init__
(**kwargs)Initializes a new AddDrgRouteRulesDetails object with values from keyword arguments. Attributes
route_rules
Gets the route_rules of this AddDrgRouteRulesDetails. -
__init__
(**kwargs)¶ Initializes a new AddDrgRouteRulesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: route_rules (list[oci.core.models.AddDrgRouteRuleDetails]) – The value to assign to the route_rules property of this AddDrgRouteRulesDetails.
-
route_rules
¶ Gets the route_rules of this AddDrgRouteRulesDetails. The collection of static rules used to insert routes into the DRG route table.
Returns: The route_rules of this AddDrgRouteRulesDetails. Return type: list[oci.core.models.AddDrgRouteRuleDetails]
-