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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CODE_UNSPECIFIED |
The code is unspecified. |
CODE_UNSPECIFIED_VALUE |
The code is unspecified. |
ERROR_CONSUMER_QUOTA_EXCEEDED |
The Private Service Connect connection propagation failed because the
|
ERROR_CONSUMER_QUOTA_EXCEEDED_VALUE |
The Private Service Connect connection propagation failed because the
|
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 |
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 |
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_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_QUOTA_EXCEEDED |
The Private Service Connect connection propagation failed because the
|
ERROR_PRODUCER_QUOTA_EXCEEDED_VALUE |
The Private Service Connect connection propagation failed because the
|
PROPAGATING |
The Private Service Connect connection is propagating. This is a transient state. |
PROPAGATING_VALUE |
The Private Service Connect connection is propagating. This is a transient state. |
READY |
The propagated Private Service Connect connection is ready. |
READY_VALUE |
The propagated Private Service Connect connection is ready. |
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() |