ExpressRouteFailoverTestDetails Class
ExpressRoute failover test details.
- Inheritance
-
azure.mgmt.network._serialization.ModelExpressRouteFailoverTestDetails
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. |
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. |
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. |
Azure SDK for Python