Module: Google::Cloud::Functions::V1::CloudFunction::IngressSettings
- Defined in:
- proto_docs/google/cloud/functions/v1/functions.rb
Overview
Available ingress settings.
This controls what traffic can reach the function.
If unspecified, ALLOW_ALL will be used.
Constant Summary collapse
- INGRESS_SETTINGS_UNSPECIFIED =
Unspecified.
0
- ALLOW_ALL =
Allow HTTP traffic from public and private sources.
1
- ALLOW_INTERNAL_ONLY =
Allow HTTP traffic from only private VPC sources.
2
- ALLOW_INTERNAL_AND_GCLB =
Allow HTTP traffic from private VPC sources and through GCLB.
3