ingressTrafficAllowed property
The ingress settings for version or service. Possible string values are:
- "INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED" : Unspecified
- "INGRESS_TRAFFIC_ALLOWED_ALL" : Allow HTTP traffic from public and private sources.
- "INGRESS_TRAFFIC_ALLOWED_INTERNAL_ONLY" : Allow HTTP traffic from only private VPC sources.
- "INGRESS_TRAFFIC_ALLOWED_INTERNAL_AND_LB" : Allow HTTP traffic from private VPC sources and through load balancers.
Implementation
core.String? ingressTrafficAllowed;