Reference documentation and code samples for the Compute V1 Client class PscConnectionStatus.
Protobuf type google.cloud.compute.v1.ForwardingRule.PscConnectionStatus
Namespace
Google \ Cloud \ Compute \ V1 \ ForwardingRuleMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_PSC_CONNECTION_STATUS
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_PSC_CONNECTION_STATUS = 0;
ACCEPTED
Value: 246714279
The connection has been accepted by the producer.
Generated from protobuf enum ACCEPTED = 246714279;
CLOSED
Value: 380163436
The connection has been closed by the producer and will not serve traffic going forward.
Generated from protobuf enum CLOSED = 380163436;
NEEDS_ATTENTION
Value: 344491452
The connection has been accepted by the producer, but the producer needs to take further action before the forwarding rule can serve traffic.
Generated from protobuf enum NEEDS_ATTENTION = 344491452;
PENDING
Value: 35394935
The connection is pending acceptance by the producer.
Generated from protobuf enum PENDING = 35394935;
REJECTED
Value: 174130302
The connection has been rejected by the producer.
Generated from protobuf enum REJECTED = 174130302;
STATUS_UNSPECIFIED
Value: 42133066
Generated from protobuf enum STATUS_UNSPECIFIED = 42133066;