FailoverConnectionDetails Class
FailoverConnectionDetails.
Constructor
FailoverConnectionDetails(*, failover_connection_name: str | None = None, failover_location: str | None = None, is_verified: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
failover_connection_name
|
Name of the failover connection. Default value: None
|
|
failover_location
|
Location of the failover connection. Default value: None
|
|
is_verified
|
Whether the customer was able to establish connectivity through this failover connection or not. Default value: None
|