Optionalallow_(Optional) If true, allows devbox egress to the agent gateway for credential proxying. Defaults to false.
Optionalallow_(Optional) If true, all egress traffic is allowed (ALLOW_ALL policy). Defaults to false.
Optionalallow_(Optional) If true, allows traffic between the account's own devboxes via tunnels. Defaults to false. If allow_all is true, this is automatically set to true.
Optionalallow_(Optional) If true, allows devbox egress to the MCP hub for MCP server access. Defaults to false.
Optionalallow_(Optional) If true, allows devbox egress to Runloop's package/image registry mirrors. Defaults to false. Implicitly allowed when allow_all is true.
Optionalallowed_(Optional) IPv4 CIDR-based allow list with optional port restrictions, additive with allowed_hostnames. Example: [{'cidr': '10.12.0.0/16', 'ports': [{'port': 443}]}].
Optionalallowed_(Optional) DNS-based allow list with wildcard support. Examples: ['github.com', '*.npmjs.org'].
OptionaldescriptionOptional description for the NetworkPolicy.
The human-readable name for the NetworkPolicy. Must be unique within the account.