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 network attachment.

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

Namespace

Google \ Cloud \ Compute \ V1 \ NetworkAttachmentConnectedEndpoint

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 consumer allows traffic from the producer to reach its VPC.

Generated from protobuf enum ACCEPTED = 246714279;

CLOSED

Value: 380163436

The consumer network attachment no longer exists.

Generated from protobuf enum CLOSED = 380163436;

NEEDS_ATTENTION

Value: 344491452

The consumer needs to take further action before traffic can be served.

Generated from protobuf enum NEEDS_ATTENTION = 344491452;

PENDING

Value: 35394935

The consumer neither allows nor prohibits traffic from the producer to reach its VPC.

Generated from protobuf enum PENDING = 35394935;

REJECTED

Value: 174130302

The consumer prohibits traffic from the producer to reach its VPC.

Generated from protobuf enum REJECTED = 174130302;

STATUS_UNSPECIFIED

Value: 42133066

Generated from protobuf enum STATUS_UNSPECIFIED = 42133066;