Module: Google::Cloud::NetworkConnectivity::V1::PscPropagationStatus::Code

Defined in:
proto_docs/google/cloud/networkconnectivity/v1/hub.rb

Overview

The Code enum represents the state of the Private Service Connect propagation.

Constant Summary collapse

CODE_UNSPECIFIED =

The code is unspecified.

0
READY =

The propagated Private Service Connect connection is ready.

1
PROPAGATING =

The Private Service Connect connection is propagating. This is a transient state.

2
ERROR_PRODUCER_PROPAGATED_CONNECTION_LIMIT_EXCEEDED =

The Private Service Connect connection propagation failed because the VPC network or the project of the target spoke has exceeded the connection limit set by the producer.

3
ERROR_PRODUCER_NAT_IP_SPACE_EXHAUSTED =

The Private Service Connect connection propagation failed because the NAT IP subnet space has been exhausted. It is equivalent to the Needs attention status of the Private Service Connect connection. See https://cloud.google.com/vpc/docs/about-accessing-vpc-hosted-services-endpoints#connection-statuses.

4
ERROR_PRODUCER_QUOTA_EXCEEDED =

The Private Service Connect connection propagation failed because the PSC_ILB_CONSUMER_FORWARDING_RULES_PER_PRODUCER_NETWORK quota in the producer VPC network has been exceeded.

5
ERROR_CONSUMER_QUOTA_EXCEEDED =

The Private Service Connect connection propagation failed because the PSC_PROPAGATED_CONNECTIONS_PER_VPC_NETWORK quota in the consumer VPC network has been exceeded.

6