Documentation ¶
Overview ¶
Cisco-IOS-XR-ipv4-ospf-oper:ospf/processes/process/default-vrf/statistics/te-stats
Index ¶
- type OspfShTeStats
- func (*OspfShTeStats) Descriptor() ([]byte, []int)
- func (m *OspfShTeStats) GetAdjChanges() uint32
- func (m *OspfShTeStats) GetAdjGets() uint32
- func (m *OspfShTeStats) GetControlBatchReads() uint32
- func (m *OspfShTeStats) GetControlBatchWrites() uint32
- func (m *OspfShTeStats) GetControlDisconnects() uint32
- func (m *OspfShTeStats) GetDataTransCompletes() uint32
- func (m *OspfShTeStats) GetFragmentAnnounces() uint32
- func (m *OspfShTeStats) GetFragmentDeletes() uint32
- func (m *OspfShTeStats) GetLinkBatchReads() uint32
- func (m *OspfShTeStats) GetLinkBatchWrites() uint32
- func (m *OspfShTeStats) GetLinkFloods() uint32
- func (m *OspfShTeStats) GetLinkFragmentFloods() uint32
- func (m *OspfShTeStats) GetLspGets() uint32
- func (m *OspfShTeStats) GetPceBrLkupNumDests() uint32
- func (m *OspfShTeStats) GetPceBrLookup() uint32
- func (m *OspfShTeStats) GetPceBrRespFails() uint32
- func (m *OspfShTeStats) GetPceFlood() uint32
- func (m *OspfShTeStats) GetPceGet() uint32
- func (m *OspfShTeStats) GetPceListen() uint32
- func (m *OspfShTeStats) GetPceNodeAnnounceBatches() uint32
- func (m *OspfShTeStats) GetPceNodeDeleteBatches() uint32
- func (m *OspfShTeStats) GetPceNodeSendFails() uint32
- func (m *OspfShTeStats) GetPceNumNodeAnnounce() uint32
- func (m *OspfShTeStats) GetPceNumNodeDelete() uint32
- func (m *OspfShTeStats) GetPceStoplisten() uint32
- func (m *OspfShTeStats) GetSrNumAreaEnabled() uint32
- func (m *OspfShTeStats) GetTeConnected() bool
- func (m *OspfShTeStats) GetTeDisconnects() uint32
- func (m *OspfShTeStats) GetTeSrIdtSent() bool
- func (m *OspfShTeStats) GetTeSrPathRegIdtRecvd() bool
- func (m *OspfShTeStats) GetTotalTunnels() uint32
- func (m *OspfShTeStats) GetTunnelAnnounces() uint32
- func (*OspfShTeStats) ProtoMessage()
- func (m *OspfShTeStats) Reset()
- func (m *OspfShTeStats) String() string
- func (m *OspfShTeStats) XXX_DiscardUnknown()
- func (m *OspfShTeStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OspfShTeStats) XXX_Merge(src proto.Message)
- func (m *OspfShTeStats) XXX_Size() int
- func (m *OspfShTeStats) XXX_Unmarshal(b []byte) error
- type OspfShTeStats_KEYS
- func (*OspfShTeStats_KEYS) Descriptor() ([]byte, []int)
- func (m *OspfShTeStats_KEYS) GetProcessName() string
- func (*OspfShTeStats_KEYS) ProtoMessage()
- func (m *OspfShTeStats_KEYS) Reset()
- func (m *OspfShTeStats_KEYS) String() string
- func (m *OspfShTeStats_KEYS) XXX_DiscardUnknown()
- func (m *OspfShTeStats_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OspfShTeStats_KEYS) XXX_Merge(src proto.Message)
- func (m *OspfShTeStats_KEYS) XXX_Size() int
- func (m *OspfShTeStats_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OspfShTeStats ¶
type OspfShTeStats struct { TeConnected bool `protobuf:"varint,50,opt,name=te_connected,json=teConnected,proto3" json:"te_connected,omitempty"` ControlDisconnects uint32 `protobuf:"varint,51,opt,name=control_disconnects,json=controlDisconnects,proto3" json:"control_disconnects,omitempty"` TeDisconnects uint32 `protobuf:"varint,52,opt,name=te_disconnects,json=teDisconnects,proto3" json:"te_disconnects,omitempty"` AdjGets uint32 `protobuf:"varint,53,opt,name=adj_gets,json=adjGets,proto3" json:"adj_gets,omitempty"` LinkFloods uint32 `protobuf:"varint,54,opt,name=link_floods,json=linkFloods,proto3" json:"link_floods,omitempty"` LinkFragmentFloods uint32 `protobuf:"varint,55,opt,name=link_fragment_floods,json=linkFragmentFloods,proto3" json:"link_fragment_floods,omitempty"` LspGets uint32 `protobuf:"varint,56,opt,name=lsp_gets,json=lspGets,proto3" json:"lsp_gets,omitempty"` TunnelAnnounces uint32 `protobuf:"varint,57,opt,name=tunnel_announces,json=tunnelAnnounces,proto3" json:"tunnel_announces,omitempty"` TotalTunnels uint32 `protobuf:"varint,58,opt,name=total_tunnels,json=totalTunnels,proto3" json:"total_tunnels,omitempty"` ControlBatchReads uint32 `protobuf:"varint,59,opt,name=control_batch_reads,json=controlBatchReads,proto3" json:"control_batch_reads,omitempty"` ControlBatchWrites uint32 `protobuf:"varint,60,opt,name=control_batch_writes,json=controlBatchWrites,proto3" json:"control_batch_writes,omitempty"` LinkBatchReads uint32 `protobuf:"varint,61,opt,name=link_batch_reads,json=linkBatchReads,proto3" json:"link_batch_reads,omitempty"` LinkBatchWrites uint32 `protobuf:"varint,62,opt,name=link_batch_writes,json=linkBatchWrites,proto3" json:"link_batch_writes,omitempty"` AdjChanges uint32 `protobuf:"varint,63,opt,name=adj_changes,json=adjChanges,proto3" json:"adj_changes,omitempty"` FragmentDeletes uint32 `protobuf:"varint,64,opt,name=fragment_deletes,json=fragmentDeletes,proto3" json:"fragment_deletes,omitempty"` FragmentAnnounces uint32 `protobuf:"varint,65,opt,name=fragment_announces,json=fragmentAnnounces,proto3" json:"fragment_announces,omitempty"` DataTransCompletes uint32 `protobuf:"varint,66,opt,name=data_trans_completes,json=dataTransCompletes,proto3" json:"data_trans_completes,omitempty"` PceListen uint32 `protobuf:"varint,67,opt,name=pce_listen,json=pceListen,proto3" json:"pce_listen,omitempty"` PceStoplisten uint32 `protobuf:"varint,68,opt,name=pce_stoplisten,json=pceStoplisten,proto3" json:"pce_stoplisten,omitempty"` PceFlood uint32 `protobuf:"varint,69,opt,name=pce_flood,json=pceFlood,proto3" json:"pce_flood,omitempty"` PceGet uint32 `protobuf:"varint,70,opt,name=pce_get,json=pceGet,proto3" json:"pce_get,omitempty"` PceBrLookup uint32 `protobuf:"varint,71,opt,name=pce_br_lookup,json=pceBrLookup,proto3" json:"pce_br_lookup,omitempty"` PceBrLkupNumDests uint32 `protobuf:"varint,72,opt,name=pce_br_lkup_num_dests,json=pceBrLkupNumDests,proto3" json:"pce_br_lkup_num_dests,omitempty"` PceBrRespFails uint32 `protobuf:"varint,73,opt,name=pce_br_resp_fails,json=pceBrRespFails,proto3" json:"pce_br_resp_fails,omitempty"` PceNodeAnnounceBatches uint32 `` /* 133-byte string literal not displayed */ PceNodeDeleteBatches uint32 `` /* 127-byte string literal not displayed */ PceNumNodeAnnounce uint32 `protobuf:"varint,76,opt,name=pce_num_node_announce,json=pceNumNodeAnnounce,proto3" json:"pce_num_node_announce,omitempty"` PceNumNodeDelete uint32 `protobuf:"varint,77,opt,name=pce_num_node_delete,json=pceNumNodeDelete,proto3" json:"pce_num_node_delete,omitempty"` PceNodeSendFails uint32 `protobuf:"varint,78,opt,name=pce_node_send_fails,json=pceNodeSendFails,proto3" json:"pce_node_send_fails,omitempty"` TeSrPathRegIdtRecvd bool `` /* 128-byte string literal not displayed */ TeSrIdtSent bool `protobuf:"varint,80,opt,name=te_sr_idt_sent,json=teSrIdtSent,proto3" json:"te_sr_idt_sent,omitempty"` SrNumAreaEnabled uint32 `protobuf:"varint,81,opt,name=sr_num_area_enabled,json=srNumAreaEnabled,proto3" json:"sr_num_area_enabled,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OspfShTeStats) Descriptor ¶
func (*OspfShTeStats) Descriptor() ([]byte, []int)
func (*OspfShTeStats) GetAdjChanges ¶
func (m *OspfShTeStats) GetAdjChanges() uint32
func (*OspfShTeStats) GetAdjGets ¶
func (m *OspfShTeStats) GetAdjGets() uint32
func (*OspfShTeStats) GetControlBatchReads ¶
func (m *OspfShTeStats) GetControlBatchReads() uint32
func (*OspfShTeStats) GetControlBatchWrites ¶
func (m *OspfShTeStats) GetControlBatchWrites() uint32
func (*OspfShTeStats) GetControlDisconnects ¶
func (m *OspfShTeStats) GetControlDisconnects() uint32
func (*OspfShTeStats) GetDataTransCompletes ¶
func (m *OspfShTeStats) GetDataTransCompletes() uint32
func (*OspfShTeStats) GetFragmentAnnounces ¶
func (m *OspfShTeStats) GetFragmentAnnounces() uint32
func (*OspfShTeStats) GetFragmentDeletes ¶
func (m *OspfShTeStats) GetFragmentDeletes() uint32
func (*OspfShTeStats) GetLinkBatchReads ¶
func (m *OspfShTeStats) GetLinkBatchReads() uint32
func (*OspfShTeStats) GetLinkBatchWrites ¶
func (m *OspfShTeStats) GetLinkBatchWrites() uint32
func (*OspfShTeStats) GetLinkFloods ¶
func (m *OspfShTeStats) GetLinkFloods() uint32
func (*OspfShTeStats) GetLinkFragmentFloods ¶
func (m *OspfShTeStats) GetLinkFragmentFloods() uint32
func (*OspfShTeStats) GetLspGets ¶
func (m *OspfShTeStats) GetLspGets() uint32
func (*OspfShTeStats) GetPceBrLkupNumDests ¶
func (m *OspfShTeStats) GetPceBrLkupNumDests() uint32
func (*OspfShTeStats) GetPceBrLookup ¶
func (m *OspfShTeStats) GetPceBrLookup() uint32
func (*OspfShTeStats) GetPceBrRespFails ¶
func (m *OspfShTeStats) GetPceBrRespFails() uint32
func (*OspfShTeStats) GetPceFlood ¶
func (m *OspfShTeStats) GetPceFlood() uint32
func (*OspfShTeStats) GetPceGet ¶
func (m *OspfShTeStats) GetPceGet() uint32
func (*OspfShTeStats) GetPceListen ¶
func (m *OspfShTeStats) GetPceListen() uint32
func (*OspfShTeStats) GetPceNodeAnnounceBatches ¶
func (m *OspfShTeStats) GetPceNodeAnnounceBatches() uint32
func (*OspfShTeStats) GetPceNodeDeleteBatches ¶
func (m *OspfShTeStats) GetPceNodeDeleteBatches() uint32
func (*OspfShTeStats) GetPceNodeSendFails ¶
func (m *OspfShTeStats) GetPceNodeSendFails() uint32
func (*OspfShTeStats) GetPceNumNodeAnnounce ¶
func (m *OspfShTeStats) GetPceNumNodeAnnounce() uint32
func (*OspfShTeStats) GetPceNumNodeDelete ¶
func (m *OspfShTeStats) GetPceNumNodeDelete() uint32
func (*OspfShTeStats) GetPceStoplisten ¶
func (m *OspfShTeStats) GetPceStoplisten() uint32
func (*OspfShTeStats) GetSrNumAreaEnabled ¶
func (m *OspfShTeStats) GetSrNumAreaEnabled() uint32
func (*OspfShTeStats) GetTeConnected ¶
func (m *OspfShTeStats) GetTeConnected() bool
func (*OspfShTeStats) GetTeDisconnects ¶
func (m *OspfShTeStats) GetTeDisconnects() uint32
func (*OspfShTeStats) GetTeSrIdtSent ¶
func (m *OspfShTeStats) GetTeSrIdtSent() bool
func (*OspfShTeStats) GetTeSrPathRegIdtRecvd ¶
func (m *OspfShTeStats) GetTeSrPathRegIdtRecvd() bool
func (*OspfShTeStats) GetTotalTunnels ¶
func (m *OspfShTeStats) GetTotalTunnels() uint32
func (*OspfShTeStats) GetTunnelAnnounces ¶
func (m *OspfShTeStats) GetTunnelAnnounces() uint32
func (*OspfShTeStats) ProtoMessage ¶
func (*OspfShTeStats) ProtoMessage()
func (*OspfShTeStats) Reset ¶
func (m *OspfShTeStats) Reset()
func (*OspfShTeStats) String ¶
func (m *OspfShTeStats) String() string
func (*OspfShTeStats) XXX_DiscardUnknown ¶
func (m *OspfShTeStats) XXX_DiscardUnknown()
func (*OspfShTeStats) XXX_Marshal ¶
func (m *OspfShTeStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OspfShTeStats) XXX_Merge ¶
func (m *OspfShTeStats) XXX_Merge(src proto.Message)
func (*OspfShTeStats) XXX_Size ¶
func (m *OspfShTeStats) XXX_Size() int
func (*OspfShTeStats) XXX_Unmarshal ¶
func (m *OspfShTeStats) XXX_Unmarshal(b []byte) error
type OspfShTeStats_KEYS ¶
type OspfShTeStats_KEYS struct { ProcessName string `protobuf:"bytes,1,opt,name=process_name,json=processName,proto3" json:"process_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OspfShTeStats_KEYS) Descriptor ¶
func (*OspfShTeStats_KEYS) Descriptor() ([]byte, []int)
func (*OspfShTeStats_KEYS) GetProcessName ¶
func (m *OspfShTeStats_KEYS) GetProcessName() string
func (*OspfShTeStats_KEYS) ProtoMessage ¶
func (*OspfShTeStats_KEYS) ProtoMessage()
func (*OspfShTeStats_KEYS) Reset ¶
func (m *OspfShTeStats_KEYS) Reset()
func (*OspfShTeStats_KEYS) String ¶
func (m *OspfShTeStats_KEYS) String() string
func (*OspfShTeStats_KEYS) XXX_DiscardUnknown ¶
func (m *OspfShTeStats_KEYS) XXX_DiscardUnknown()
func (*OspfShTeStats_KEYS) XXX_Marshal ¶
func (m *OspfShTeStats_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OspfShTeStats_KEYS) XXX_Merge ¶
func (m *OspfShTeStats_KEYS) XXX_Merge(src proto.Message)
func (*OspfShTeStats_KEYS) XXX_Size ¶
func (m *OspfShTeStats_KEYS) XXX_Size() int
func (*OspfShTeStats_KEYS) XXX_Unmarshal ¶
func (m *OspfShTeStats_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.