Google Cloud Build V1 Client - Class EgressOption (0.5.1)

Reference documentation and code samples for the Google Cloud Build V1 Client class EgressOption.

Defines the egress option for the pool.

Protobuf type google.devtools.cloudbuild.v1.PrivatePoolV1Config.NetworkConfig.EgressOption

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

EGRESS_OPTION_UNSPECIFIED

Value: 0

If set, defaults to PUBLIC_EGRESS.

Generated from protobuf enum EGRESS_OPTION_UNSPECIFIED = 0;

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.

Generated from protobuf enum NO_PUBLIC_EGRESS = 1;

PUBLIC_EGRESS

Value: 2

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

Generated from protobuf enum PUBLIC_EGRESS = 2;