Compute V1 Client - Class DeleteStatus (2.0.0)

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

The status of the delete request.

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

Namespace

Google \ Cloud \ Compute \ V1 \ NetworkPeeringConnectionStatusConsensusState

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_DELETE_STATUS

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_DELETE_STATUS = 0;

DELETE_ACKNOWLEDGED

Value: 325293916

Both network admins have agreed this consensus peering connection can be deleted.

Generated from protobuf enum DELETE_ACKNOWLEDGED = 325293916;

DELETE_STATUS_UNSPECIFIED

Value: 395396446

Generated from protobuf enum DELETE_STATUS_UNSPECIFIED = 395396446;

LOCAL_DELETE_REQUESTED

Value: 227335214

Network admin has requested deletion of this peering connection.

Generated from protobuf enum LOCAL_DELETE_REQUESTED = 227335214;

PEER_DELETE_REQUESTED

Value: 197847799

The peer network admin has requested deletion of this peering connection.

Generated from protobuf enum PEER_DELETE_REQUESTED = 197847799;