ExpressRouteGateway Class

ExpressRoute gateway resource.

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

Inheritance
azure.mgmt.network.models._models_py3.Resource
ExpressRouteGateway

Constructor

ExpressRouteGateway(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, auto_scale_configuration: _models.ExpressRouteGatewayPropertiesAutoScaleConfiguration | None = None, express_route_connections: List[_models.ExpressRouteConnection] | None = None, virtual_hub: _models.VirtualHubId | None = None, allow_non_virtual_wan_traffic: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

location
str

Resource location.

tags

Resource tags.

auto_scale_configuration

Configuration for auto scaling.

express_route_connections

List of ExpressRoute connections to the ExpressRoute gateway.

virtual_hub

The Virtual Hub where the ExpressRoute gateway is or will be deployed.

allow_non_virtual_wan_traffic

Configures this gateway to accept traffic from non Virtual WAN networks.

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

location
str

Resource location.

tags

Resource tags.

etag
str

A unique read-only string that changes whenever the resource is updated.

auto_scale_configuration

Configuration for auto scaling.

express_route_connections

List of ExpressRoute connections to the ExpressRoute gateway.

provisioning_state

The provisioning state of the express route gateway resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed".

virtual_hub

The Virtual Hub where the ExpressRoute gateway is or will be deployed.

allow_non_virtual_wan_traffic

Configures this gateway to accept traffic from non Virtual WAN networks.