Compute V1 Client - Class UpdateStatus (2.0.0)

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

The status of the update request.

Protobuf type google.cloud.compute.v1.NetworkPeeringConnectionStatusConsensusState.UpdateStatus

Namespace

Google \ Cloud \ Compute \ V1 \ NetworkPeeringConnectionStatusConsensusState

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_UPDATE_STATUS

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_UPDATE_STATUS = 0;

IN_SYNC

Value: 2273653

No pending configuration update proposals to the peering connection.

Generated from protobuf enum IN_SYNC = 2273653;

PENDING_LOCAL_ACKNOWLEDMENT

Value: 229926592

The peer network admin has made an updatePeering call. The change is awaiting acknowledgment from this peering's network admin.

Generated from protobuf enum PENDING_LOCAL_ACKNOWLEDMENT = 229926592;

PENDING_PEER_ACKNOWLEDGEMENT

Value: 420185797

The local network admin has made an updatePeering call. The change is awaiting acknowledgment from the peer network admin.

Generated from protobuf enum PENDING_PEER_ACKNOWLEDGEMENT = 420185797;

UPDATE_STATUS_UNSPECIFIED

Value: 120836480

Generated from protobuf enum UPDATE_STATUS_UNSPECIFIED = 120836480;