Compartilhar via


StaticRoutesConfig Class

Configuration for static routes on this HubVnetConnectionConfiguration for static routes on this HubVnetConnection.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network._serialization.Model
StaticRoutesConfig

Constructor

StaticRoutesConfig(*, vnet_local_route_override_criteria: str | _models.VnetLocalRouteOverrideCriteria | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
vnet_local_route_override_criteria

Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke. Known values are: "Contains" and "Equal".

Variables

Name Description
propagate_static_routes

Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.

vnet_local_route_override_criteria

Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke. Known values are: "Contains" and "Equal".