- Overview
- PreflightCheckName
PreflightCheckName
Part of Diagnostics & preflight in the Python API reference.
Related guidance: getting-started/preflight, how-to/troubleshooting.
Runnable examples: preflight.py.
from picogrid_ecn_client import PreflightCheckNameIdentify the operation evaluated by a preflight check.
class PreflightCheckName(Enum): ...Members
Section titled “Members”| Name | Value |
|---|---|
| CONFIGURATION | ‘configuration’ |
| DNS | ‘dns’ |
| TCP | ‘tcp’ |
| TLS | ‘tls’ |
| AUTHENTICATION | ‘authentication’ |
| MQTT | ‘mqtt’ |
| SUBSCRIPTION | ‘subscription’ |
| PUBLISH_AUTHORIZATION | ‘publish_authorization’ |
Version 0.2.0 · branch main
