ExpressRouteFailoverSingleTestDetails Class
ExpressRoute failover single test details.
Constructor
ExpressRouteFailoverSingleTestDetails(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
peering_location
|
Peering location of the test. |
|
status
|
The current status of the test. Known values are: "NotStarted", "Starting", "Running", "StartFailed", "Stopping", "Completed", "StopFailed", "Invalid", and "Expired". |
|
start_time_utc
|
Time when the test was started. |
|
end_time_utc
|
Time when the test was completed. |
|
redundant_routes
|
List of routes received from this peering as well as some other peering location. |
|
non_redundant_routes
|
List of al the routes that were received only from this peering location. |
|
was_simulation_successful
|
Whether the failover simulation was successful or not. |
|
failover_connection_details
|
List of all the failover connections for this peering location. |
Attributes
end_time_utc
Time when the test was completed.
end_time_utc: str | None
failover_connection_details
List of all the failover connections for this peering location.
failover_connection_details: list['_models.FailoverConnectionDetails'] | None
non_redundant_routes
List of al the routes that were received only from this peering location.
non_redundant_routes: list[str] | None
peering_location
Peering location of the test.
peering_location: str | None
redundant_routes
List of routes received from this peering as well as some other peering location.
redundant_routes: list['_models.ExpressRouteFailoverRedundantRoute'] | None
start_time_utc
Time when the test was started.
start_time_utc: str | None
status
"NotStarted", "Starting", "Running", "StartFailed", "Stopping", "Completed", "StopFailed", "Invalid", and "Expired".
status: str | _models.FailoverTestStatusForSingleTest | None
was_simulation_successful
Whether the failover simulation was successful or not.
was_simulation_successful: bool | None