public enum PrivatePoolV1Config.Types.NetworkConfig.Types.EgressOptionReference 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.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |