ExpressRouteLinkFailoverStopApiParameters Class
Parameters for stopping an ExpressRoute circuit link failover test.
Constructor
ExpressRouteLinkFailoverStopApiParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
circuit_test_category
|
The category of the circuit test. |
|
link_type
|
The type of the link. |
|
was_simulation_successful
|
Whether the simulation was successful. |
|
is_verified
|
Whether the link is verified. |
Attributes
circuit_test_category
The category of the circuit test.
circuit_test_category: str | None
is_verified
Whether the link is verified.
is_verified: bool | None
link_type
The type of the link.
link_type: str | None
was_simulation_successful
Whether the simulation was successful.
was_simulation_successful: bool | None