- 1.62.0 (latest)
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public interface BfdStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBfdSessionInitializationMode()
public abstract 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;
Returns | |
---|---|
Type | Description |
String | The bfdSessionInitializationMode. |
getBfdSessionInitializationModeBytes()
public abstract 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;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for bfdSessionInitializationMode. |
getConfigUpdateTimestampMicros()
public abstract long getConfigUpdateTimestampMicros()
Unix timestamp of the most recent config update.
optional int64 config_update_timestamp_micros = 457195569;
Returns | |
---|---|
Type | Description |
long | The configUpdateTimestampMicros. |
getControlPacketCounts()
public abstract BfdStatusPacketCounts getControlPacketCounts()
Control packet counts for the current BFD session.
optional .google.cloud.compute.v1.BfdStatusPacketCounts control_packet_counts = 132573561;
Returns | |
---|---|
Type | Description |
BfdStatusPacketCounts | The controlPacketCounts. |
getControlPacketCountsOrBuilder()
public abstract BfdStatusPacketCountsOrBuilder getControlPacketCountsOrBuilder()
Control packet counts for the current BFD session.
optional .google.cloud.compute.v1.BfdStatusPacketCounts control_packet_counts = 132573561;
Returns | |
---|---|
Type | Description |
BfdStatusPacketCountsOrBuilder |
getControlPacketIntervals(int index)
public abstract PacketIntervals getControlPacketIntervals(int index)
Inter-packet time interval statistics for control packets.
repeated .google.cloud.compute.v1.PacketIntervals control_packet_intervals = 500806649;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
PacketIntervals |
getControlPacketIntervalsCount()
public abstract int getControlPacketIntervalsCount()
Inter-packet time interval statistics for control packets.
repeated .google.cloud.compute.v1.PacketIntervals control_packet_intervals = 500806649;
Returns | |
---|---|
Type | Description |
int |
getControlPacketIntervalsList()
public abstract List<PacketIntervals> getControlPacketIntervalsList()
Inter-packet time interval statistics for control packets.
repeated .google.cloud.compute.v1.PacketIntervals control_packet_intervals = 500806649;
Returns | |
---|---|
Type | Description |
List<PacketIntervals> |
getControlPacketIntervalsOrBuilder(int index)
public abstract PacketIntervalsOrBuilder getControlPacketIntervalsOrBuilder(int index)
Inter-packet time interval statistics for control packets.
repeated .google.cloud.compute.v1.PacketIntervals control_packet_intervals = 500806649;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
PacketIntervalsOrBuilder |
getControlPacketIntervalsOrBuilderList()
public abstract List<? extends PacketIntervalsOrBuilder> getControlPacketIntervalsOrBuilderList()
Inter-packet time interval statistics for control packets.
repeated .google.cloud.compute.v1.PacketIntervals control_packet_intervals = 500806649;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.PacketIntervalsOrBuilder> |
getLocalDiagnostic()
public abstract 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;
Returns | |
---|---|
Type | Description |
String | The localDiagnostic. |
getLocalDiagnosticBytes()
public abstract 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;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for localDiagnostic. |
getLocalState()
public abstract 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;
Returns | |
---|---|
Type | Description |
String | The localState. |
getLocalStateBytes()
public abstract 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;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for localState. |
getNegotiatedLocalControlTxIntervalMs()
public abstract int getNegotiatedLocalControlTxIntervalMs()
Negotiated transmit interval for control packets.
optional uint32 negotiated_local_control_tx_interval_ms = 21768340;
Returns | |
---|---|
Type | Description |
int | The negotiatedLocalControlTxIntervalMs. |
getRxPacket()
public abstract BfdPacket getRxPacket()
The most recent Rx control packet for this BFD session.
optional .google.cloud.compute.v1.BfdPacket rx_packet = 505069729;
Returns | |
---|---|
Type | Description |
BfdPacket | The rxPacket. |
getRxPacketOrBuilder()
public abstract BfdPacketOrBuilder getRxPacketOrBuilder()
The most recent Rx control packet for this BFD session.
optional .google.cloud.compute.v1.BfdPacket rx_packet = 505069729;
Returns | |
---|---|
Type | Description |
BfdPacketOrBuilder |
getTxPacket()
public abstract BfdPacket getTxPacket()
The most recent Tx control packet for this BFD session.
optional .google.cloud.compute.v1.BfdPacket tx_packet = 111386275;
Returns | |
---|---|
Type | Description |
BfdPacket | The txPacket. |
getTxPacketOrBuilder()
public abstract BfdPacketOrBuilder getTxPacketOrBuilder()
The most recent Tx control packet for this BFD session.
optional .google.cloud.compute.v1.BfdPacket tx_packet = 111386275;
Returns | |
---|---|
Type | Description |
BfdPacketOrBuilder |
getUptimeMs()
public abstract long getUptimeMs()
Session uptime in milliseconds. Value will be 0 if session is not up.
optional int64 uptime_ms = 125398365;
Returns | |
---|---|
Type | Description |
long | The uptimeMs. |
hasBfdSessionInitializationMode()
public abstract boolean 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;
Returns | |
---|---|
Type | Description |
boolean | Whether the bfdSessionInitializationMode field is set. |
hasConfigUpdateTimestampMicros()
public abstract boolean hasConfigUpdateTimestampMicros()
Unix timestamp of the most recent config update.
optional int64 config_update_timestamp_micros = 457195569;
Returns | |
---|---|
Type | Description |
boolean | Whether the configUpdateTimestampMicros field is set. |
hasControlPacketCounts()
public abstract boolean hasControlPacketCounts()
Control packet counts for the current BFD session.
optional .google.cloud.compute.v1.BfdStatusPacketCounts control_packet_counts = 132573561;
Returns | |
---|---|
Type | Description |
boolean | Whether the controlPacketCounts field is set. |
hasLocalDiagnostic()
public abstract 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;
Returns | |
---|---|
Type | Description |
boolean | Whether the localDiagnostic field is set. |
hasLocalState()
public abstract 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;
Returns | |
---|---|
Type | Description |
boolean | Whether the localState field is set. |
hasNegotiatedLocalControlTxIntervalMs()
public abstract boolean hasNegotiatedLocalControlTxIntervalMs()
Negotiated transmit interval for control packets.
optional uint32 negotiated_local_control_tx_interval_ms = 21768340;
Returns | |
---|---|
Type | Description |
boolean | Whether the negotiatedLocalControlTxIntervalMs field is set. |
hasRxPacket()
public abstract boolean hasRxPacket()
The most recent Rx control packet for this BFD session.
optional .google.cloud.compute.v1.BfdPacket rx_packet = 505069729;
Returns | |
---|---|
Type | Description |
boolean | Whether the rxPacket field is set. |
hasTxPacket()
public abstract boolean hasTxPacket()
The most recent Tx control packet for this BFD session.
optional .google.cloud.compute.v1.BfdPacket tx_packet = 111386275;
Returns | |
---|---|
Type | Description |
boolean | Whether the txPacket field is set. |
hasUptimeMs()
public abstract boolean hasUptimeMs()
Session uptime in milliseconds. Value will be 0 if session is not up.
optional int64 uptime_ms = 125398365;
Returns | |
---|---|
Type | Description |
boolean | Whether the uptimeMs field is set. |