code property
The propagation status. Possible string values are:
- "CODE_UNSPECIFIED" : The code is unspecified.
- "READY" : The propagated Private Service Connect connection is ready.
- "PROPAGATING" : The Private Service Connect connection is propagating. This is a transient state.
- "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.
- "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. - "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. - "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.
Implementation
core.String? code;