ExpressRouteLinkFailoverRoute Class

Represents a failover route for an ExpressRoute link.

Constructor

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

Variables

Name Description
route
str

The route.

next_hop
str

The next hop.

primary_as_path
str

The AS path for primary link.

secondary_as_path
str

The AS path for secondary link.

Attributes

next_hop

The next hop.

next_hop: str | None

primary_as_path

The AS path for primary link.

primary_as_path: str | None

route

The route.

route: str | None

secondary_as_path

The AS path for secondary link.

secondary_as_path: str | None