Class EgressOption (3.24.1)

EgressOption(value)

Defines the egress option for the pool.

Enums

Name Description
EGRESS_OPTION_UNSPECIFIED If set, defaults to PUBLIC_EGRESS.
NO_PUBLIC_EGRESS If set, workers are created without any public address, which prevents network egress to public IPs unless a network proxy is configured.
PUBLIC_EGRESS If set, workers are created with a public address which allows for public internet egress.