ExpressRouteLinkFailoverSingleTestDetails Class
ExpressRoute circuit link failover single test details.
Constructor
ExpressRouteLinkFailoverSingleTestDetails(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
start_time_utc
|
Time when the test was started in UTC. |
|
end_time_utc
|
Time when the test was completed in UTC. |
|
status
|
The current status of the test. Known values are: "NotStarted", "Starting", "Running", "StartFailed", "Stopping", "Completed", "StopFailed", "Invalid", and "Expired". |
|
was_simulation_successful
|
Whether the failover simulation was successful or not. |
|
link_type
|
The link type. Known values are: "Primary" and "Secondary". |
|
circuit_test_category
|
The circuit test category. Known values are: "BgpDisconnect" and "ASPathPrepend". |
|
is_simulation_verified
|
Whether the simulation was verified. |
|
redundant_routes
|
The redundant routes for link failover tests. |
|
non_redundant_routes
|
The non-redundant routes for link failover tests. |
|
bgp_status
|
The BGP status details. |
Attributes
bgp_status
The BGP status details.
bgp_status: list['_models.ExpressRouteLinkFailoverTestBgpStatus'] | None
circuit_test_category
"BgpDisconnect" and "ASPathPrepend".
circuit_test_category: str | _models.MaintenanceTestCategory | None
end_time_utc
Time when the test was completed in UTC.
end_time_utc: str | None
is_simulation_verified
Whether the simulation was verified.
is_simulation_verified: bool | None
link_type
"Primary" and "Secondary".
link_type: str | _models.ExpressRouteFailoverLinkType | None
non_redundant_routes
The non-redundant routes for link failover tests.
non_redundant_routes: _models.ExpressRouteLinkFailoverRouteList | None
redundant_routes
The redundant routes for link failover tests.
redundant_routes: _models.ExpressRouteLinkFailoverRouteList | None
start_time_utc
Time when the test was started in UTC.
start_time_utc: str | None
status
"NotStarted", "Starting", "Running", "StartFailed", "Stopping", "Completed", "StopFailed", "Invalid", and "Expired".
status: str | _models.FailoverTestStatus | None
was_simulation_successful
Whether the failover simulation was successful or not.
was_simulation_successful: bool | None