Compartilhar via


ExpressRouteFailoverTestDetails Class

ExpressRoute failover test details.

Inheritance
azure.mgmt.network._serialization.Model
ExpressRouteFailoverTestDetails

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
str

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
str

Time when the test was started.

end_time
str

Time when the test was completed.

connections

All connections to the circuits in the peering location.

test_guid
str

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
str

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
str

Time when the test was started.

end_time
str

Time when the test was completed.

connections

All connections to the circuits in the peering location.

test_guid
str

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.