Skip to content

ReviewedContainerNetwork

Part of Configuration & authentication in the Python API reference.

Related guidance: getting-started/configuration, getting-started/authentication, security/credentials.

Runnable examples: preflight.py.

from picogrid_ecn_client import ReviewedContainerNetwork

Record an operator attestation the SDK cannot prove; the SDK enforces that every resolved address is private and revalidated on connect and reconnect.

ReviewedContainerNetwork(*, name: str)

Source · config.py

NameTypeRequiredDefaultConstraintsDescription
namestryesmin_length=1, max_length=128, pattern='^[A-Za-z0-9][A-Za-z0-9_.-]*$'Operator-attested container-network name recorded for audit; the SDK cannot prove the review and instead enforces private resolved addresses revalidated on connect and reconnect. Uses 1 through 128 allowed characters, such as ‘example-reviewed-network’.

Version 0.2.0 · branch main