ConnectivityCheckSettings Class
Settings that control how connectivity checks are performed by the connection analyzer.
Constructor
ConnectivityCheckSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
generate_path
|
Whether to generate a hop-by-hop path during the connectivity check. Default value is true. |
|
preferred_ip_version
|
Preferred IP version for the connectivity check. Known values are: "IPv4" and "IPv6". |
Attributes
generate_path
Whether to generate a hop-by-hop path during the connectivity check. Default value is true.
generate_path: bool | None
preferred_ip_version
"IPv4" and "IPv6".
preferred_ip_version: str | _models.PreferredIPVersion | None