ingressSettings property
The ingress settings for the function, controlling what traffic can reach it. Possible string values are:
- "INGRESS_SETTINGS_UNSPECIFIED" : Unspecified.
- "ALLOW_ALL" : Allow HTTP traffic from public and private sources.
- "ALLOW_INTERNAL_ONLY" : Allow HTTP traffic from only private VPC sources.
- "ALLOW_INTERNAL_AND_GCLB" : Allow HTTP traffic from private VPC sources and through GCLB.
Implementation
core.String? ingressSettings;