Class NetworkSettings (1.8.1)

NetworkSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A NetworkSettings resource is a container for ingress settings for a version or service.

Attribute

NameDescription
ingress_traffic_allowed google.cloud.appengine_admin_v1.types.NetworkSettings.IngressTrafficAllowed
The ingress settings for version or service.

Classes

IngressTrafficAllowed

IngressTrafficAllowed(value)

If unspecified, INGRESS_TRAFFIC_ALLOWED_ALL will be used.

Values: INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED (0): Unspecified INGRESS_TRAFFIC_ALLOWED_ALL (1): Allow HTTP traffic from public and private sources. INGRESS_TRAFFIC_ALLOWED_INTERNAL_ONLY (2): Allow HTTP traffic from only private VPC sources. INGRESS_TRAFFIC_ALLOWED_INTERNAL_AND_LB (3): Allow HTTP traffic from private VPC sources and through load balancers.