PatchRouteFilterRule Class
Route Filter Rule Resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2020_03_01.models._models_py3.SubResourcePatchRouteFilterRule
Constructor
PatchRouteFilterRule(*, id: typing.Union[str, NoneType] = None, access: typing.Union[str, _ForwardRef('Access'), NoneType] = None, route_filter_rule_type: typing.Union[str, _ForwardRef('RouteFilterRuleType'), NoneType] = None, communities: typing.Union[typing.List[str], NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- route_filter_rule_type
- str or RouteFilterRuleType
The rule type of the rule. Possible values include: "Community".
The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020'].
Variables
- name
- str
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- provisioning_state
- str or ProvisioningState
The provisioning state of the route filter rule resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for