Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class Code.
The Code enum represents the state of the Private Service Connect propagation.
Protobuf type google.cloud.networkconnectivity.v1.PscPropagationStatus.Code
Namespace
Google \ Cloud \ NetworkConnectivity \ V1 \ PscPropagationStatusMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CODE_UNSPECIFIED
Value: 0The code is unspecified.
Generated from protobuf enum CODE_UNSPECIFIED = 0;
READY
Value: 1The propagated Private Service Connect connection is ready.
Generated from protobuf enum READY = 1;
PROPAGATING
Value: 2The Private Service Connect connection is propagating. This is a transient state.
Generated from protobuf enum PROPAGATING = 2;
ERROR_PRODUCER_PROPAGATED_CONNECTION_LIMIT_EXCEEDED
Value: 3The 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.
Generated from protobuf enum ERROR_PRODUCER_PROPAGATED_CONNECTION_LIMIT_EXCEEDED = 3;
ERROR_PRODUCER_NAT_IP_SPACE_EXHAUSTED
Value: 4The 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.
Generated from protobuf enum ERROR_PRODUCER_NAT_IP_SPACE_EXHAUSTED = 4;
ERROR_PRODUCER_QUOTA_EXCEEDED
Value: 5The 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.
Generated from protobuf enum ERROR_PRODUCER_QUOTA_EXCEEDED = 5;
ERROR_CONSUMER_QUOTA_EXCEEDED
Value: 6The Private Service Connect connection propagation failed because the
PSC_PROPAGATED_CONNECTIONS_PER_VPC_NETWORK quota in the consumer
VPC network has been exceeded.
Generated from protobuf enum ERROR_CONSUMER_QUOTA_EXCEEDED = 6;