ExpressRouteLinkFailoverRouteList Class

Represents a list of failover routes for an ExpressRoute link.

Constructor

ExpressRouteLinkFailoverRouteList(*args: Any, **kwargs: Any)

Variables

Name Description
before_simulation

The routes before the simulation.

during_simulation

The routes during the simulation.

Attributes

before_simulation

The routes before the simulation.

before_simulation: list['_models.ExpressRouteLinkFailoverRoute'] | None

during_simulation

The routes during the simulation.

during_simulation: list['_models.ExpressRouteLinkFailoverRoute'] | None