Proxy
classgworker_client.resources.Proxy
A named proxy (pinned-region or static-egress) attached to the task. Outbound requests from the task are routed through the proxy. Useful for IP-allow-listing or geo-pinned egress.
Class
python
1class ProxyMethods
from_name
python
1from_name(name: str) -> ProxyReference a named proxy by name. Raises NotFoundError at deploy time if the proxy has not been provisioned in the tenant.