Cloud Build v1 API - Enum PrivatePoolV1Config.Types.NetworkConfig.Types.EgressOption (2.9.0)

public enum PrivatePoolV1Config.Types.NetworkConfig.Types.EgressOption

Reference documentation and code samples for the Cloud Build v1 API enum PrivatePoolV1Config.Types.NetworkConfig.Types.EgressOption.

Defines the egress option for the pool.

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Fields

NameDescription
NoPublicEgress

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

PublicEgress

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

Unspecified

If set, defaults to PUBLIC_EGRESS.