Condividi tramite


ExpressRouteGateway Class

ExpressRoute gateway resource.

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

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.

Default value: None
location
str

Resource location.

Default value: None
tags

Resource tags.

Default value: None
auto_scale_configuration

Configuration for auto scaling.

Default value: None
express_route_connections

List of ExpressRoute connections to the ExpressRoute gateway.

Default value: None
virtual_hub

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

Default value: None
allow_non_virtual_wan_traffic

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

Default value: None

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: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

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.