egressOption property

String? egressOption
getter/setter pair

Option to configure network egress for the workers. Possible string values are:

  • "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.

Implementation

core.String? egressOption;