cisco_ios_xr_ppp_ma_oper_ppp_nodes_node_statistics

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: 0

Documentation

Overview

Cisco-IOS-XR-ppp-ma-oper:ppp/nodes/node/statistics

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PppOperAuthStatsGlobal

type PppOperAuthStatsGlobal struct {
	PapReqSent           uint64   `protobuf:"varint,1,opt,name=pap_req_sent,json=papReqSent,proto3" json:"pap_req_sent,omitempty"`
	PapReqRcvd           uint64   `protobuf:"varint,2,opt,name=pap_req_rcvd,json=papReqRcvd,proto3" json:"pap_req_rcvd,omitempty"`
	PapAckSent           uint64   `protobuf:"varint,3,opt,name=pap_ack_sent,json=papAckSent,proto3" json:"pap_ack_sent,omitempty"`
	PapAckRcvd           uint64   `protobuf:"varint,4,opt,name=pap_ack_rcvd,json=papAckRcvd,proto3" json:"pap_ack_rcvd,omitempty"`
	PapNakSent           uint64   `protobuf:"varint,5,opt,name=pap_nak_sent,json=papNakSent,proto3" json:"pap_nak_sent,omitempty"`
	PapNakRcvd           uint64   `protobuf:"varint,6,opt,name=pap_nak_rcvd,json=papNakRcvd,proto3" json:"pap_nak_rcvd,omitempty"`
	ChapChallSent        uint64   `protobuf:"varint,7,opt,name=chap_chall_sent,json=chapChallSent,proto3" json:"chap_chall_sent,omitempty"`
	ChapChallRcvd        uint64   `protobuf:"varint,8,opt,name=chap_chall_rcvd,json=chapChallRcvd,proto3" json:"chap_chall_rcvd,omitempty"`
	ChapRespSent         uint64   `protobuf:"varint,9,opt,name=chap_resp_sent,json=chapRespSent,proto3" json:"chap_resp_sent,omitempty"`
	ChapRespRcvd         uint64   `protobuf:"varint,10,opt,name=chap_resp_rcvd,json=chapRespRcvd,proto3" json:"chap_resp_rcvd,omitempty"`
	ChapRepSuccSent      uint64   `protobuf:"varint,11,opt,name=chap_rep_succ_sent,json=chapRepSuccSent,proto3" json:"chap_rep_succ_sent,omitempty"`
	ChapRepSuccRcvd      uint64   `protobuf:"varint,12,opt,name=chap_rep_succ_rcvd,json=chapRepSuccRcvd,proto3" json:"chap_rep_succ_rcvd,omitempty"`
	ChapRepFailSent      uint64   `protobuf:"varint,13,opt,name=chap_rep_fail_sent,json=chapRepFailSent,proto3" json:"chap_rep_fail_sent,omitempty"`
	ChapRepFailRcvd      uint64   `protobuf:"varint,14,opt,name=chap_rep_fail_rcvd,json=chapRepFailRcvd,proto3" json:"chap_rep_fail_rcvd,omitempty"`
	AuthTimeoutCount     uint64   `protobuf:"varint,15,opt,name=auth_timeout_count,json=authTimeoutCount,proto3" json:"auth_timeout_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PppOperAuthStatsGlobal) Descriptor

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

func (*PppOperAuthStatsGlobal) GetAuthTimeoutCount

func (m *PppOperAuthStatsGlobal) GetAuthTimeoutCount() uint64

func (*PppOperAuthStatsGlobal) GetChapChallRcvd

func (m *PppOperAuthStatsGlobal) GetChapChallRcvd() uint64

func (*PppOperAuthStatsGlobal) GetChapChallSent

func (m *PppOperAuthStatsGlobal) GetChapChallSent() uint64

func (*PppOperAuthStatsGlobal) GetChapRepFailRcvd

func (m *PppOperAuthStatsGlobal) GetChapRepFailRcvd() uint64

func (*PppOperAuthStatsGlobal) GetChapRepFailSent

func (m *PppOperAuthStatsGlobal) GetChapRepFailSent() uint64

func (*PppOperAuthStatsGlobal) GetChapRepSuccRcvd

func (m *PppOperAuthStatsGlobal) GetChapRepSuccRcvd() uint64

func (*PppOperAuthStatsGlobal) GetChapRepSuccSent

func (m *PppOperAuthStatsGlobal) GetChapRepSuccSent() uint64

func (*PppOperAuthStatsGlobal) GetChapRespRcvd

func (m *PppOperAuthStatsGlobal) GetChapRespRcvd() uint64

func (*PppOperAuthStatsGlobal) GetChapRespSent

func (m *PppOperAuthStatsGlobal) GetChapRespSent() uint64

func (*PppOperAuthStatsGlobal) GetPapAckRcvd

func (m *PppOperAuthStatsGlobal) GetPapAckRcvd() uint64

func (*PppOperAuthStatsGlobal) GetPapAckSent

func (m *PppOperAuthStatsGlobal) GetPapAckSent() uint64

func (*PppOperAuthStatsGlobal) GetPapNakRcvd

func (m *PppOperAuthStatsGlobal) GetPapNakRcvd() uint64

func (*PppOperAuthStatsGlobal) GetPapNakSent

func (m *PppOperAuthStatsGlobal) GetPapNakSent() uint64

func (*PppOperAuthStatsGlobal) GetPapReqRcvd

func (m *PppOperAuthStatsGlobal) GetPapReqRcvd() uint64

func (*PppOperAuthStatsGlobal) GetPapReqSent

func (m *PppOperAuthStatsGlobal) GetPapReqSent() uint64

func (*PppOperAuthStatsGlobal) ProtoMessage

func (*PppOperAuthStatsGlobal) ProtoMessage()

func (*PppOperAuthStatsGlobal) Reset

func (m *PppOperAuthStatsGlobal) Reset()

func (*PppOperAuthStatsGlobal) String

func (m *PppOperAuthStatsGlobal) String() string

func (*PppOperAuthStatsGlobal) XXX_DiscardUnknown

func (m *PppOperAuthStatsGlobal) XXX_DiscardUnknown()

func (*PppOperAuthStatsGlobal) XXX_Marshal

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

func (*PppOperAuthStatsGlobal) XXX_Merge

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

func (*PppOperAuthStatsGlobal) XXX_Size

func (m *PppOperAuthStatsGlobal) XXX_Size() int

func (*PppOperAuthStatsGlobal) XXX_Unmarshal

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

type PppOperLcpStatsGlobal

type PppOperLcpStatsGlobal struct {
	ConfReqSent          uint64   `protobuf:"varint,1,opt,name=conf_req_sent,json=confReqSent,proto3" json:"conf_req_sent,omitempty"`
	ConfReqRcvd          uint64   `protobuf:"varint,2,opt,name=conf_req_rcvd,json=confReqRcvd,proto3" json:"conf_req_rcvd,omitempty"`
	ConfAckSent          uint64   `protobuf:"varint,3,opt,name=conf_ack_sent,json=confAckSent,proto3" json:"conf_ack_sent,omitempty"`
	ConfAckRcvd          uint64   `protobuf:"varint,4,opt,name=conf_ack_rcvd,json=confAckRcvd,proto3" json:"conf_ack_rcvd,omitempty"`
	ConfNakSent          uint64   `protobuf:"varint,5,opt,name=conf_nak_sent,json=confNakSent,proto3" json:"conf_nak_sent,omitempty"`
	ConfNakRcvd          uint64   `protobuf:"varint,6,opt,name=conf_nak_rcvd,json=confNakRcvd,proto3" json:"conf_nak_rcvd,omitempty"`
	ConfRejSent          uint64   `protobuf:"varint,7,opt,name=conf_rej_sent,json=confRejSent,proto3" json:"conf_rej_sent,omitempty"`
	ConfRejRcvd          uint64   `protobuf:"varint,8,opt,name=conf_rej_rcvd,json=confRejRcvd,proto3" json:"conf_rej_rcvd,omitempty"`
	TermReqSent          uint64   `protobuf:"varint,9,opt,name=term_req_sent,json=termReqSent,proto3" json:"term_req_sent,omitempty"`
	TermReqRcvd          uint64   `protobuf:"varint,10,opt,name=term_req_rcvd,json=termReqRcvd,proto3" json:"term_req_rcvd,omitempty"`
	TermAckSent          uint64   `protobuf:"varint,11,opt,name=term_ack_sent,json=termAckSent,proto3" json:"term_ack_sent,omitempty"`
	TermAckRcvd          uint64   `protobuf:"varint,12,opt,name=term_ack_rcvd,json=termAckRcvd,proto3" json:"term_ack_rcvd,omitempty"`
	CodeRejSent          uint64   `protobuf:"varint,13,opt,name=code_rej_sent,json=codeRejSent,proto3" json:"code_rej_sent,omitempty"`
	CodeRejRcvd          uint64   `protobuf:"varint,14,opt,name=code_rej_rcvd,json=codeRejRcvd,proto3" json:"code_rej_rcvd,omitempty"`
	ProtoRejSent         uint64   `protobuf:"varint,15,opt,name=proto_rej_sent,json=protoRejSent,proto3" json:"proto_rej_sent,omitempty"`
	ProtoRejRcvd         uint64   `protobuf:"varint,16,opt,name=proto_rej_rcvd,json=protoRejRcvd,proto3" json:"proto_rej_rcvd,omitempty"`
	EchoReqSent          uint64   `protobuf:"varint,17,opt,name=echo_req_sent,json=echoReqSent,proto3" json:"echo_req_sent,omitempty"`
	EchoReqRcvd          uint64   `protobuf:"varint,18,opt,name=echo_req_rcvd,json=echoReqRcvd,proto3" json:"echo_req_rcvd,omitempty"`
	EchoRepSent          uint64   `protobuf:"varint,19,opt,name=echo_rep_sent,json=echoRepSent,proto3" json:"echo_rep_sent,omitempty"`
	EchoRepRcvd          uint64   `protobuf:"varint,20,opt,name=echo_rep_rcvd,json=echoRepRcvd,proto3" json:"echo_rep_rcvd,omitempty"`
	DiscReqSent          uint64   `protobuf:"varint,21,opt,name=disc_req_sent,json=discReqSent,proto3" json:"disc_req_sent,omitempty"`
	DiscReqRcvd          uint64   `protobuf:"varint,22,opt,name=disc_req_rcvd,json=discReqRcvd,proto3" json:"disc_req_rcvd,omitempty"`
	LinkUp               uint64   `protobuf:"varint,23,opt,name=link_up,json=linkUp,proto3" json:"link_up,omitempty"`
	LinkError            uint64   `protobuf:"varint,24,opt,name=link_error,json=linkError,proto3" json:"link_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PppOperLcpStatsGlobal) Descriptor

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

func (*PppOperLcpStatsGlobal) GetCodeRejRcvd

func (m *PppOperLcpStatsGlobal) GetCodeRejRcvd() uint64

func (*PppOperLcpStatsGlobal) GetCodeRejSent

func (m *PppOperLcpStatsGlobal) GetCodeRejSent() uint64

func (*PppOperLcpStatsGlobal) GetConfAckRcvd

func (m *PppOperLcpStatsGlobal) GetConfAckRcvd() uint64

func (*PppOperLcpStatsGlobal) GetConfAckSent

func (m *PppOperLcpStatsGlobal) GetConfAckSent() uint64

func (*PppOperLcpStatsGlobal) GetConfNakRcvd

func (m *PppOperLcpStatsGlobal) GetConfNakRcvd() uint64

func (*PppOperLcpStatsGlobal) GetConfNakSent

func (m *PppOperLcpStatsGlobal) GetConfNakSent() uint64

func (*PppOperLcpStatsGlobal) GetConfRejRcvd

func (m *PppOperLcpStatsGlobal) GetConfRejRcvd() uint64

func (*PppOperLcpStatsGlobal) GetConfRejSent

func (m *PppOperLcpStatsGlobal) GetConfRejSent() uint64

func (*PppOperLcpStatsGlobal) GetConfReqRcvd

func (m *PppOperLcpStatsGlobal) GetConfReqRcvd() uint64

func (*PppOperLcpStatsGlobal) GetConfReqSent

func (m *PppOperLcpStatsGlobal) GetConfReqSent() uint64

func (*PppOperLcpStatsGlobal) GetDiscReqRcvd

func (m *PppOperLcpStatsGlobal) GetDiscReqRcvd() uint64

func (*PppOperLcpStatsGlobal) GetDiscReqSent

func (m *PppOperLcpStatsGlobal) GetDiscReqSent() uint64

func (*PppOperLcpStatsGlobal) GetEchoRepRcvd

func (m *PppOperLcpStatsGlobal) GetEchoRepRcvd() uint64

func (*PppOperLcpStatsGlobal) GetEchoRepSent

func (m *PppOperLcpStatsGlobal) GetEchoRepSent() uint64

func (*PppOperLcpStatsGlobal) GetEchoReqRcvd

func (m *PppOperLcpStatsGlobal) GetEchoReqRcvd() uint64

func (*PppOperLcpStatsGlobal) GetEchoReqSent

func (m *PppOperLcpStatsGlobal) GetEchoReqSent() uint64

func (*PppOperLcpStatsGlobal) GetLinkError

func (m *PppOperLcpStatsGlobal) GetLinkError() uint64

func (*PppOperLcpStatsGlobal) GetLinkUp

func (m *PppOperLcpStatsGlobal) GetLinkUp() uint64

func (*PppOperLcpStatsGlobal) GetProtoRejRcvd

func (m *PppOperLcpStatsGlobal) GetProtoRejRcvd() uint64

func (*PppOperLcpStatsGlobal) GetProtoRejSent

func (m *PppOperLcpStatsGlobal) GetProtoRejSent() uint64

func (*PppOperLcpStatsGlobal) GetTermAckRcvd

func (m *PppOperLcpStatsGlobal) GetTermAckRcvd() uint64

func (*PppOperLcpStatsGlobal) GetTermAckSent

func (m *PppOperLcpStatsGlobal) GetTermAckSent() uint64

func (*PppOperLcpStatsGlobal) GetTermReqRcvd

func (m *PppOperLcpStatsGlobal) GetTermReqRcvd() uint64

func (*PppOperLcpStatsGlobal) GetTermReqSent

func (m *PppOperLcpStatsGlobal) GetTermReqSent() uint64

func (*PppOperLcpStatsGlobal) ProtoMessage

func (*PppOperLcpStatsGlobal) ProtoMessage()

func (*PppOperLcpStatsGlobal) Reset

func (m *PppOperLcpStatsGlobal) Reset()

func (*PppOperLcpStatsGlobal) String

func (m *PppOperLcpStatsGlobal) String() string

func (*PppOperLcpStatsGlobal) XXX_DiscardUnknown

func (m *PppOperLcpStatsGlobal) XXX_DiscardUnknown()

func (*PppOperLcpStatsGlobal) XXX_Marshal

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

func (*PppOperLcpStatsGlobal) XXX_Merge

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

func (*PppOperLcpStatsGlobal) XXX_Size

func (m *PppOperLcpStatsGlobal) XXX_Size() int

func (*PppOperLcpStatsGlobal) XXX_Unmarshal

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

type PppOperNcpStatsGlobal

type PppOperNcpStatsGlobal struct {
	NcpIdentifier        string   `protobuf:"bytes,1,opt,name=ncp_identifier,json=ncpIdentifier,proto3" json:"ncp_identifier,omitempty"`
	ConfReqSent          uint64   `protobuf:"varint,2,opt,name=conf_req_sent,json=confReqSent,proto3" json:"conf_req_sent,omitempty"`
	ConfReqRcvd          uint64   `protobuf:"varint,3,opt,name=conf_req_rcvd,json=confReqRcvd,proto3" json:"conf_req_rcvd,omitempty"`
	ConfAckSent          uint64   `protobuf:"varint,4,opt,name=conf_ack_sent,json=confAckSent,proto3" json:"conf_ack_sent,omitempty"`
	ConfAckRcvd          uint64   `protobuf:"varint,5,opt,name=conf_ack_rcvd,json=confAckRcvd,proto3" json:"conf_ack_rcvd,omitempty"`
	ConfNakSent          uint64   `protobuf:"varint,6,opt,name=conf_nak_sent,json=confNakSent,proto3" json:"conf_nak_sent,omitempty"`
	ConfNakRcvd          uint64   `protobuf:"varint,7,opt,name=conf_nak_rcvd,json=confNakRcvd,proto3" json:"conf_nak_rcvd,omitempty"`
	ConfRejSent          uint64   `protobuf:"varint,8,opt,name=conf_rej_sent,json=confRejSent,proto3" json:"conf_rej_sent,omitempty"`
	ConfRejRcvd          uint64   `protobuf:"varint,9,opt,name=conf_rej_rcvd,json=confRejRcvd,proto3" json:"conf_rej_rcvd,omitempty"`
	TermReqSent          uint64   `protobuf:"varint,10,opt,name=term_req_sent,json=termReqSent,proto3" json:"term_req_sent,omitempty"`
	TermReqRcvd          uint64   `protobuf:"varint,11,opt,name=term_req_rcvd,json=termReqRcvd,proto3" json:"term_req_rcvd,omitempty"`
	TermAckSent          uint64   `protobuf:"varint,12,opt,name=term_ack_sent,json=termAckSent,proto3" json:"term_ack_sent,omitempty"`
	TermAckRcvd          uint64   `protobuf:"varint,13,opt,name=term_ack_rcvd,json=termAckRcvd,proto3" json:"term_ack_rcvd,omitempty"`
	ProtoRejSent         uint64   `protobuf:"varint,14,opt,name=proto_rej_sent,json=protoRejSent,proto3" json:"proto_rej_sent,omitempty"`
	ProtoRejRcvd         uint64   `protobuf:"varint,15,opt,name=proto_rej_rcvd,json=protoRejRcvd,proto3" json:"proto_rej_rcvd,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PppOperNcpStatsGlobal) Descriptor

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

func (*PppOperNcpStatsGlobal) GetConfAckRcvd

func (m *PppOperNcpStatsGlobal) GetConfAckRcvd() uint64

func (*PppOperNcpStatsGlobal) GetConfAckSent

func (m *PppOperNcpStatsGlobal) GetConfAckSent() uint64

func (*PppOperNcpStatsGlobal) GetConfNakRcvd

func (m *PppOperNcpStatsGlobal) GetConfNakRcvd() uint64

func (*PppOperNcpStatsGlobal) GetConfNakSent

func (m *PppOperNcpStatsGlobal) GetConfNakSent() uint64

func (*PppOperNcpStatsGlobal) GetConfRejRcvd

func (m *PppOperNcpStatsGlobal) GetConfRejRcvd() uint64

func (*PppOperNcpStatsGlobal) GetConfRejSent

func (m *PppOperNcpStatsGlobal) GetConfRejSent() uint64

func (*PppOperNcpStatsGlobal) GetConfReqRcvd

func (m *PppOperNcpStatsGlobal) GetConfReqRcvd() uint64

func (*PppOperNcpStatsGlobal) GetConfReqSent

func (m *PppOperNcpStatsGlobal) GetConfReqSent() uint64

func (*PppOperNcpStatsGlobal) GetNcpIdentifier

func (m *PppOperNcpStatsGlobal) GetNcpIdentifier() string

func (*PppOperNcpStatsGlobal) GetProtoRejRcvd

func (m *PppOperNcpStatsGlobal) GetProtoRejRcvd() uint64

func (*PppOperNcpStatsGlobal) GetProtoRejSent

func (m *PppOperNcpStatsGlobal) GetProtoRejSent() uint64

func (*PppOperNcpStatsGlobal) GetTermAckRcvd

func (m *PppOperNcpStatsGlobal) GetTermAckRcvd() uint64

func (*PppOperNcpStatsGlobal) GetTermAckSent

func (m *PppOperNcpStatsGlobal) GetTermAckSent() uint64

func (*PppOperNcpStatsGlobal) GetTermReqRcvd

func (m *PppOperNcpStatsGlobal) GetTermReqRcvd() uint64

func (*PppOperNcpStatsGlobal) GetTermReqSent

func (m *PppOperNcpStatsGlobal) GetTermReqSent() uint64

func (*PppOperNcpStatsGlobal) ProtoMessage

func (*PppOperNcpStatsGlobal) ProtoMessage()

func (*PppOperNcpStatsGlobal) Reset

func (m *PppOperNcpStatsGlobal) Reset()

func (*PppOperNcpStatsGlobal) String

func (m *PppOperNcpStatsGlobal) String() string

func (*PppOperNcpStatsGlobal) XXX_DiscardUnknown

func (m *PppOperNcpStatsGlobal) XXX_DiscardUnknown()

func (*PppOperNcpStatsGlobal) XXX_Marshal

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

func (*PppOperNcpStatsGlobal) XXX_Merge

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

func (*PppOperNcpStatsGlobal) XXX_Size

func (m *PppOperNcpStatsGlobal) XXX_Size() int

func (*PppOperNcpStatsGlobal) XXX_Unmarshal

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

type PppOperStatsGlobal

type PppOperStatsGlobal struct {
	LcpStatistics            *PppOperLcpStatsGlobal   `protobuf:"bytes,50,opt,name=lcp_statistics,json=lcpStatistics,proto3" json:"lcp_statistics,omitempty"`
	AuthenticationStatistics *PppOperAuthStatsGlobal  `` /* 134-byte string literal not displayed */
	NcpStatisticsArray       []*PppOperNcpStatsGlobal `protobuf:"bytes,52,rep,name=ncp_statistics_array,json=ncpStatisticsArray,proto3" json:"ncp_statistics_array,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}                 `json:"-"`
	XXX_unrecognized         []byte                   `json:"-"`
	XXX_sizecache            int32                    `json:"-"`
}

func (*PppOperStatsGlobal) Descriptor

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

func (*PppOperStatsGlobal) GetAuthenticationStatistics

func (m *PppOperStatsGlobal) GetAuthenticationStatistics() *PppOperAuthStatsGlobal

func (*PppOperStatsGlobal) GetLcpStatistics

func (m *PppOperStatsGlobal) GetLcpStatistics() *PppOperLcpStatsGlobal

func (*PppOperStatsGlobal) GetNcpStatisticsArray

func (m *PppOperStatsGlobal) GetNcpStatisticsArray() []*PppOperNcpStatsGlobal

func (*PppOperStatsGlobal) ProtoMessage

func (*PppOperStatsGlobal) ProtoMessage()

func (*PppOperStatsGlobal) Reset

func (m *PppOperStatsGlobal) Reset()

func (*PppOperStatsGlobal) String

func (m *PppOperStatsGlobal) String() string

func (*PppOperStatsGlobal) XXX_DiscardUnknown

func (m *PppOperStatsGlobal) XXX_DiscardUnknown()

func (*PppOperStatsGlobal) XXX_Marshal

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

func (*PppOperStatsGlobal) XXX_Merge

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

func (*PppOperStatsGlobal) XXX_Size

func (m *PppOperStatsGlobal) XXX_Size() int

func (*PppOperStatsGlobal) XXX_Unmarshal

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

type PppOperStatsGlobal_KEYS

type PppOperStatsGlobal_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PppOperStatsGlobal_KEYS) Descriptor

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

func (*PppOperStatsGlobal_KEYS) GetNodeName

func (m *PppOperStatsGlobal_KEYS) GetNodeName() string

func (*PppOperStatsGlobal_KEYS) ProtoMessage

func (*PppOperStatsGlobal_KEYS) ProtoMessage()

func (*PppOperStatsGlobal_KEYS) Reset

func (m *PppOperStatsGlobal_KEYS) Reset()

func (*PppOperStatsGlobal_KEYS) String

func (m *PppOperStatsGlobal_KEYS) String() string

func (*PppOperStatsGlobal_KEYS) XXX_DiscardUnknown

func (m *PppOperStatsGlobal_KEYS) XXX_DiscardUnknown()

func (*PppOperStatsGlobal_KEYS) XXX_Marshal

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

func (*PppOperStatsGlobal_KEYS) XXX_Merge

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

func (*PppOperStatsGlobal_KEYS) XXX_Size

func (m *PppOperStatsGlobal_KEYS) XXX_Size() int

func (*PppOperStatsGlobal_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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