Google Cloud Run V2 Client - Class IngressTraffic (1.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ V2Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
INGRESS_TRAFFIC_UNSPECIFIED
Value: 0Unspecified
Generated from protobuf enum INGRESS_TRAFFIC_UNSPECIFIED = 0;
INGRESS_TRAFFIC_ALL
Value: 1All inbound traffic is allowed.
Generated from protobuf enum INGRESS_TRAFFIC_ALL = 1;
INGRESS_TRAFFIC_INTERNAL_ONLY
Value: 2Only internal traffic is allowed.
Generated from protobuf enum INGRESS_TRAFFIC_INTERNAL_ONLY = 2;
INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER
Value: 3Both internal and Google Cloud Load Balancer traffic is allowed.
Generated from protobuf enum INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER = 3;
INGRESS_TRAFFIC_NONE
Value: 4No ingress traffic is allowed.
Generated from protobuf enum INGRESS_TRAFFIC_NONE = 4;