Cloud Functions V1 API - Module Google::Cloud::Functions::V1::CloudFunction::IngressSettings (v0.8.1)

Reference documentation and code samples for the Cloud Functions V1 API module Google::Cloud::Functions::V1::CloudFunction::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.