Cloud Build V1 API - Module Google::Cloud::Build::V1::PrivatePoolV1Config::NetworkConfig::EgressOption (v0.27.0)

Reference documentation and code samples for the Cloud Build V1 API module Google::Cloud::Build::V1::PrivatePoolV1Config::NetworkConfig::EgressOption.

Defines the egress option for the pool.

Constants

EGRESS_OPTION_UNSPECIFIED

value: 0
If set, defaults to PUBLIC_EGRESS.

NO_PUBLIC_EGRESS

value: 1
If set, workers are created without any public address, which prevents network egress to public IPs unless a network proxy is configured.

PUBLIC_EGRESS

value: 2
If set, workers are created with a public address which allows for public internet egress.