public interface BfdPacketOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAuthenticationPresent()
The Authentication Present bit of the BFD packet.
|
boolean |
getControlPlaneIndependent()
The Control Plane Independent bit of the BFD packet.
|
boolean |
getDemand()
The demand bit of the BFD packet.
|
String |
getDiagnostic()
The diagnostic code specifies the local system's reason for the last change in session state.
|
com.google.protobuf.ByteString |
getDiagnosticBytes()
The diagnostic code specifies the local system's reason for the last change in session state.
|
boolean |
getFinal()
The Final bit of the BFD packet.
|
int |
getLength()
The length of the BFD Control packet in bytes.
|
int |
getMinEchoRxIntervalMs()
The Required Min Echo RX Interval value in the BFD packet.
|
int |
getMinRxIntervalMs()
The Required Min RX Interval value in the BFD packet.
|
int |
getMinTxIntervalMs()
The Desired Min TX Interval value in the BFD packet.
|
int |
getMultiplier()
The detection time multiplier of the BFD packet.
|
boolean |
getMultipoint()
The multipoint bit of the BFD packet.
|
int |
getMyDiscriminator()
The My Discriminator value in the BFD packet.
|
boolean |
getPoll()
The Poll bit of the BFD packet.
|
String |
getState()
The current BFD session state as seen by the transmitting system.
|
com.google.protobuf.ByteString |
getStateBytes()
The current BFD session state as seen by the transmitting system.
|
int |
getVersion()
The version number of the BFD protocol, as specified in section 4.1 of RFC5880.
|
int |
getYourDiscriminator()
The Your Discriminator value in the BFD packet.
|
boolean |
hasAuthenticationPresent()
The Authentication Present bit of the BFD packet.
|
boolean |
hasControlPlaneIndependent()
The Control Plane Independent bit of the BFD packet.
|
boolean |
hasDemand()
The demand bit of the BFD packet.
|
boolean |
hasDiagnostic()
The diagnostic code specifies the local system's reason for the last change in session state.
|
boolean |
hasFinal()
The Final bit of the BFD packet.
|
boolean |
hasLength()
The length of the BFD Control packet in bytes.
|
boolean |
hasMinEchoRxIntervalMs()
The Required Min Echo RX Interval value in the BFD packet.
|
boolean |
hasMinRxIntervalMs()
The Required Min RX Interval value in the BFD packet.
|
boolean |
hasMinTxIntervalMs()
The Desired Min TX Interval value in the BFD packet.
|
boolean |
hasMultiplier()
The detection time multiplier of the BFD packet.
|
boolean |
hasMultipoint()
The multipoint bit of the BFD packet.
|
boolean |
hasMyDiscriminator()
The My Discriminator value in the BFD packet.
|
boolean |
hasPoll()
The Poll bit of the BFD packet.
|
boolean |
hasState()
The current BFD session state as seen by the transmitting system.
|
boolean |
hasVersion()
The version number of the BFD protocol, as specified in section 4.1 of RFC5880.
|
boolean |
hasYourDiscriminator()
The Your Discriminator value in the BFD packet.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAuthenticationPresent()
The Authentication Present bit of the BFD packet. This is specified in section 4.1 of RFC5880
optional bool authentication_present = 105974260;boolean getAuthenticationPresent()
The Authentication Present bit of the BFD packet. This is specified in section 4.1 of RFC5880
optional bool authentication_present = 105974260;boolean hasControlPlaneIndependent()
The Control Plane Independent bit of the BFD packet. This is specified in section 4.1 of RFC5880
optional bool control_plane_independent = 62363573;boolean getControlPlaneIndependent()
The Control Plane Independent bit of the BFD packet. This is specified in section 4.1 of RFC5880
optional bool control_plane_independent = 62363573;boolean hasDemand()
The demand bit of the BFD packet. This is specified in section 4.1 of RFC5880
optional bool demand = 275180107;boolean getDemand()
The demand bit of the BFD packet. This is specified in section 4.1 of RFC5880
optional bool demand = 275180107;boolean hasDiagnostic()
The diagnostic code specifies the local system's reason for the last change in session state. This allows remote systems to determine the reason that the previous session failed, for example. These diagnostic codes are specified in section 4.1 of RFC5880 Check the Diagnostic enum for the list of possible values.
optional string diagnostic = 62708647;String getDiagnostic()
The diagnostic code specifies the local system's reason for the last change in session state. This allows remote systems to determine the reason that the previous session failed, for example. These diagnostic codes are specified in section 4.1 of RFC5880 Check the Diagnostic enum for the list of possible values.
optional string diagnostic = 62708647;com.google.protobuf.ByteString getDiagnosticBytes()
The diagnostic code specifies the local system's reason for the last change in session state. This allows remote systems to determine the reason that the previous session failed, for example. These diagnostic codes are specified in section 4.1 of RFC5880 Check the Diagnostic enum for the list of possible values.
optional string diagnostic = 62708647;boolean hasFinal()
The Final bit of the BFD packet. This is specified in section 4.1 of RFC5880
optional bool final = 97436022;boolean getFinal()
The Final bit of the BFD packet. This is specified in section 4.1 of RFC5880
optional bool final = 97436022;boolean hasLength()
The length of the BFD Control packet in bytes. This is specified in section 4.1 of RFC5880
optional uint32 length = 504249062;int getLength()
The length of the BFD Control packet in bytes. This is specified in section 4.1 of RFC5880
optional uint32 length = 504249062;boolean hasMinEchoRxIntervalMs()
The Required Min Echo RX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880
optional uint32 min_echo_rx_interval_ms = 97286868;int getMinEchoRxIntervalMs()
The Required Min Echo RX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880
optional uint32 min_echo_rx_interval_ms = 97286868;boolean hasMinRxIntervalMs()
The Required Min RX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880
optional uint32 min_rx_interval_ms = 463399028;int getMinRxIntervalMs()
The Required Min RX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880
optional uint32 min_rx_interval_ms = 463399028;boolean hasMinTxIntervalMs()
The Desired Min TX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880
optional uint32 min_tx_interval_ms = 526023602;int getMinTxIntervalMs()
The Desired Min TX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880
optional uint32 min_tx_interval_ms = 526023602;boolean hasMultiplier()
The detection time multiplier of the BFD packet. This is specified in section 4.1 of RFC5880
optional uint32 multiplier = 191331777;int getMultiplier()
The detection time multiplier of the BFD packet. This is specified in section 4.1 of RFC5880
optional uint32 multiplier = 191331777;boolean hasMultipoint()
The multipoint bit of the BFD packet. This is specified in section 4.1 of RFC5880
optional bool multipoint = 191421431;boolean getMultipoint()
The multipoint bit of the BFD packet. This is specified in section 4.1 of RFC5880
optional bool multipoint = 191421431;boolean hasMyDiscriminator()
The My Discriminator value in the BFD packet. This is specified in section 4.1 of RFC5880
optional uint32 my_discriminator = 76663113;int getMyDiscriminator()
The My Discriminator value in the BFD packet. This is specified in section 4.1 of RFC5880
optional uint32 my_discriminator = 76663113;boolean hasPoll()
The Poll bit of the BFD packet. This is specified in section 4.1 of RFC5880
optional bool poll = 3446719;boolean getPoll()
The Poll bit of the BFD packet. This is specified in section 4.1 of RFC5880
optional bool poll = 3446719;boolean hasState()
The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880 Check the State enum for the list of possible values.
optional string state = 109757585;String getState()
The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880 Check the State enum for the list of possible values.
optional string state = 109757585;com.google.protobuf.ByteString getStateBytes()
The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880 Check the State enum for the list of possible values.
optional string state = 109757585;boolean hasVersion()
The version number of the BFD protocol, as specified in section 4.1 of RFC5880.
optional uint32 version = 351608024;int getVersion()
The version number of the BFD protocol, as specified in section 4.1 of RFC5880.
optional uint32 version = 351608024;boolean hasYourDiscriminator()
The Your Discriminator value in the BFD packet. This is specified in section 4.1 of RFC5880
optional uint32 your_discriminator = 515634064;int getYourDiscriminator()
The Your Discriminator value in the BFD packet. This is specified in section 4.1 of RFC5880
optional uint32 your_discriminator = 515634064;Copyright © 2023 Google LLC. All rights reserved.