ExpressRouteFailoverTestDetails Class
ExpressRoute failover test details.
Constructor
ExpressRouteFailoverTestDetails(*, peering_location: str | None = None, circuits: list['_models.ExpressRouteFailoverCircuitResourceDetails'] | None = None, status: str | _models.FailoverTestStatus | None = None, start_time: str | None = None, end_time: str | None = None, connections: list['_models.ExpressRouteFailoverConnectionResourceDetails'] | None = None, test_guid: str | None = None, test_type: str | _models.FailoverTestType | None = None, issues: list[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
peering_location
|
Peering location of the test. Default value: None
|
|
circuits
|
All circuits in the peering location. Default value: None
|
|
status
|
The current status of the test. Known values are: "NotStarted", "Starting", "Running", "StartFailed", "Stopping", "Completed", "StopFailed", "Invalid", and "Expired". Default value: None
|
|
start_time
|
Time when the test was started. Default value: None
|
|
end_time
|
Time when the test was completed. Default value: None
|
|
connections
|
All connections to the circuits in the peering location. Default value: None
|
|
test_guid
|
The unique GUID associated with the test. Default value: None
|
|
test_type
|
The type of failover test. Known values are: "SingleSiteFailover", "MultiSiteFailover", and "All". Default value: None
|
|
issues
|
A list of all issues with the test. Default value: None
|
Variables
| Name | Description |
|---|---|
|
peering_location
|
Peering location of the test. |
|
circuits
|
All circuits in the peering location. |
|
status
|
The current status of the test. Known values are: "NotStarted", "Starting", "Running", "StartFailed", "Stopping", "Completed", "StopFailed", "Invalid", and "Expired". |
|
start_time
|
Time when the test was started. |
|
end_time
|
Time when the test was completed. |
|
connections
|
All connections to the circuits in the peering location. |
|
test_guid
|
The unique GUID associated with the test. |
|
test_type
|
The type of failover test. Known values are: "SingleSiteFailover", "MultiSiteFailover", and "All". |
|
issues
|
A list of all issues with the test. |