Module: Google::Cloud::AppEngine::V1::NetworkSettings::IngressTrafficAllowed
- Defined in:
- proto_docs/google/appengine/v1/network_settings.rb
Overview
If unspecified, INGRESS_TRAFFIC_ALLOWED_ALL will be used.
Constant Summary collapse
- INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED =
Unspecified
0
- INGRESS_TRAFFIC_ALLOWED_ALL =
Allow HTTP traffic from public and private sources.
1
- INGRESS_TRAFFIC_ALLOWED_INTERNAL_ONLY =
Allow HTTP traffic from only private VPC sources.
2
- INGRESS_TRAFFIC_ALLOWED_INTERNAL_AND_LB =
Allow HTTP traffic from private VPC sources and through load balancers.
3