cisco_ios_xr_tunnel_l2tun_oper_l2tp_nodes_node_counters_control_tunnels_tunnel

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-tunnel-l2tun-oper:l2tp/nodes/node/counters/control/tunnels/tunnel

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type L2TpCtlMsgBriefData

type L2TpCtlMsgBriefData struct {
	RemoteTunnelId       uint32   `protobuf:"varint,1,opt,name=remote_tunnel_id,json=remoteTunnelId,proto3" json:"remote_tunnel_id,omitempty"`
	LocalAddress         string   `protobuf:"bytes,2,opt,name=local_address,json=localAddress,proto3" json:"local_address,omitempty"`
	RemoteAddress        string   `protobuf:"bytes,3,opt,name=remote_address,json=remoteAddress,proto3" json:"remote_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2TpCtlMsgBriefData) Descriptor

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

func (*L2TpCtlMsgBriefData) GetLocalAddress

func (m *L2TpCtlMsgBriefData) GetLocalAddress() string

func (*L2TpCtlMsgBriefData) GetRemoteAddress

func (m *L2TpCtlMsgBriefData) GetRemoteAddress() string

func (*L2TpCtlMsgBriefData) GetRemoteTunnelId

func (m *L2TpCtlMsgBriefData) GetRemoteTunnelId() uint32

func (*L2TpCtlMsgBriefData) ProtoMessage

func (*L2TpCtlMsgBriefData) ProtoMessage()

func (*L2TpCtlMsgBriefData) Reset

func (m *L2TpCtlMsgBriefData) Reset()

func (*L2TpCtlMsgBriefData) String

func (m *L2TpCtlMsgBriefData) String() string

func (*L2TpCtlMsgBriefData) XXX_DiscardUnknown

func (m *L2TpCtlMsgBriefData) XXX_DiscardUnknown()

func (*L2TpCtlMsgBriefData) XXX_Marshal

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

func (*L2TpCtlMsgBriefData) XXX_Merge

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

func (*L2TpCtlMsgBriefData) XXX_Size

func (m *L2TpCtlMsgBriefData) XXX_Size() int

func (*L2TpCtlMsgBriefData) XXX_Unmarshal

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

type L2TpCtrlMsgCounts

type L2TpCtrlMsgCounts struct {
	UnknownPackets                      uint32   `protobuf:"varint,1,opt,name=unknown_packets,json=unknownPackets,proto3" json:"unknown_packets,omitempty"`
	ZeroLengthBodyPackets               uint32   `` /* 129-byte string literal not displayed */
	StartControlConnectionRequests      uint32   `` /* 156-byte string literal not displayed */
	StartControlConnectionReplies       uint32   `` /* 153-byte string literal not displayed */
	StartControlConnectionNotifications uint32   `` /* 171-byte string literal not displayed */
	StopControlConnectionNotifications  uint32   `` /* 168-byte string literal not displayed */
	HelloPackets                        uint32   `protobuf:"varint,7,opt,name=hello_packets,json=helloPackets,proto3" json:"hello_packets,omitempty"`
	OutgoingCallRequests                uint32   `protobuf:"varint,8,opt,name=outgoing_call_requests,json=outgoingCallRequests,proto3" json:"outgoing_call_requests,omitempty"`
	OutgoingCallReplies                 uint32   `protobuf:"varint,9,opt,name=outgoing_call_replies,json=outgoingCallReplies,proto3" json:"outgoing_call_replies,omitempty"`
	OutgoingCallConnectedPackets        uint32   `` /* 151-byte string literal not displayed */
	IncomingCallRequests                uint32   `protobuf:"varint,11,opt,name=incoming_call_requests,json=incomingCallRequests,proto3" json:"incoming_call_requests,omitempty"`
	IncomingCallReplies                 uint32   `protobuf:"varint,12,opt,name=incoming_call_replies,json=incomingCallReplies,proto3" json:"incoming_call_replies,omitempty"`
	IncomingCallConnectedPackets        uint32   `` /* 151-byte string literal not displayed */
	CallDisconnectNotifyPackets         uint32   `` /* 148-byte string literal not displayed */
	WanErrorNotifyPackets               uint32   `` /* 130-byte string literal not displayed */
	SetLinkInfoPackets                  uint32   `protobuf:"varint,16,opt,name=set_link_info_packets,json=setLinkInfoPackets,proto3" json:"set_link_info_packets,omitempty"`
	ServiceRelayRequests                uint32   `protobuf:"varint,17,opt,name=service_relay_requests,json=serviceRelayRequests,proto3" json:"service_relay_requests,omitempty"`
	ServiceRelayReplies                 uint32   `protobuf:"varint,18,opt,name=service_relay_replies,json=serviceRelayReplies,proto3" json:"service_relay_replies,omitempty"`
	AcknowledgementPackets              uint32   `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral                struct{} `json:"-"`
	XXX_unrecognized                    []byte   `json:"-"`
	XXX_sizecache                       int32    `json:"-"`
}

func (*L2TpCtrlMsgCounts) Descriptor

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

func (*L2TpCtrlMsgCounts) GetAcknowledgementPackets

func (m *L2TpCtrlMsgCounts) GetAcknowledgementPackets() uint32

func (*L2TpCtrlMsgCounts) GetCallDisconnectNotifyPackets

func (m *L2TpCtrlMsgCounts) GetCallDisconnectNotifyPackets() uint32

func (*L2TpCtrlMsgCounts) GetHelloPackets

func (m *L2TpCtrlMsgCounts) GetHelloPackets() uint32

func (*L2TpCtrlMsgCounts) GetIncomingCallConnectedPackets

func (m *L2TpCtrlMsgCounts) GetIncomingCallConnectedPackets() uint32

func (*L2TpCtrlMsgCounts) GetIncomingCallReplies

func (m *L2TpCtrlMsgCounts) GetIncomingCallReplies() uint32

func (*L2TpCtrlMsgCounts) GetIncomingCallRequests

func (m *L2TpCtrlMsgCounts) GetIncomingCallRequests() uint32

func (*L2TpCtrlMsgCounts) GetOutgoingCallConnectedPackets

func (m *L2TpCtrlMsgCounts) GetOutgoingCallConnectedPackets() uint32

func (*L2TpCtrlMsgCounts) GetOutgoingCallReplies

func (m *L2TpCtrlMsgCounts) GetOutgoingCallReplies() uint32

func (*L2TpCtrlMsgCounts) GetOutgoingCallRequests

func (m *L2TpCtrlMsgCounts) GetOutgoingCallRequests() uint32

func (*L2TpCtrlMsgCounts) GetServiceRelayReplies

func (m *L2TpCtrlMsgCounts) GetServiceRelayReplies() uint32

func (*L2TpCtrlMsgCounts) GetServiceRelayRequests

func (m *L2TpCtrlMsgCounts) GetServiceRelayRequests() uint32

func (*L2TpCtrlMsgCounts) GetSetLinkInfoPackets

func (m *L2TpCtrlMsgCounts) GetSetLinkInfoPackets() uint32

func (*L2TpCtrlMsgCounts) GetStartControlConnectionNotifications

func (m *L2TpCtrlMsgCounts) GetStartControlConnectionNotifications() uint32

func (*L2TpCtrlMsgCounts) GetStartControlConnectionReplies

func (m *L2TpCtrlMsgCounts) GetStartControlConnectionReplies() uint32

func (*L2TpCtrlMsgCounts) GetStartControlConnectionRequests

func (m *L2TpCtrlMsgCounts) GetStartControlConnectionRequests() uint32

func (*L2TpCtrlMsgCounts) GetStopControlConnectionNotifications

func (m *L2TpCtrlMsgCounts) GetStopControlConnectionNotifications() uint32

func (*L2TpCtrlMsgCounts) GetUnknownPackets

func (m *L2TpCtrlMsgCounts) GetUnknownPackets() uint32

func (*L2TpCtrlMsgCounts) GetWanErrorNotifyPackets

func (m *L2TpCtrlMsgCounts) GetWanErrorNotifyPackets() uint32

func (*L2TpCtrlMsgCounts) GetZeroLengthBodyPackets

func (m *L2TpCtrlMsgCounts) GetZeroLengthBodyPackets() uint32

func (*L2TpCtrlMsgCounts) ProtoMessage

func (*L2TpCtrlMsgCounts) ProtoMessage()

func (*L2TpCtrlMsgCounts) Reset

func (m *L2TpCtrlMsgCounts) Reset()

func (*L2TpCtrlMsgCounts) String

func (m *L2TpCtrlMsgCounts) String() string

func (*L2TpCtrlMsgCounts) XXX_DiscardUnknown

func (m *L2TpCtrlMsgCounts) XXX_DiscardUnknown()

func (*L2TpCtrlMsgCounts) XXX_Marshal

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

func (*L2TpCtrlMsgCounts) XXX_Merge

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

func (*L2TpCtrlMsgCounts) XXX_Size

func (m *L2TpCtrlMsgCounts) XXX_Size() int

func (*L2TpCtrlMsgCounts) XXX_Unmarshal

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

type L2TpCtrlMsgStatsData

type L2TpCtrlMsgStatsData struct {
	Brief                *L2TpCtlMsgBriefData        `protobuf:"bytes,50,opt,name=brief,proto3" json:"brief,omitempty"`
	Global               *L2TpCtrlMsgStatsGlobalData `protobuf:"bytes,51,opt,name=global,proto3" json:"global,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*L2TpCtrlMsgStatsData) Descriptor

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

func (*L2TpCtrlMsgStatsData) GetBrief

func (*L2TpCtrlMsgStatsData) GetGlobal

func (*L2TpCtrlMsgStatsData) ProtoMessage

func (*L2TpCtrlMsgStatsData) ProtoMessage()

func (*L2TpCtrlMsgStatsData) Reset

func (m *L2TpCtrlMsgStatsData) Reset()

func (*L2TpCtrlMsgStatsData) String

func (m *L2TpCtrlMsgStatsData) String() string

func (*L2TpCtrlMsgStatsData) XXX_DiscardUnknown

func (m *L2TpCtrlMsgStatsData) XXX_DiscardUnknown()

func (*L2TpCtrlMsgStatsData) XXX_Marshal

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

func (*L2TpCtrlMsgStatsData) XXX_Merge

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

func (*L2TpCtrlMsgStatsData) XXX_Size

func (m *L2TpCtrlMsgStatsData) XXX_Size() int

func (*L2TpCtrlMsgStatsData) XXX_Unmarshal

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

type L2TpCtrlMsgStatsData_KEYS

type L2TpCtrlMsgStatsData_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	TunnelId             uint32   `protobuf:"varint,2,opt,name=tunnel_id,json=tunnelId,proto3" json:"tunnel_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2TpCtrlMsgStatsData_KEYS) Descriptor

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

func (*L2TpCtrlMsgStatsData_KEYS) GetNodeName

func (m *L2TpCtrlMsgStatsData_KEYS) GetNodeName() string

func (*L2TpCtrlMsgStatsData_KEYS) GetTunnelId

func (m *L2TpCtrlMsgStatsData_KEYS) GetTunnelId() uint32

func (*L2TpCtrlMsgStatsData_KEYS) ProtoMessage

func (*L2TpCtrlMsgStatsData_KEYS) ProtoMessage()

func (*L2TpCtrlMsgStatsData_KEYS) Reset

func (m *L2TpCtrlMsgStatsData_KEYS) Reset()

func (*L2TpCtrlMsgStatsData_KEYS) String

func (m *L2TpCtrlMsgStatsData_KEYS) String() string

func (*L2TpCtrlMsgStatsData_KEYS) XXX_DiscardUnknown

func (m *L2TpCtrlMsgStatsData_KEYS) XXX_DiscardUnknown()

func (*L2TpCtrlMsgStatsData_KEYS) XXX_Marshal

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

func (*L2TpCtrlMsgStatsData_KEYS) XXX_Merge

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

func (*L2TpCtrlMsgStatsData_KEYS) XXX_Size

func (m *L2TpCtrlMsgStatsData_KEYS) XXX_Size() int

func (*L2TpCtrlMsgStatsData_KEYS) XXX_Unmarshal

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

type L2TpCtrlMsgStatsGlobalData

type L2TpCtrlMsgStatsGlobalData struct {
	TotalTransmit        uint32             `protobuf:"varint,1,opt,name=total_transmit,json=totalTransmit,proto3" json:"total_transmit,omitempty"`
	TotalRetransmit      uint32             `protobuf:"varint,2,opt,name=total_retransmit,json=totalRetransmit,proto3" json:"total_retransmit,omitempty"`
	TotalReceived        uint32             `protobuf:"varint,3,opt,name=total_received,json=totalReceived,proto3" json:"total_received,omitempty"`
	TotalDrop            uint32             `protobuf:"varint,4,opt,name=total_drop,json=totalDrop,proto3" json:"total_drop,omitempty"`
	Transmit             *L2TpCtrlMsgCounts `protobuf:"bytes,5,opt,name=transmit,proto3" json:"transmit,omitempty"`
	Retransmit           *L2TpCtrlMsgCounts `protobuf:"bytes,6,opt,name=retransmit,proto3" json:"retransmit,omitempty"`
	Received             *L2TpCtrlMsgCounts `protobuf:"bytes,7,opt,name=received,proto3" json:"received,omitempty"`
	Drop                 *L2TpCtrlMsgCounts `protobuf:"bytes,8,opt,name=drop,proto3" json:"drop,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*L2TpCtrlMsgStatsGlobalData) Descriptor

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

func (*L2TpCtrlMsgStatsGlobalData) GetDrop

func (*L2TpCtrlMsgStatsGlobalData) GetReceived

func (*L2TpCtrlMsgStatsGlobalData) GetRetransmit

func (m *L2TpCtrlMsgStatsGlobalData) GetRetransmit() *L2TpCtrlMsgCounts

func (*L2TpCtrlMsgStatsGlobalData) GetTotalDrop

func (m *L2TpCtrlMsgStatsGlobalData) GetTotalDrop() uint32

func (*L2TpCtrlMsgStatsGlobalData) GetTotalReceived

func (m *L2TpCtrlMsgStatsGlobalData) GetTotalReceived() uint32

func (*L2TpCtrlMsgStatsGlobalData) GetTotalRetransmit

func (m *L2TpCtrlMsgStatsGlobalData) GetTotalRetransmit() uint32

func (*L2TpCtrlMsgStatsGlobalData) GetTotalTransmit

func (m *L2TpCtrlMsgStatsGlobalData) GetTotalTransmit() uint32

func (*L2TpCtrlMsgStatsGlobalData) GetTransmit

func (*L2TpCtrlMsgStatsGlobalData) ProtoMessage

func (*L2TpCtrlMsgStatsGlobalData) ProtoMessage()

func (*L2TpCtrlMsgStatsGlobalData) Reset

func (m *L2TpCtrlMsgStatsGlobalData) Reset()

func (*L2TpCtrlMsgStatsGlobalData) String

func (m *L2TpCtrlMsgStatsGlobalData) String() string

func (*L2TpCtrlMsgStatsGlobalData) XXX_DiscardUnknown

func (m *L2TpCtrlMsgStatsGlobalData) XXX_DiscardUnknown()

func (*L2TpCtrlMsgStatsGlobalData) XXX_Marshal

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

func (*L2TpCtrlMsgStatsGlobalData) XXX_Merge

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

func (*L2TpCtrlMsgStatsGlobalData) XXX_Size

func (m *L2TpCtrlMsgStatsGlobalData) XXX_Size() int

func (*L2TpCtrlMsgStatsGlobalData) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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