RemoveDrgRouteRulesDetails¶
-
class
oci.vn_monitoring.models.
RemoveDrgRouteRulesDetails
(**kwargs)¶ Bases:
object
Details used in a request to remove static routes from a DRG route table.
Methods
__init__
(**kwargs)Initializes a new RemoveDrgRouteRulesDetails object with values from keyword arguments. Attributes
route_rule_ids
Gets the route_rule_ids of this RemoveDrgRouteRulesDetails. -
__init__
(**kwargs)¶ Initializes a new RemoveDrgRouteRulesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: route_rule_ids (list[str]) – The value to assign to the route_rule_ids property of this RemoveDrgRouteRulesDetails.
-
route_rule_ids
¶ Gets the route_rule_ids of this RemoveDrgRouteRulesDetails. The Oracle-assigned ID of each DRG route rule to be deleted.
Returns: The route_rule_ids of this RemoveDrgRouteRulesDetails. Return type: list[str]
-