Enum CloudFunction.Types.IngressSettings (1.3.0)

public enum IngressSettings

Available ingress settings.

This controls what traffic can reach the function.

If unspecified, ALLOW_ALL will be used.

Namespace

Google.Cloud.Functions.V1

Assembly

Google.Cloud.Functions.V1.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.