ingress_mode(str | None) : Inbound traffic mode. Available modes depend on the profile configurations of runners you have access to.exposed_ports(tuple[int, ...] | None) : Ports to expose when using ingress. Required wheningress_modeis set. Lists are normalized to tuples.egress_mode(str | None) : Outbound traffic mode. Available modes depend on the profile configurations of runners you have access to.
NetworkOptions
Network configuration for sandbox ingress/egress.
Source: src/cwsandbox/_types.py:127
Network configuration for sandbox ingress/egress.
Attributes
Last modified on May 19, 2026