Cloud Functions v2beta API - Enum ServiceConfig.Types.IngressSettings (1.0.0-beta05)

public enum ServiceConfig.Types.IngressSettings

Reference documentation and code samples for the Cloud Functions v2beta API enum ServiceConfig.Types.IngressSettings.

Available ingress settings.

This controls what traffic can reach the function.

If unspecified, ALLOW_ALL will be used.

Namespace

Google.Cloud.Functions.V2Beta

Assembly

Google.Cloud.Functions.V2Beta.dll

Fields

NameDescription
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.