public interface BfdStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBfdSessionInitializationMode()
The BFD session initialization mode for this BGP peer.
|
com.google.protobuf.ByteString |
getBfdSessionInitializationModeBytes()
The BFD session initialization mode for this BGP peer.
|
long |
getConfigUpdateTimestampMicros()
Unix timestamp of the most recent config update.
|
BfdStatusPacketCounts |
getControlPacketCounts()
Control packet counts for the current BFD session.
|
BfdStatusPacketCountsOrBuilder |
getControlPacketCountsOrBuilder()
Control packet counts for the current BFD session.
|
PacketIntervals |
getControlPacketIntervals(int index)
Inter-packet time interval statistics for control packets.
|
int |
getControlPacketIntervalsCount()
Inter-packet time interval statistics for control packets.
|
List<PacketIntervals> |
getControlPacketIntervalsList()
Inter-packet time interval statistics for control packets.
|
PacketIntervalsOrBuilder |
getControlPacketIntervalsOrBuilder(int index)
Inter-packet time interval statistics for control packets.
|
List<? extends PacketIntervalsOrBuilder> |
getControlPacketIntervalsOrBuilderList()
Inter-packet time interval statistics for control packets.
|
String |
getLocalDiagnostic()
The diagnostic code specifies the local system's reason for the last change in session state.
|
com.google.protobuf.ByteString |
getLocalDiagnosticBytes()
The diagnostic code specifies the local system's reason for the last change in session state.
|
String |
getLocalState()
The current BFD session state as seen by the transmitting system.
|
com.google.protobuf.ByteString |
getLocalStateBytes()
The current BFD session state as seen by the transmitting system.
|
int |
getNegotiatedLocalControlTxIntervalMs()
Negotiated transmit interval for control packets.
|
BfdPacket |
getRxPacket()
The most recent Rx control packet for this BFD session.
|
BfdPacketOrBuilder |
getRxPacketOrBuilder()
The most recent Rx control packet for this BFD session.
|
BfdPacket |
getTxPacket()
The most recent Tx control packet for this BFD session.
|
BfdPacketOrBuilder |
getTxPacketOrBuilder()
The most recent Tx control packet for this BFD session.
|
long |
getUptimeMs()
Session uptime in milliseconds.
|
boolean |
hasBfdSessionInitializationMode()
The BFD session initialization mode for this BGP peer.
|
boolean |
hasConfigUpdateTimestampMicros()
Unix timestamp of the most recent config update.
|
boolean |
hasControlPacketCounts()
Control packet counts for the current BFD session.
|
boolean |
hasLocalDiagnostic()
The diagnostic code specifies the local system's reason for the last change in session state.
|
boolean |
hasLocalState()
The current BFD session state as seen by the transmitting system.
|
boolean |
hasNegotiatedLocalControlTxIntervalMs()
Negotiated transmit interval for control packets.
|
boolean |
hasRxPacket()
The most recent Rx control packet for this BFD session.
|
boolean |
hasTxPacket()
The most recent Tx control packet for this BFD session.
|
boolean |
hasUptimeMs()
Session uptime in milliseconds.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBfdSessionInitializationMode()
The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. Check the BfdSessionInitializationMode enum for the list of possible values.
optional string bfd_session_initialization_mode = 218156954;String getBfdSessionInitializationMode()
The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. Check the BfdSessionInitializationMode enum for the list of possible values.
optional string bfd_session_initialization_mode = 218156954;com.google.protobuf.ByteString getBfdSessionInitializationModeBytes()
The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. Check the BfdSessionInitializationMode enum for the list of possible values.
optional string bfd_session_initialization_mode = 218156954;boolean hasConfigUpdateTimestampMicros()
Unix timestamp of the most recent config update.
optional int64 config_update_timestamp_micros = 457195569;long getConfigUpdateTimestampMicros()
Unix timestamp of the most recent config update.
optional int64 config_update_timestamp_micros = 457195569;boolean hasControlPacketCounts()
Control packet counts for the current BFD session.
optional .google.cloud.compute.v1.BfdStatusPacketCounts control_packet_counts = 132573561;
BfdStatusPacketCounts getControlPacketCounts()
Control packet counts for the current BFD session.
optional .google.cloud.compute.v1.BfdStatusPacketCounts control_packet_counts = 132573561;
BfdStatusPacketCountsOrBuilder getControlPacketCountsOrBuilder()
Control packet counts for the current BFD session.
optional .google.cloud.compute.v1.BfdStatusPacketCounts control_packet_counts = 132573561;
List<PacketIntervals> getControlPacketIntervalsList()
Inter-packet time interval statistics for control packets.
repeated .google.cloud.compute.v1.PacketIntervals control_packet_intervals = 500806649;
PacketIntervals getControlPacketIntervals(int index)
Inter-packet time interval statistics for control packets.
repeated .google.cloud.compute.v1.PacketIntervals control_packet_intervals = 500806649;
int getControlPacketIntervalsCount()
Inter-packet time interval statistics for control packets.
repeated .google.cloud.compute.v1.PacketIntervals control_packet_intervals = 500806649;
List<? extends PacketIntervalsOrBuilder> getControlPacketIntervalsOrBuilderList()
Inter-packet time interval statistics for control packets.
repeated .google.cloud.compute.v1.PacketIntervals control_packet_intervals = 500806649;
PacketIntervalsOrBuilder getControlPacketIntervalsOrBuilder(int index)
Inter-packet time interval statistics for control packets.
repeated .google.cloud.compute.v1.PacketIntervals control_packet_intervals = 500806649;
boolean hasLocalDiagnostic()
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 LocalDiagnostic enum for the list of possible values.
optional string local_diagnostic = 463737083;String getLocalDiagnostic()
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 LocalDiagnostic enum for the list of possible values.
optional string local_diagnostic = 463737083;com.google.protobuf.ByteString getLocalDiagnosticBytes()
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 LocalDiagnostic enum for the list of possible values.
optional string local_diagnostic = 463737083;boolean hasLocalState()
The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880 Check the LocalState enum for the list of possible values.
optional string local_state = 149195453;String getLocalState()
The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880 Check the LocalState enum for the list of possible values.
optional string local_state = 149195453;com.google.protobuf.ByteString getLocalStateBytes()
The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880 Check the LocalState enum for the list of possible values.
optional string local_state = 149195453;boolean hasNegotiatedLocalControlTxIntervalMs()
Negotiated transmit interval for control packets.
optional uint32 negotiated_local_control_tx_interval_ms = 21768340;int getNegotiatedLocalControlTxIntervalMs()
Negotiated transmit interval for control packets.
optional uint32 negotiated_local_control_tx_interval_ms = 21768340;boolean hasRxPacket()
The most recent Rx control packet for this BFD session.
optional .google.cloud.compute.v1.BfdPacket rx_packet = 505069729;BfdPacket getRxPacket()
The most recent Rx control packet for this BFD session.
optional .google.cloud.compute.v1.BfdPacket rx_packet = 505069729;BfdPacketOrBuilder getRxPacketOrBuilder()
The most recent Rx control packet for this BFD session.
optional .google.cloud.compute.v1.BfdPacket rx_packet = 505069729;boolean hasTxPacket()
The most recent Tx control packet for this BFD session.
optional .google.cloud.compute.v1.BfdPacket tx_packet = 111386275;BfdPacket getTxPacket()
The most recent Tx control packet for this BFD session.
optional .google.cloud.compute.v1.BfdPacket tx_packet = 111386275;BfdPacketOrBuilder getTxPacketOrBuilder()
The most recent Tx control packet for this BFD session.
optional .google.cloud.compute.v1.BfdPacket tx_packet = 111386275;boolean hasUptimeMs()
Session uptime in milliseconds. Value will be 0 if session is not up.
optional int64 uptime_ms = 125398365;long getUptimeMs()
Session uptime in milliseconds. Value will be 0 if session is not up.
optional int64 uptime_ms = 125398365;Copyright © 2023 Google LLC. All rights reserved.