Network Connectivity v1 API - Enum PscPropagationStatus.Types.Code (2.9.0)

public enum PscPropagationStatus.Types.Code

Reference documentation and code samples for the Network Connectivity v1 API enum PscPropagationStatus.Types.Code.

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

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Fields

Name Description
ErrorConsumerQuotaExceeded

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

ErrorProducerNatIpSpaceExhausted

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.

ErrorProducerPropagatedConnectionLimitExceeded

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.

ErrorProducerQuotaExceeded

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.

Propagating

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

Ready

The propagated Private Service Connect connection is ready.

Unspecified

The code is unspecified.