RoutingRuleCollection Class
Defines the routing rule collection.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
RoutingRuleCollection(*, description: str | None = None, applies_to: List[_models.NetworkManagerRoutingGroupItem] | None = None, disable_bgp_route_propagation: str | _models.DisableBgpRoutePropagation | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
description
|
A description of the routing rule collection. Default value: None
|
|
applies_to
|
Groups for configuration. Default value: None
|
|
disable_bgp_route_propagation
|
Determines whether BGP route propagation is enabled. Defaults to true. Known values are: "False" and "True". Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
name
|
Resource name. |
|
type
|
Resource type. |
|
etag
|
A unique read-only string that changes whenever the resource is updated. |
|
system_data
|
The system metadata related to this resource. |
|
description
|
A description of the routing rule collection. |
|
provisioning_state
|
The provisioning state of the resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
|
resource_guid
|
Unique identifier for this resource. |
|
applies_to
|
Groups for configuration. |
|
disable_bgp_route_propagation
|
Determines whether BGP route propagation is enabled. Defaults to true. Known values are: "False" and "True". |