Enum PscPropagationStatus.Code (1.54.0)

public enum PscPropagationStatus.Code extends Enum<PscPropagationStatus.Code> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.networkconnectivity.v1.PscPropagationStatus.Code

Implements

ProtocolMessageEnum

Static Fields

Name Description
CODE_UNSPECIFIED

The code is unspecified.

CODE_UNSPECIFIED = 0;

CODE_UNSPECIFIED_VALUE

The code is unspecified.

CODE_UNSPECIFIED = 0;

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.

ERROR_CONSUMER_QUOTA_EXCEEDED = 6;

ERROR_CONSUMER_QUOTA_EXCEEDED_VALUE

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

ERROR_CONSUMER_QUOTA_EXCEEDED = 6;

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_NAT_IP_SPACE_EXHAUSTED = 4;

ERROR_PRODUCER_NAT_IP_SPACE_EXHAUSTED_VALUE

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_NAT_IP_SPACE_EXHAUSTED = 4;

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_PROPAGATED_CONNECTION_LIMIT_EXCEEDED = 3;

ERROR_PRODUCER_PROPAGATED_CONNECTION_LIMIT_EXCEEDED_VALUE

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_PROPAGATED_CONNECTION_LIMIT_EXCEEDED = 3;

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_PRODUCER_QUOTA_EXCEEDED = 5;

ERROR_PRODUCER_QUOTA_EXCEEDED_VALUE

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_PRODUCER_QUOTA_EXCEEDED = 5;

PROPAGATING

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

PROPAGATING = 2;

PROPAGATING_VALUE

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

PROPAGATING = 2;

READY

The propagated Private Service Connect connection is ready.

READY = 1;

READY_VALUE

The propagated Private Service Connect connection is ready.

READY = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()