cisco_ios_xr_ipv6_ospfv3_oper_ospfv3_processes_process_vrfs_vrf_vrf_statistics_vrf_rib_batch_stats

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Cisco-IOS-XR-ipv6-ospfv3-oper:ospfv3/processes/process/vrfs/vrf/vrf-statistics/vrf-rib-batch-stats

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ospfv3EdmBatchStats

type Ospfv3EdmBatchStats struct {
	BatchesSent          uint32   `protobuf:"varint,50,opt,name=batches_sent,json=batchesSent,proto3" json:"batches_sent,omitempty"`
	RoutesSent           uint32   `protobuf:"varint,51,opt,name=routes_sent,json=routesSent,proto3" json:"routes_sent,omitempty"`
	RoutesPending        uint32   `protobuf:"varint,52,opt,name=routes_pending,json=routesPending,proto3" json:"routes_pending,omitempty"`
	MaxRoutes            uint32   `protobuf:"varint,53,opt,name=max_routes,json=maxRoutes,proto3" json:"max_routes,omitempty"`
	PathsSent            uint32   `protobuf:"varint,54,opt,name=paths_sent,json=pathsSent,proto3" json:"paths_sent,omitempty"`
	PathsPending         uint32   `protobuf:"varint,55,opt,name=paths_pending,json=pathsPending,proto3" json:"paths_pending,omitempty"`
	PathsAdd             uint32   `protobuf:"varint,56,opt,name=paths_add,json=pathsAdd,proto3" json:"paths_add,omitempty"`
	PathsAddErrs         uint32   `protobuf:"varint,57,opt,name=paths_add_errs,json=pathsAddErrs,proto3" json:"paths_add_errs,omitempty"`
	PathsDel             uint32   `protobuf:"varint,58,opt,name=paths_del,json=pathsDel,proto3" json:"paths_del,omitempty"`
	PathsDelErrs         uint32   `protobuf:"varint,59,opt,name=paths_del_errs,json=pathsDelErrs,proto3" json:"paths_del_errs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Ospfv3EdmBatchStats) Descriptor

func (*Ospfv3EdmBatchStats) Descriptor() ([]byte, []int)

func (*Ospfv3EdmBatchStats) GetBatchesSent

func (m *Ospfv3EdmBatchStats) GetBatchesSent() uint32

func (*Ospfv3EdmBatchStats) GetMaxRoutes

func (m *Ospfv3EdmBatchStats) GetMaxRoutes() uint32

func (*Ospfv3EdmBatchStats) GetPathsAdd

func (m *Ospfv3EdmBatchStats) GetPathsAdd() uint32

func (*Ospfv3EdmBatchStats) GetPathsAddErrs

func (m *Ospfv3EdmBatchStats) GetPathsAddErrs() uint32

func (*Ospfv3EdmBatchStats) GetPathsDel

func (m *Ospfv3EdmBatchStats) GetPathsDel() uint32

func (*Ospfv3EdmBatchStats) GetPathsDelErrs

func (m *Ospfv3EdmBatchStats) GetPathsDelErrs() uint32

func (*Ospfv3EdmBatchStats) GetPathsPending

func (m *Ospfv3EdmBatchStats) GetPathsPending() uint32

func (*Ospfv3EdmBatchStats) GetPathsSent

func (m *Ospfv3EdmBatchStats) GetPathsSent() uint32

func (*Ospfv3EdmBatchStats) GetRoutesPending

func (m *Ospfv3EdmBatchStats) GetRoutesPending() uint32

func (*Ospfv3EdmBatchStats) GetRoutesSent

func (m *Ospfv3EdmBatchStats) GetRoutesSent() uint32

func (*Ospfv3EdmBatchStats) ProtoMessage

func (*Ospfv3EdmBatchStats) ProtoMessage()

func (*Ospfv3EdmBatchStats) Reset

func (m *Ospfv3EdmBatchStats) Reset()

func (*Ospfv3EdmBatchStats) String

func (m *Ospfv3EdmBatchStats) String() string

func (*Ospfv3EdmBatchStats) XXX_DiscardUnknown

func (m *Ospfv3EdmBatchStats) XXX_DiscardUnknown()

func (*Ospfv3EdmBatchStats) XXX_Marshal

func (m *Ospfv3EdmBatchStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Ospfv3EdmBatchStats) XXX_Merge

func (m *Ospfv3EdmBatchStats) XXX_Merge(src proto.Message)

func (*Ospfv3EdmBatchStats) XXX_Size

func (m *Ospfv3EdmBatchStats) XXX_Size() int

func (*Ospfv3EdmBatchStats) XXX_Unmarshal

func (m *Ospfv3EdmBatchStats) XXX_Unmarshal(b []byte) error

type Ospfv3EdmBatchStats_KEYS

type Ospfv3EdmBatchStats_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 (*Ospfv3EdmBatchStats_KEYS) Descriptor

func (*Ospfv3EdmBatchStats_KEYS) Descriptor() ([]byte, []int)

func (*Ospfv3EdmBatchStats_KEYS) GetProcessName

func (m *Ospfv3EdmBatchStats_KEYS) GetProcessName() string

func (*Ospfv3EdmBatchStats_KEYS) GetVrfName

func (m *Ospfv3EdmBatchStats_KEYS) GetVrfName() string

func (*Ospfv3EdmBatchStats_KEYS) ProtoMessage

func (*Ospfv3EdmBatchStats_KEYS) ProtoMessage()

func (*Ospfv3EdmBatchStats_KEYS) Reset

func (m *Ospfv3EdmBatchStats_KEYS) Reset()

func (*Ospfv3EdmBatchStats_KEYS) String

func (m *Ospfv3EdmBatchStats_KEYS) String() string

func (*Ospfv3EdmBatchStats_KEYS) XXX_DiscardUnknown

func (m *Ospfv3EdmBatchStats_KEYS) XXX_DiscardUnknown()

func (*Ospfv3EdmBatchStats_KEYS) XXX_Marshal

func (m *Ospfv3EdmBatchStats_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Ospfv3EdmBatchStats_KEYS) XXX_Merge

func (m *Ospfv3EdmBatchStats_KEYS) XXX_Merge(src proto.Message)

func (*Ospfv3EdmBatchStats_KEYS) XXX_Size

func (m *Ospfv3EdmBatchStats_KEYS) XXX_Size() int

func (*Ospfv3EdmBatchStats_KEYS) XXX_Unmarshal

func (m *Ospfv3EdmBatchStats_KEYS) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL