Cloud Functions V2 API - Module Google::Cloud::Functions::V2::ServiceConfig::IngressSettings (v1.6.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Functions V2 API module Google::Cloud::Functions::V2::ServiceConfig::IngressSettings.
Available ingress settings.
This controls what traffic can reach the function.
If unspecified, ALLOW_ALL will be used.
Constants
INGRESS_SETTINGS_UNSPECIFIED
value: 0 Unspecified.
ALLOW_ALL
value: 1 Allow HTTP traffic from public and private sources.
ALLOW_INTERNAL_ONLY
value: 2 Allow HTTP traffic from only private VPC sources.
ALLOW_INTERNAL_AND_GCLB
value: 3 Allow HTTP traffic from private VPC sources and through GCLB.