UpdateDrgRouteRulesDetails

class oci.vn_monitoring.models.UpdateDrgRouteRulesDetails(**kwargs)

Bases: object

Details used to update route rules in a DRG route table.

Methods

__init__(**kwargs) Initializes a new UpdateDrgRouteRulesDetails object with values from keyword arguments.

Attributes

route_rules Gets the route_rules of this UpdateDrgRouteRulesDetails.
__init__(**kwargs)

Initializes a new UpdateDrgRouteRulesDetails 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.vn_monitoring.models.UpdateDrgRouteRuleDetails]) – The value to assign to the route_rules property of this UpdateDrgRouteRulesDetails.
route_rules

Gets the route_rules of this UpdateDrgRouteRulesDetails. The DRG rute rules to update.

Returns:The route_rules of this UpdateDrgRouteRulesDetails.
Return type:list[oci.vn_monitoring.models.UpdateDrgRouteRuleDetails]