Compute V1 Client - Class Status (2.0.0)

Reference documentation and code samples for the Compute V1 Client class Status.

The status of a connected endpoint to this service attachment.

Protobuf type google.cloud.compute.v1.ServiceAttachmentConnectedEndpoint.Status

Namespace

Google \ Cloud \ Compute \ V1 \ ServiceAttachmentConnectedEndpoint

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_STATUS

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_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.

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 consumer is still connected but not using the connection.

Generated from protobuf enum REJECTED = 174130302;

STATUS_UNSPECIFIED

Value: 42133066

Generated from protobuf enum STATUS_UNSPECIFIED = 42133066;