ExpressRouteLinkFailoverAllTestsDetails interface
ExpressRoute circuit link failover test details for all tests.
Properties
| bgp |
The BGP status details. |
| circuit |
The maintenance test category. |
| end |
Time when the test was completed. |
| issues | A list of all issues with the test. |
| link |
The link type. |
| start |
Time when the test was started. |
| status | The current status of the test. |
| test |
The unique GUID associated with the test. |
| test |
The type of failover test. |
| was |
Whether the failover simulation was successful or not. |
Property Details
bgpStatus
The BGP status details.
bgpStatus?: ExpressRouteLinkFailoverTestBgpStatus[]
Property Value
circuitTestCategory
The maintenance test category.
circuitTestCategory?: string
Property Value
string
endTime
Time when the test was completed.
endTime?: string
Property Value
string
issues
A list of all issues with the test.
issues?: string[]
Property Value
string[]
linkType
The link type.
linkType?: string
Property Value
string
startTime
Time when the test was started.
startTime?: string
Property Value
string
status
The current status of the test.
status?: string
Property Value
string
testGuid
The unique GUID associated with the test.
testGuid?: string
Property Value
string
testType
The type of failover test.
testType?: string
Property Value
string
wasSimulationSuccessful
Whether the failover simulation was successful or not.
wasSimulationSuccessful?: boolean
Property Value
boolean