Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/NetworkManagement/DropInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ class DropInfo extends \Google\Model
* balancing/docs/health-checks#firewall_rules).
*/
public const CAUSE_FIREWALL_BLOCKING_LOAD_BALANCER_BACKEND_HEALTH_CHECK = 'FIREWALL_BLOCKING_LOAD_BALANCER_BACKEND_HEALTH_CHECK';
/**
* Firewalls block health check probes to the Envoy proxies that power this
* load balancer.
*/
public const CAUSE_FIREWALL_BLOCKING_LOAD_BALANCER_ENVOY_PROXY_HEALTH_CHECK = 'FIREWALL_BLOCKING_LOAD_BALANCER_ENVOY_PROXY_HEALTH_CHECK';
/**
* Matching ingress firewall rules by network tags for packets sent via
* serverless VPC direct egress is unsupported. Behavior is undefined.
Expand Down Expand Up @@ -601,6 +606,7 @@ class DropInfo extends \Google\Model
* UNKNOWN_INTERNAL_ADDRESS, FORWARDING_RULE_MISMATCH,
* FORWARDING_RULE_NO_INSTANCES,
* FIREWALL_BLOCKING_LOAD_BALANCER_BACKEND_HEALTH_CHECK,
* FIREWALL_BLOCKING_LOAD_BALANCER_ENVOY_PROXY_HEALTH_CHECK,
* INGRESS_FIREWALL_TAGS_UNSUPPORTED_BY_DIRECT_VPC_EGRESS,
* INSTANCE_NOT_RUNNING, GKE_CLUSTER_NOT_RUNNING, GKE_POD_NOT_RUNNING,
* CLOUD_SQL_INSTANCE_NOT_RUNNING, REDIS_INSTANCE_NOT_RUNNING,
Expand Down
Loading