App Engine Admin V1 API - Module Google::Cloud::AppEngine::V1::NetworkSettings::IngressTrafficAllowed (v0.3.6)

Reference documentation and code samples for the App Engine Admin V1 API module Google::Cloud::AppEngine::V1::NetworkSettings::IngressTrafficAllowed.

If unspecified, INGRESS_TRAFFIC_ALLOWED_ALL will be used.

Constants

INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED

value: 0
Unspecified

INGRESS_TRAFFIC_ALLOWED_ALL

value: 1
Allow HTTP traffic from public and private sources.

INGRESS_TRAFFIC_ALLOWED_INTERNAL_ONLY

value: 2
Allow HTTP traffic from only private VPC sources.

INGRESS_TRAFFIC_ALLOWED_INTERNAL_AND_LB

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