Google Cloud Appengine Admin V1 Client - Class IngressTrafficAllowed (1.0.6)

Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class IngressTrafficAllowed.

If unspecified, INGRESS_TRAFFIC_ALLOWED_ALL will be used.

Protobuf type google.appengine.v1.NetworkSettings.IngressTrafficAllowed

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED

Value: 0

Unspecified

Generated from protobuf enum INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED = 0;

INGRESS_TRAFFIC_ALLOWED_ALL

Value: 1

Allow HTTP traffic from public and private sources.

Generated from protobuf enum INGRESS_TRAFFIC_ALLOWED_ALL = 1;

INGRESS_TRAFFIC_ALLOWED_INTERNAL_ONLY

Value: 2

Allow HTTP traffic from only private VPC sources.

Generated from protobuf enum INGRESS_TRAFFIC_ALLOWED_INTERNAL_ONLY = 2;

INGRESS_TRAFFIC_ALLOWED_INTERNAL_AND_LB

Value: 3

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

Generated from protobuf enum INGRESS_TRAFFIC_ALLOWED_INTERNAL_AND_LB = 3;