public enum CloudFunction.Types.IngressSettingsReference documentation and code samples for the Cloud Functions v1 API enum CloudFunction.Types.IngressSettings.
Available ingress settings.
This controls what traffic can reach the function.
If unspecified, ALLOW_ALL will be used.
Namespace
Google.Cloud.Functions.V1Assembly
Google.Cloud.Functions.V1.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. |