Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-ospf-oper:ospf/processes/process/vrfs/vrf/statistics/rib-batch-stats
Index ¶
- type OspfShRibBatch
- func (*OspfShRibBatch) Descriptor() ([]byte, []int)
- func (m *OspfShRibBatch) GetBatchesSent() uint32
- func (m *OspfShRibBatch) GetLfasAdd() uint32
- func (m *OspfShRibBatch) GetLfasDel() uint32
- func (m *OspfShRibBatch) GetLfasPending() uint32
- func (m *OspfShRibBatch) GetLfasSent() uint32
- func (m *OspfShRibBatch) GetMaxRoutes() uint32
- func (m *OspfShRibBatch) GetPathsAdd() uint32
- func (m *OspfShRibBatch) GetPathsAddErrs() uint32
- func (m *OspfShRibBatch) GetPathsDel() uint32
- func (m *OspfShRibBatch) GetPathsDelErrs() uint32
- func (m *OspfShRibBatch) GetPathsPending() uint32
- func (m *OspfShRibBatch) GetPathsSent() uint32
- func (m *OspfShRibBatch) GetPriorityLevel() string
- func (m *OspfShRibBatch) GetRoutesPending() uint32
- func (m *OspfShRibBatch) GetRoutesSent() uint32
- func (*OspfShRibBatch) ProtoMessage()
- func (m *OspfShRibBatch) Reset()
- func (m *OspfShRibBatch) String() string
- func (m *OspfShRibBatch) XXX_DiscardUnknown()
- func (m *OspfShRibBatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OspfShRibBatch) XXX_Merge(src proto.Message)
- func (m *OspfShRibBatch) XXX_Size() int
- func (m *OspfShRibBatch) XXX_Unmarshal(b []byte) error
- type OspfShRibBatchPriorityQueues
- func (*OspfShRibBatchPriorityQueues) Descriptor() ([]byte, []int)
- func (m *OspfShRibBatchPriorityQueues) GetPriorityBatch() []*OspfShRibBatch
- func (*OspfShRibBatchPriorityQueues) ProtoMessage()
- func (m *OspfShRibBatchPriorityQueues) Reset()
- func (m *OspfShRibBatchPriorityQueues) String() string
- func (m *OspfShRibBatchPriorityQueues) XXX_DiscardUnknown()
- func (m *OspfShRibBatchPriorityQueues) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OspfShRibBatchPriorityQueues) XXX_Merge(src proto.Message)
- func (m *OspfShRibBatchPriorityQueues) XXX_Size() int
- func (m *OspfShRibBatchPriorityQueues) XXX_Unmarshal(b []byte) error
- type OspfShRibBatchPriorityQueues_KEYS
- func (*OspfShRibBatchPriorityQueues_KEYS) Descriptor() ([]byte, []int)
- func (m *OspfShRibBatchPriorityQueues_KEYS) GetProcessName() string
- func (m *OspfShRibBatchPriorityQueues_KEYS) GetVrfName() string
- func (*OspfShRibBatchPriorityQueues_KEYS) ProtoMessage()
- func (m *OspfShRibBatchPriorityQueues_KEYS) Reset()
- func (m *OspfShRibBatchPriorityQueues_KEYS) String() string
- func (m *OspfShRibBatchPriorityQueues_KEYS) XXX_DiscardUnknown()
- func (m *OspfShRibBatchPriorityQueues_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OspfShRibBatchPriorityQueues_KEYS) XXX_Merge(src proto.Message)
- func (m *OspfShRibBatchPriorityQueues_KEYS) XXX_Size() int
- func (m *OspfShRibBatchPriorityQueues_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OspfShRibBatch ¶
type OspfShRibBatch struct { BatchesSent uint32 `protobuf:"varint,1,opt,name=batches_sent,json=batchesSent,proto3" json:"batches_sent,omitempty"` RoutesSent uint32 `protobuf:"varint,2,opt,name=routes_sent,json=routesSent,proto3" json:"routes_sent,omitempty"` RoutesPending uint32 `protobuf:"varint,3,opt,name=routes_pending,json=routesPending,proto3" json:"routes_pending,omitempty"` MaxRoutes uint32 `protobuf:"varint,4,opt,name=max_routes,json=maxRoutes,proto3" json:"max_routes,omitempty"` PathsSent uint32 `protobuf:"varint,5,opt,name=paths_sent,json=pathsSent,proto3" json:"paths_sent,omitempty"` PathsPending uint32 `protobuf:"varint,6,opt,name=paths_pending,json=pathsPending,proto3" json:"paths_pending,omitempty"` PathsAdd uint32 `protobuf:"varint,7,opt,name=paths_add,json=pathsAdd,proto3" json:"paths_add,omitempty"` PathsAddErrs uint32 `protobuf:"varint,8,opt,name=paths_add_errs,json=pathsAddErrs,proto3" json:"paths_add_errs,omitempty"` PathsDel uint32 `protobuf:"varint,9,opt,name=paths_del,json=pathsDel,proto3" json:"paths_del,omitempty"` PathsDelErrs uint32 `protobuf:"varint,10,opt,name=paths_del_errs,json=pathsDelErrs,proto3" json:"paths_del_errs,omitempty"` LfasPending uint32 `protobuf:"varint,11,opt,name=lfas_pending,json=lfasPending,proto3" json:"lfas_pending,omitempty"` LfasAdd uint32 `protobuf:"varint,12,opt,name=lfas_add,json=lfasAdd,proto3" json:"lfas_add,omitempty"` LfasDel uint32 `protobuf:"varint,13,opt,name=lfas_del,json=lfasDel,proto3" json:"lfas_del,omitempty"` LfasSent uint32 `protobuf:"varint,14,opt,name=lfas_sent,json=lfasSent,proto3" json:"lfas_sent,omitempty"` PriorityLevel string `protobuf:"bytes,15,opt,name=priority_level,json=priorityLevel,proto3" json:"priority_level,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OspfShRibBatch) Descriptor ¶
func (*OspfShRibBatch) Descriptor() ([]byte, []int)
func (*OspfShRibBatch) GetBatchesSent ¶
func (m *OspfShRibBatch) GetBatchesSent() uint32
func (*OspfShRibBatch) GetLfasAdd ¶
func (m *OspfShRibBatch) GetLfasAdd() uint32
func (*OspfShRibBatch) GetLfasDel ¶
func (m *OspfShRibBatch) GetLfasDel() uint32
func (*OspfShRibBatch) GetLfasPending ¶
func (m *OspfShRibBatch) GetLfasPending() uint32
func (*OspfShRibBatch) GetLfasSent ¶
func (m *OspfShRibBatch) GetLfasSent() uint32
func (*OspfShRibBatch) GetMaxRoutes ¶
func (m *OspfShRibBatch) GetMaxRoutes() uint32
func (*OspfShRibBatch) GetPathsAdd ¶
func (m *OspfShRibBatch) GetPathsAdd() uint32
func (*OspfShRibBatch) GetPathsAddErrs ¶
func (m *OspfShRibBatch) GetPathsAddErrs() uint32
func (*OspfShRibBatch) GetPathsDel ¶
func (m *OspfShRibBatch) GetPathsDel() uint32
func (*OspfShRibBatch) GetPathsDelErrs ¶
func (m *OspfShRibBatch) GetPathsDelErrs() uint32
func (*OspfShRibBatch) GetPathsPending ¶
func (m *OspfShRibBatch) GetPathsPending() uint32
func (*OspfShRibBatch) GetPathsSent ¶
func (m *OspfShRibBatch) GetPathsSent() uint32
func (*OspfShRibBatch) GetPriorityLevel ¶
func (m *OspfShRibBatch) GetPriorityLevel() string
func (*OspfShRibBatch) GetRoutesPending ¶
func (m *OspfShRibBatch) GetRoutesPending() uint32
func (*OspfShRibBatch) GetRoutesSent ¶
func (m *OspfShRibBatch) GetRoutesSent() uint32
func (*OspfShRibBatch) ProtoMessage ¶
func (*OspfShRibBatch) ProtoMessage()
func (*OspfShRibBatch) Reset ¶
func (m *OspfShRibBatch) Reset()
func (*OspfShRibBatch) String ¶
func (m *OspfShRibBatch) String() string
func (*OspfShRibBatch) XXX_DiscardUnknown ¶
func (m *OspfShRibBatch) XXX_DiscardUnknown()
func (*OspfShRibBatch) XXX_Marshal ¶
func (m *OspfShRibBatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OspfShRibBatch) XXX_Merge ¶
func (m *OspfShRibBatch) XXX_Merge(src proto.Message)
func (*OspfShRibBatch) XXX_Size ¶
func (m *OspfShRibBatch) XXX_Size() int
func (*OspfShRibBatch) XXX_Unmarshal ¶
func (m *OspfShRibBatch) XXX_Unmarshal(b []byte) error
type OspfShRibBatchPriorityQueues ¶
type OspfShRibBatchPriorityQueues struct { PriorityBatch []*OspfShRibBatch `protobuf:"bytes,50,rep,name=priority_batch,json=priorityBatch,proto3" json:"priority_batch,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OspfShRibBatchPriorityQueues) Descriptor ¶
func (*OspfShRibBatchPriorityQueues) Descriptor() ([]byte, []int)
func (*OspfShRibBatchPriorityQueues) GetPriorityBatch ¶
func (m *OspfShRibBatchPriorityQueues) GetPriorityBatch() []*OspfShRibBatch
func (*OspfShRibBatchPriorityQueues) ProtoMessage ¶
func (*OspfShRibBatchPriorityQueues) ProtoMessage()
func (*OspfShRibBatchPriorityQueues) Reset ¶
func (m *OspfShRibBatchPriorityQueues) Reset()
func (*OspfShRibBatchPriorityQueues) String ¶
func (m *OspfShRibBatchPriorityQueues) String() string
func (*OspfShRibBatchPriorityQueues) XXX_DiscardUnknown ¶
func (m *OspfShRibBatchPriorityQueues) XXX_DiscardUnknown()
func (*OspfShRibBatchPriorityQueues) XXX_Marshal ¶
func (m *OspfShRibBatchPriorityQueues) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OspfShRibBatchPriorityQueues) XXX_Merge ¶
func (m *OspfShRibBatchPriorityQueues) XXX_Merge(src proto.Message)
func (*OspfShRibBatchPriorityQueues) XXX_Size ¶
func (m *OspfShRibBatchPriorityQueues) XXX_Size() int
func (*OspfShRibBatchPriorityQueues) XXX_Unmarshal ¶
func (m *OspfShRibBatchPriorityQueues) XXX_Unmarshal(b []byte) error
type OspfShRibBatchPriorityQueues_KEYS ¶
type OspfShRibBatchPriorityQueues_KEYS struct { ProcessName string `protobuf:"bytes,1,opt,name=process_name,json=processName,proto3" json:"process_name,omitempty"` VrfName string `protobuf:"bytes,2,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OspfShRibBatchPriorityQueues_KEYS) Descriptor ¶
func (*OspfShRibBatchPriorityQueues_KEYS) Descriptor() ([]byte, []int)
func (*OspfShRibBatchPriorityQueues_KEYS) GetProcessName ¶
func (m *OspfShRibBatchPriorityQueues_KEYS) GetProcessName() string
func (*OspfShRibBatchPriorityQueues_KEYS) GetVrfName ¶
func (m *OspfShRibBatchPriorityQueues_KEYS) GetVrfName() string
func (*OspfShRibBatchPriorityQueues_KEYS) ProtoMessage ¶
func (*OspfShRibBatchPriorityQueues_KEYS) ProtoMessage()
func (*OspfShRibBatchPriorityQueues_KEYS) Reset ¶
func (m *OspfShRibBatchPriorityQueues_KEYS) Reset()
func (*OspfShRibBatchPriorityQueues_KEYS) String ¶
func (m *OspfShRibBatchPriorityQueues_KEYS) String() string
func (*OspfShRibBatchPriorityQueues_KEYS) XXX_DiscardUnknown ¶
func (m *OspfShRibBatchPriorityQueues_KEYS) XXX_DiscardUnknown()
func (*OspfShRibBatchPriorityQueues_KEYS) XXX_Marshal ¶
func (m *OspfShRibBatchPriorityQueues_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OspfShRibBatchPriorityQueues_KEYS) XXX_Merge ¶
func (m *OspfShRibBatchPriorityQueues_KEYS) XXX_Merge(src proto.Message)
func (*OspfShRibBatchPriorityQueues_KEYS) XXX_Size ¶
func (m *OspfShRibBatchPriorityQueues_KEYS) XXX_Size() int
func (*OspfShRibBatchPriorityQueues_KEYS) XXX_Unmarshal ¶
func (m *OspfShRibBatchPriorityQueues_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.