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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DELETE_ACKNOWLEDGED |
Both network admins have agreed this consensus peering connection can be deleted. |
DELETE_ACKNOWLEDGED_VALUE |
Both network admins have agreed this consensus peering connection can be deleted. |
DELETE_STATUS_UNSPECIFIED |
|
DELETE_STATUS_UNSPECIFIED_VALUE |
|
LOCAL_DELETE_REQUESTED |
Network admin has requested deletion of this peering connection. |
LOCAL_DELETE_REQUESTED_VALUE |
Network admin has requested deletion of this peering connection. |
PEER_DELETE_REQUESTED |
The peer network admin has requested deletion of this peering connection. |
PEER_DELETE_REQUESTED_VALUE |
The peer network admin has requested deletion of this peering connection. |
UNDEFINED_DELETE_STATUS |
A value indicating that the enum field is not set. |
UNDEFINED_DELETE_STATUS_VALUE |
A value indicating that the enum field is not set. |
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() |