ExpressRouteFailoverSingleTestDetails interface
ExpressRoute failover single test details
Properties
| end |
Time when the test was completed |
| failover |
List of all the failover connections for this peering location |
| non |
List of al the routes that were received only from this peering location |
| peering |
Peering location of the test |
| redundant |
List of routes received from this peering as well as some other peering location |
| start |
Time when the test was started |
| status | The current status of the test |
| was |
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