ingress property

String? ingress
getter/setter pair

Provides the ingress settings for this Service.

On output, returns the currently observed ingress settings, or INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible string values are:

  • "INGRESS_TRAFFIC_UNSPECIFIED" : Unspecified
  • "INGRESS_TRAFFIC_ALL" : All inbound traffic is allowed.
  • "INGRESS_TRAFFIC_INTERNAL_ONLY" : Only internal traffic is allowed.
  • "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER" : Both internal and Google Cloud Load Balancer traffic is allowed.

Implementation

core.String? ingress;