Class BfdStatus (1.4.0)

BfdStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Next free: 15

Attributes

NameDescription
bfd_session_initialization_mode str
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. This field is a member of oneof_ _bfd_session_initialization_mode.
config_update_timestamp_micros int
Unix timestamp of the most recent config update. This field is a member of oneof_ _config_update_timestamp_micros.
control_packet_counts google.cloud.compute_v1.types.BfdStatusPacketCounts
Control packet counts for the current BFD session. This field is a member of oneof_ _control_packet_counts.
control_packet_intervals Sequence[google.cloud.compute_v1.types.PacketIntervals]
Inter-packet time interval statistics for control packets.
local_diagnostic str
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. This field is a member of oneof_ _local_diagnostic.
local_state str
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. This field is a member of oneof_ _local_state.
negotiated_local_control_tx_interval_ms int
Negotiated transmit interval for control packets. This field is a member of oneof_ _negotiated_local_control_tx_interval_ms.
rx_packet google.cloud.compute_v1.types.BfdPacket
The most recent Rx control packet for this BFD session. This field is a member of oneof_ _rx_packet.
tx_packet google.cloud.compute_v1.types.BfdPacket
The most recent Tx control packet for this BFD session. This field is a member of oneof_ _tx_packet.
uptime_ms int
Session uptime in milliseconds. Value will be 0 if session is not up. This field is a member of oneof_ _uptime_ms.

Classes

BfdSessionInitializationMode

BfdSessionInitializationMode(value)

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.

LocalDiagnostic

LocalDiagnostic(value)

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

LocalState

LocalState(value)

The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880