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.ResourceExpressRouteGateway
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
|
Resource ID. |
location
|
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
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. |
tags
|
Resource tags. |
etag
|
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. |
Azure SDK for Python