public enum NetworkPeeringConnectionStatusConsensusState.UpdateStatus extends Enum<NetworkPeeringConnectionStatusConsensusState.UpdateStatus> implements ProtocolMessageEnum
The status of the update request.
Protobuf enum
google.cloud.compute.v1.NetworkPeeringConnectionStatusConsensusState.UpdateStatus
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
IN_SYNC |
No pending configuration update proposals to the peering connection. |
IN_SYNC_VALUE |
No pending configuration update proposals to the peering connection. |
PENDING_LOCAL_ACKNOWLEDMENT |
The peer network admin has made an updatePeering call. The change is awaiting acknowledgment from this peering's network admin. |
PENDING_LOCAL_ACKNOWLEDMENT_VALUE |
The peer network admin has made an updatePeering call. The change is awaiting acknowledgment from this peering's network admin. |
PENDING_PEER_ACKNOWLEDGEMENT |
The local network admin has made an updatePeering call. The change is awaiting acknowledgment from the peer network admin. |
PENDING_PEER_ACKNOWLEDGEMENT_VALUE |
The local network admin has made an updatePeering call. The change is awaiting acknowledgment from the peer network admin. |
UNDEFINED_UPDATE_STATUS |
A value indicating that the enum field is not set. |
UNDEFINED_UPDATE_STATUS_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
UPDATE_STATUS_UNSPECIFIED |
|
UPDATE_STATUS_UNSPECIFIED_VALUE |
|
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() |