View Source GoogleApi.Compute.V1.Model.BfdStatus (google_api_compute v0.62.0)
Next free: 15
Attributes
-
bfdSessionInitializationMode
(type:String.t
, default:nil
) - 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. -
configUpdateTimestampMicros
(type:String.t
, default:nil
) - Unix timestamp of the most recent config update. -
controlPacketCounts
(type:GoogleApi.Compute.V1.Model.BfdStatusPacketCounts.t
, default:nil
) - Control packet counts for the current BFD session. -
controlPacketIntervals
(type:list(GoogleApi.Compute.V1.Model.PacketIntervals.t)
, default:nil
) - Inter-packet time interval statistics for control packets. -
localDiagnostic
(type:String.t
, default:nil
) - 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
(type:String.t
, default:nil
) - The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880 -
negotiatedLocalControlTxIntervalMs
(type:integer()
, default:nil
) - Negotiated transmit interval for control packets. -
rxPacket
(type:GoogleApi.Compute.V1.Model.BfdPacket.t
, default:nil
) - The most recent Rx control packet for this BFD session. -
txPacket
(type:GoogleApi.Compute.V1.Model.BfdPacket.t
, default:nil
) - The most recent Tx control packet for this BFD session. -
uptimeMs
(type:String.t
, default:nil
) - Session uptime in milliseconds. Value will be 0 if session is not up.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Compute.V1.Model.BfdStatus{ bfdSessionInitializationMode: String.t() | nil, configUpdateTimestampMicros: String.t() | nil, controlPacketCounts: GoogleApi.Compute.V1.Model.BfdStatusPacketCounts.t() | nil, controlPacketIntervals: [GoogleApi.Compute.V1.Model.PacketIntervals.t()] | nil, localDiagnostic: String.t() | nil, localState: String.t() | nil, negotiatedLocalControlTxIntervalMs: integer() | nil, rxPacket: GoogleApi.Compute.V1.Model.BfdPacket.t() | nil, txPacket: GoogleApi.Compute.V1.Model.BfdPacket.t() | nil, uptimeMs: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.