ExpressRouteGateway Class
ExpressRoute gateway resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2020_06_01.models._models_py3.ResourceExpressRouteGateway
Constructor
ExpressRouteGateway(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, auto_scale_configuration: typing.Union[_ForwardRef('ExpressRouteGatewayPropertiesAutoScaleConfiguration'), NoneType] = None, virtual_hub: typing.Union[_ForwardRef('VirtualHubId'), NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
- auto_scale_configuration
- ExpressRouteGatewayPropertiesAutoScaleConfiguration
Configuration for auto scaling.
- virtual_hub
- VirtualHubId
The Virtual Hub where the ExpressRoute gateway is or will be deployed.
Variables
- name
- str
Resource name.
- type
- str
Resource type.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- express_route_connections
- list[ExpressRouteConnection]
List of ExpressRoute connections to the ExpressRoute gateway.
- provisioning_state
- str or ProvisioningState
The provisioning state of the express route gateway resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for