public enum ServiceConfig.Types.IngressSettingsReference documentation and code samples for the Cloud Functions v2beta API enum ServiceConfig.Types.IngressSettings.
Available ingress settings.
This controls what traffic can reach the function.
If unspecified, ALLOW_ALL will be used.
Namespace
Google.Cloud.Functions.V2BetaAssembly
Google.Cloud.Functions.V2Beta.dll
Fields |
|
|---|---|
| Name | Description |
AllowAll |
Allow HTTP traffic from public and private sources. |
AllowInternalAndGclb |
Allow HTTP traffic from private VPC sources and through GCLB. |
AllowInternalOnly |
Allow HTTP traffic from only private VPC sources. |
Unspecified |
Unspecified. |