cisco_ios_xr_ipv4_pim_oper_pim_standby_vrfs_vrf_jp_statistics_jp_statistic

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-ipv4-pim-oper:pim/standby/vrfs/vrf/jp-statistics/jp-statistic

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PimJpstatsBag

type PimJpstatsBag struct {
	InterfaceNameXr      string   `protobuf:"bytes,50,opt,name=interface_name_xr,json=interfaceNameXr,proto3" json:"interface_name_xr,omitempty"`
	Mtu                  uint32   `protobuf:"varint,51,opt,name=mtu,proto3" json:"mtu,omitempty"`
	Transmitted          uint32   `protobuf:"varint,52,opt,name=transmitted,proto3" json:"transmitted,omitempty"`
	Transmitted100       uint32   `protobuf:"varint,53,opt,name=transmitted100,proto3" json:"transmitted100,omitempty"`
	Transmitted_1K       uint32   `protobuf:"varint,54,opt,name=transmitted_1k,json=transmitted1k,proto3" json:"transmitted_1k,omitempty"`
	Transmitted_10K      uint32   `protobuf:"varint,55,opt,name=transmitted_10k,json=transmitted10k,proto3" json:"transmitted_10k,omitempty"`
	Transmitted_50K      uint32   `protobuf:"varint,56,opt,name=transmitted_50k,json=transmitted50k,proto3" json:"transmitted_50k,omitempty"`
	Received             uint32   `protobuf:"varint,57,opt,name=received,proto3" json:"received,omitempty"`
	Received100          uint32   `protobuf:"varint,58,opt,name=received100,proto3" json:"received100,omitempty"`
	Received_1K          uint32   `protobuf:"varint,59,opt,name=received_1k,json=received1k,proto3" json:"received_1k,omitempty"`
	Received_10K         uint32   `protobuf:"varint,60,opt,name=received_10k,json=received10k,proto3" json:"received_10k,omitempty"`
	Received_50K         uint32   `protobuf:"varint,61,opt,name=received_50k,json=received50k,proto3" json:"received_50k,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PimJpstatsBag) Descriptor

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

func (*PimJpstatsBag) GetInterfaceNameXr

func (m *PimJpstatsBag) GetInterfaceNameXr() string

func (*PimJpstatsBag) GetMtu

func (m *PimJpstatsBag) GetMtu() uint32

func (*PimJpstatsBag) GetReceived

func (m *PimJpstatsBag) GetReceived() uint32

func (*PimJpstatsBag) GetReceived100

func (m *PimJpstatsBag) GetReceived100() uint32

func (*PimJpstatsBag) GetReceived_10K

func (m *PimJpstatsBag) GetReceived_10K() uint32

func (*PimJpstatsBag) GetReceived_1K

func (m *PimJpstatsBag) GetReceived_1K() uint32

func (*PimJpstatsBag) GetReceived_50K

func (m *PimJpstatsBag) GetReceived_50K() uint32

func (*PimJpstatsBag) GetTransmitted

func (m *PimJpstatsBag) GetTransmitted() uint32

func (*PimJpstatsBag) GetTransmitted100

func (m *PimJpstatsBag) GetTransmitted100() uint32

func (*PimJpstatsBag) GetTransmitted_10K

func (m *PimJpstatsBag) GetTransmitted_10K() uint32

func (*PimJpstatsBag) GetTransmitted_1K

func (m *PimJpstatsBag) GetTransmitted_1K() uint32

func (*PimJpstatsBag) GetTransmitted_50K

func (m *PimJpstatsBag) GetTransmitted_50K() uint32

func (*PimJpstatsBag) ProtoMessage

func (*PimJpstatsBag) ProtoMessage()

func (*PimJpstatsBag) Reset

func (m *PimJpstatsBag) Reset()

func (*PimJpstatsBag) String

func (m *PimJpstatsBag) String() string

func (*PimJpstatsBag) XXX_DiscardUnknown

func (m *PimJpstatsBag) XXX_DiscardUnknown()

func (*PimJpstatsBag) XXX_Marshal

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

func (*PimJpstatsBag) XXX_Merge

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

func (*PimJpstatsBag) XXX_Size

func (m *PimJpstatsBag) XXX_Size() int

func (*PimJpstatsBag) XXX_Unmarshal

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

type PimJpstatsBag_KEYS

type PimJpstatsBag_KEYS struct {
	VrfName              string   `protobuf:"bytes,1,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	InterfaceName        string   `protobuf:"bytes,2,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PimJpstatsBag_KEYS) Descriptor

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

func (*PimJpstatsBag_KEYS) GetInterfaceName

func (m *PimJpstatsBag_KEYS) GetInterfaceName() string

func (*PimJpstatsBag_KEYS) GetVrfName

func (m *PimJpstatsBag_KEYS) GetVrfName() string

func (*PimJpstatsBag_KEYS) ProtoMessage

func (*PimJpstatsBag_KEYS) ProtoMessage()

func (*PimJpstatsBag_KEYS) Reset

func (m *PimJpstatsBag_KEYS) Reset()

func (*PimJpstatsBag_KEYS) String

func (m *PimJpstatsBag_KEYS) String() string

func (*PimJpstatsBag_KEYS) XXX_DiscardUnknown

func (m *PimJpstatsBag_KEYS) XXX_DiscardUnknown()

func (*PimJpstatsBag_KEYS) XXX_Marshal

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

func (*PimJpstatsBag_KEYS) XXX_Merge

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

func (*PimJpstatsBag_KEYS) XXX_Size

func (m *PimJpstatsBag_KEYS) XXX_Size() int

func (*PimJpstatsBag_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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