Share via


ExpressRouteFailoverSingleTestDetails interface

ExpressRoute failover single test details

Properties

endTimeUtc

Time when the test was completed

failoverConnectionDetails

List of all the failover connections for this peering location

nonRedundantRoutes

List of al the routes that were received only from this peering location

peeringLocation

Peering location of the test

redundantRoutes

List of routes received from this peering as well as some other peering location

startTimeUtc

Time when the test was started

status

The current status of the test

wasSimulationSuccessful

Whether the failover simulation was successful or not

Property Details

endTimeUtc

Time when the test was completed

endTimeUtc?: string

Property Value

string

failoverConnectionDetails

List of all the failover connections for this peering location

failoverConnectionDetails?: FailoverConnectionDetails[]

Property Value

nonRedundantRoutes

List of al the routes that were received only from this peering location

nonRedundantRoutes?: string[]

Property Value

string[]

peeringLocation

Peering location of the test

peeringLocation?: string

Property Value

string

redundantRoutes

List of routes received from this peering as well as some other peering location

redundantRoutes?: ExpressRouteFailoverRedundantRoute[]

Property Value

startTimeUtc

Time when the test was started

startTimeUtc?: string

Property Value

string

status

The current status of the test

status?: string

Property Value

string

wasSimulationSuccessful

Whether the failover simulation was successful or not

wasSimulationSuccessful?: boolean

Property Value

boolean