Enum NetworkPeeringConnectionStatusConsensusState.DeleteStatus (1.82.0)

public enum NetworkPeeringConnectionStatusConsensusState.DeleteStatus extends Enum<NetworkPeeringConnectionStatusConsensusState.DeleteStatus> implements ProtocolMessageEnum

The status of the delete request.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
DELETE_ACKNOWLEDGED

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

DELETE_ACKNOWLEDGED = 325293916;

DELETE_ACKNOWLEDGED_VALUE

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

DELETE_ACKNOWLEDGED = 325293916;

DELETE_STATUS_UNSPECIFIED

DELETE_STATUS_UNSPECIFIED = 395396446;

DELETE_STATUS_UNSPECIFIED_VALUE

DELETE_STATUS_UNSPECIFIED = 395396446;

LOCAL_DELETE_REQUESTED

Network admin has requested deletion of this peering connection.

LOCAL_DELETE_REQUESTED = 227335214;

LOCAL_DELETE_REQUESTED_VALUE

Network admin has requested deletion of this peering connection.

LOCAL_DELETE_REQUESTED = 227335214;

PEER_DELETE_REQUESTED

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

PEER_DELETE_REQUESTED = 197847799;

PEER_DELETE_REQUESTED_VALUE

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

PEER_DELETE_REQUESTED = 197847799;

UNDEFINED_DELETE_STATUS

A value indicating that the enum field is not set.

UNDEFINED_DELETE_STATUS = 0;

UNDEFINED_DELETE_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_DELETE_STATUS = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()