public enum RouterStatus.BgpPeerStatus.BgpStatus extends Enum<RouterStatus.BgpPeerStatus.BgpStatus> implements ProtocolMessageEnumStatus of the BGP peer: {UP, DOWN}
 Protobuf enum google.cloud.edgenetwork.v1.RouterStatus.BgpPeerStatus.BgpStatus
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| DOWN | The DOWN state indicating BGP session is not established yet.   | 
| DOWN_VALUE | The DOWN state indicating BGP session is not established yet.   | 
| UNKNOWN | The default status indicating BGP session is in unknown state.   | 
| UNKNOWN_VALUE | The default status indicating BGP session is in unknown state.   | 
| UNRECOGNIZED | |
| UP | The UP status indicating BGP session is established.   | 
| UP_VALUE | The UP status indicating BGP session is established.   | 
| 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() | |