Reference documentation and code samples for the Network Connectivity V1 API module Google::Cloud::NetworkConnectivity::V1::PscPropagationStatus::Code.
The Code enum represents the state of the Private Service Connect propagation.
Constants
CODE_UNSPECIFIED
value: 0
The code is unspecified.
READY
value: 1
The propagated Private Service Connect connection is ready.
PROPAGATING
value: 2
The Private Service Connect connection is propagating. This is a
transient state.
ERROR_PRODUCER_PROPAGATED_CONNECTION_LIMIT_EXCEEDED
value: 3
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.
ERROR_PRODUCER_NAT_IP_SPACE_EXHAUSTED
value: 4
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.
ERROR_PRODUCER_QUOTA_EXCEEDED
value: 5
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.
ERROR_CONSUMER_QUOTA_EXCEEDED
value: 6
The Private Service Connect connection propagation failed because the
PSC_PROPAGATED_CONNECTIONS_PER_VPC_NETWORK
quota in the consumer
VPC network has been exceeded.