Compartilhar via


ExpressRouteFailoverSingleTestDetails Class

ExpressRoute failover single test details.

Inheritance
azure.mgmt.network._serialization.Model
ExpressRouteFailoverSingleTestDetails

Constructor

ExpressRouteFailoverSingleTestDetails(*, peering_location: str | None = None, status: str | _models.FailoverTestStatusForSingleTest | None = None, start_time_utc: str | None = None, end_time_utc: str | None = None, redundant_routes: List[_models.ExpressRouteFailoverRedundantRoute] | None = None, non_redundant_routes: List[str] | None = None, was_simulation_successful: bool | None = None, failover_connection_details: List[_models.FailoverConnectionDetails] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
peering_location
str

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
str

Time when the test was started.

end_time_utc
str

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.

Variables

Name Description
peering_location
str

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
str

Time when the test was started.

end_time_utc
str

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.