Module: Google::Cloud::Run::V2::IngressTraffic

Defined in:
proto_docs/google/cloud/run/v2/vendor_settings.rb

Overview

Allowed ingress traffic for the Container.

Constant Summary collapse

INGRESS_TRAFFIC_UNSPECIFIED =

Unspecified

0
INGRESS_TRAFFIC_ALL =

All inbound traffic is allowed.

1
INGRESS_TRAFFIC_INTERNAL_ONLY =

Only internal traffic is allowed.

2
INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER =

Both internal and Google Cloud Load Balancer traffic is allowed.

3