BfdStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Next free: 15
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
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 |
MutableSequence[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.
Values: UNDEFINED_BFD_SESSION_INITIALIZATION_MODE (0): A value indicating that the enum field is not set. ACTIVE (314733318): No description available. DISABLED (516696700): No description available. PASSIVE (462813959): No description available.
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
Values: UNDEFINED_LOCAL_DIAGNOSTIC (0): A value indicating that the enum field is not set. ADMINISTRATIVELY_DOWN (121685798): No description available. CONCATENATED_PATH_DOWN (26186892): No description available. CONTROL_DETECTION_TIME_EXPIRED (135478383): No description available. DIAGNOSTIC_UNSPECIFIED (58720895): No description available. ECHO_FUNCTION_FAILED (220687466): No description available. FORWARDING_PLANE_RESET (19715882): No description available. NEIGHBOR_SIGNALED_SESSION_DOWN (374226742): No description available. NO_DIAGNOSTIC (222503141): No description available. PATH_DOWN (290605180): No description available. REVERSE_CONCATENATED_PATH_DOWN (479337129): No description available.
LocalState
LocalState(value)
The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880
Values: UNDEFINED_LOCAL_STATE (0): A value indicating that the enum field is not set. ADMIN_DOWN (128544690): No description available. DOWN (2104482): No description available. INIT (2252048): No description available. STATE_UNSPECIFIED (470755401): No description available. UP (2715): No description available.