Google Cloud Run V2 Client - Class IngressTraffic (0.9.1)

Reference documentation and code samples for the Google Cloud Run V2 Client class IngressTraffic.

Allowed ingress traffic for the Container.

Protobuf type google.cloud.run.v2.IngressTraffic

Namespace

Google \ Cloud \ Run \ V2

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

INGRESS_TRAFFIC_UNSPECIFIED

Value: 0

Unspecified

Generated from protobuf enum INGRESS_TRAFFIC_UNSPECIFIED = 0;

INGRESS_TRAFFIC_ALL

Value: 1

All inbound traffic is allowed.

Generated from protobuf enum INGRESS_TRAFFIC_ALL = 1;

INGRESS_TRAFFIC_INTERNAL_ONLY

Value: 2

Only internal traffic is allowed.

Generated from protobuf enum INGRESS_TRAFFIC_INTERNAL_ONLY = 2;

INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER

Value: 3

Both internal and Google Cloud Load Balancer traffic is allowed.

Generated from protobuf enum INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER = 3;