App Engine v1 API - Enum NetworkSettings.Types.IngressTrafficAllowed (2.3.0)

public enum NetworkSettings.Types.IngressTrafficAllowed

Reference documentation and code samples for the App Engine v1 API enum NetworkSettings.Types.IngressTrafficAllowed.

If unspecified, INGRESS_TRAFFIC_ALLOWED_ALL will be used.

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Fields

NameDescription
All

Allow HTTP traffic from public and private sources.

InternalAndLb

Allow HTTP traffic from private VPC sources and through load balancers.

InternalOnly

Allow HTTP traffic from only private VPC sources.

Unspecified

Unspecified