RouteFilterRule Class
Route Filter Rule Resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2018_04_01.models._models_py3.SubResourceRouteFilterRule
Constructor
RouteFilterRule(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, location: 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.
- name
- str
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- location
- str
Resource location.
The access type of the rule. Valid values are: 'Allow', 'Deny'. Possible values include: "Allow", "Deny".
- route_filter_rule_type
- str or RouteFilterRuleType
The rule type of the rule. Valid value is: 'Community'. Possible values include: "Community".
The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020'].
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- provisioning_state
- str
The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'.
Feedback
Submit and view feedback for