ExpressRouteLinkFailoverSingleTestDetails interface
ExpressRoute circuit link failover single test details.
Properties
| bgp |
The BGP status details. |
| circuit |
The circuit test category. |
| end |
Time when the test was completed in UTC. |
| is |
Whether the simulation was verified. |
| link |
The link type. |
| non |
The non-redundant routes for link failover tests. |
| redundant |
The redundant routes for link failover tests. |
| start |
Time when the test was started in UTC. |
| status | The current status of the test. |
| was |
Whether the failover simulation was successful or not. |
Property Details
bgpStatus
The BGP status details.
bgpStatus?: ExpressRouteLinkFailoverTestBgpStatus[]
Property Value
circuitTestCategory
The circuit test category.
circuitTestCategory?: string
Property Value
string
endTimeUtc
Time when the test was completed in UTC.
endTimeUtc?: string
Property Value
string
isSimulationVerified
Whether the simulation was verified.
isSimulationVerified?: boolean
Property Value
boolean
linkType
The link type.
linkType?: string
Property Value
string
nonRedundantRoutes
The non-redundant routes for link failover tests.
nonRedundantRoutes?: ExpressRouteLinkFailoverRouteList
Property Value
redundantRoutes
The redundant routes for link failover tests.
redundantRoutes?: ExpressRouteLinkFailoverRouteList
Property Value
startTimeUtc
Time when the test was started in UTC.
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