cisco_ios_xr_rsi_agent_oper_rsi_agent_nodes_node_clients_client

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-rsi-agent-oper:rsi-agent/nodes/node/clients/client

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RaNotifRegAllT

type RaNotifRegAllT struct {
	MdbType              uint32   `protobuf:"varint,1,opt,name=mdb_type,json=mdbType,proto3" json:"mdb_type,omitempty"`
	RegHd                uint64   `protobuf:"varint,2,opt,name=reg_hd,json=regHd,proto3" json:"reg_hd,omitempty"`
	NumNotifsDispatched  uint32   `protobuf:"varint,3,opt,name=num_notifs_dispatched,json=numNotifsDispatched,proto3" json:"num_notifs_dispatched,omitempty"`
	Flags                uint32   `protobuf:"varint,4,opt,name=flags,proto3" json:"flags,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RaNotifRegAllT) Descriptor

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

func (*RaNotifRegAllT) GetFlags

func (m *RaNotifRegAllT) GetFlags() uint32

func (*RaNotifRegAllT) GetMdbType

func (m *RaNotifRegAllT) GetMdbType() uint32

func (*RaNotifRegAllT) GetNumNotifsDispatched

func (m *RaNotifRegAllT) GetNumNotifsDispatched() uint32

func (*RaNotifRegAllT) GetRegHd

func (m *RaNotifRegAllT) GetRegHd() uint64

func (*RaNotifRegAllT) ProtoMessage

func (*RaNotifRegAllT) ProtoMessage()

func (*RaNotifRegAllT) Reset

func (m *RaNotifRegAllT) Reset()

func (*RaNotifRegAllT) String

func (m *RaNotifRegAllT) String() string

func (*RaNotifRegAllT) XXX_DiscardUnknown

func (m *RaNotifRegAllT) XXX_DiscardUnknown()

func (*RaNotifRegAllT) XXX_Marshal

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

func (*RaNotifRegAllT) XXX_Merge

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

func (*RaNotifRegAllT) XXX_Size

func (m *RaNotifRegAllT) XXX_Size() int

func (*RaNotifRegAllT) XXX_Unmarshal

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

type RaNotifRegByIntfT

type RaNotifRegByIntfT struct {
	MdbType              uint32   `protobuf:"varint,1,opt,name=mdb_type,json=mdbType,proto3" json:"mdb_type,omitempty"`
	RegHd                uint64   `protobuf:"varint,2,opt,name=reg_hd,json=regHd,proto3" json:"reg_hd,omitempty"`
	NumNotifsDispatched  uint32   `protobuf:"varint,3,opt,name=num_notifs_dispatched,json=numNotifsDispatched,proto3" json:"num_notifs_dispatched,omitempty"`
	Ifname               string   `protobuf:"bytes,4,opt,name=ifname,proto3" json:"ifname,omitempty"`
	Ifhandle             string   `protobuf:"bytes,5,opt,name=ifhandle,proto3" json:"ifhandle,omitempty"`
	AfiFilter            uint32   `protobuf:"varint,6,opt,name=afi_filter,json=afiFilter,proto3" json:"afi_filter,omitempty"`
	SafiFilter           uint32   `protobuf:"varint,7,opt,name=safi_filter,json=safiFilter,proto3" json:"safi_filter,omitempty"`
	TblName              string   `protobuf:"bytes,8,opt,name=tbl_name,json=tblName,proto3" json:"tbl_name,omitempty"`
	Global               bool     `protobuf:"varint,9,opt,name=global,proto3" json:"global,omitempty"`
	RegFlags             uint32   `protobuf:"varint,10,opt,name=reg_flags,json=regFlags,proto3" json:"reg_flags,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RaNotifRegByIntfT) Descriptor

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

func (*RaNotifRegByIntfT) GetAfiFilter

func (m *RaNotifRegByIntfT) GetAfiFilter() uint32

func (*RaNotifRegByIntfT) GetGlobal

func (m *RaNotifRegByIntfT) GetGlobal() bool

func (*RaNotifRegByIntfT) GetIfhandle

func (m *RaNotifRegByIntfT) GetIfhandle() string

func (*RaNotifRegByIntfT) GetIfname

func (m *RaNotifRegByIntfT) GetIfname() string

func (*RaNotifRegByIntfT) GetMdbType

func (m *RaNotifRegByIntfT) GetMdbType() uint32

func (*RaNotifRegByIntfT) GetNumNotifsDispatched

func (m *RaNotifRegByIntfT) GetNumNotifsDispatched() uint32

func (*RaNotifRegByIntfT) GetRegFlags

func (m *RaNotifRegByIntfT) GetRegFlags() uint32

func (*RaNotifRegByIntfT) GetRegHd

func (m *RaNotifRegByIntfT) GetRegHd() uint64

func (*RaNotifRegByIntfT) GetSafiFilter

func (m *RaNotifRegByIntfT) GetSafiFilter() uint32

func (*RaNotifRegByIntfT) GetTblName

func (m *RaNotifRegByIntfT) GetTblName() string

func (*RaNotifRegByIntfT) ProtoMessage

func (*RaNotifRegByIntfT) ProtoMessage()

func (*RaNotifRegByIntfT) Reset

func (m *RaNotifRegByIntfT) Reset()

func (*RaNotifRegByIntfT) String

func (m *RaNotifRegByIntfT) String() string

func (*RaNotifRegByIntfT) XXX_DiscardUnknown

func (m *RaNotifRegByIntfT) XXX_DiscardUnknown()

func (*RaNotifRegByIntfT) XXX_Marshal

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

func (*RaNotifRegByIntfT) XXX_Merge

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

func (*RaNotifRegByIntfT) XXX_Size

func (m *RaNotifRegByIntfT) XXX_Size() int

func (*RaNotifRegByIntfT) XXX_Unmarshal

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

type RaNotifRegByStateT

type RaNotifRegByStateT struct {
	MdbType              uint32   `protobuf:"varint,1,opt,name=mdb_type,json=mdbType,proto3" json:"mdb_type,omitempty"`
	RegHd                uint64   `protobuf:"varint,2,opt,name=reg_hd,json=regHd,proto3" json:"reg_hd,omitempty"`
	NumNotifsDispatched  uint32   `protobuf:"varint,3,opt,name=num_notifs_dispatched,json=numNotifsDispatched,proto3" json:"num_notifs_dispatched,omitempty"`
	StateId              uint64   `protobuf:"varint,4,opt,name=state_id,json=stateId,proto3" json:"state_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RaNotifRegByStateT) Descriptor

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

func (*RaNotifRegByStateT) GetMdbType

func (m *RaNotifRegByStateT) GetMdbType() uint32

func (*RaNotifRegByStateT) GetNumNotifsDispatched

func (m *RaNotifRegByStateT) GetNumNotifsDispatched() uint32

func (*RaNotifRegByStateT) GetRegHd

func (m *RaNotifRegByStateT) GetRegHd() uint64

func (*RaNotifRegByStateT) GetStateId

func (m *RaNotifRegByStateT) GetStateId() uint64

func (*RaNotifRegByStateT) ProtoMessage

func (*RaNotifRegByStateT) ProtoMessage()

func (*RaNotifRegByStateT) Reset

func (m *RaNotifRegByStateT) Reset()

func (*RaNotifRegByStateT) String

func (m *RaNotifRegByStateT) String() string

func (*RaNotifRegByStateT) XXX_DiscardUnknown

func (m *RaNotifRegByStateT) XXX_DiscardUnknown()

func (*RaNotifRegByStateT) XXX_Marshal

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

func (*RaNotifRegByStateT) XXX_Merge

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

func (*RaNotifRegByStateT) XXX_Size

func (m *RaNotifRegByStateT) XXX_Size() int

func (*RaNotifRegByStateT) XXX_Unmarshal

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

type RaNotifRegByTblT

type RaNotifRegByTblT struct {
	MdbType              uint32   `protobuf:"varint,1,opt,name=mdb_type,json=mdbType,proto3" json:"mdb_type,omitempty"`
	RegHd                uint64   `protobuf:"varint,2,opt,name=reg_hd,json=regHd,proto3" json:"reg_hd,omitempty"`
	NumNotifsDispatched  uint32   `protobuf:"varint,3,opt,name=num_notifs_dispatched,json=numNotifsDispatched,proto3" json:"num_notifs_dispatched,omitempty"`
	TblName              string   `protobuf:"bytes,4,opt,name=tbl_name,json=tblName,proto3" json:"tbl_name,omitempty"`
	TblId                uint32   `protobuf:"varint,5,opt,name=tbl_id,json=tblId,proto3" json:"tbl_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RaNotifRegByTblT) Descriptor

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

func (*RaNotifRegByTblT) GetMdbType

func (m *RaNotifRegByTblT) GetMdbType() uint32

func (*RaNotifRegByTblT) GetNumNotifsDispatched

func (m *RaNotifRegByTblT) GetNumNotifsDispatched() uint32

func (*RaNotifRegByTblT) GetRegHd

func (m *RaNotifRegByTblT) GetRegHd() uint64

func (*RaNotifRegByTblT) GetTblId

func (m *RaNotifRegByTblT) GetTblId() uint32

func (*RaNotifRegByTblT) GetTblName

func (m *RaNotifRegByTblT) GetTblName() string

func (*RaNotifRegByTblT) ProtoMessage

func (*RaNotifRegByTblT) ProtoMessage()

func (*RaNotifRegByTblT) Reset

func (m *RaNotifRegByTblT) Reset()

func (*RaNotifRegByTblT) String

func (m *RaNotifRegByTblT) String() string

func (*RaNotifRegByTblT) XXX_DiscardUnknown

func (m *RaNotifRegByTblT) XXX_DiscardUnknown()

func (*RaNotifRegByTblT) XXX_Marshal

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

func (*RaNotifRegByTblT) XXX_Merge

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

func (*RaNotifRegByTblT) XXX_Size

func (m *RaNotifRegByTblT) XXX_Size() int

func (*RaNotifRegByTblT) XXX_Unmarshal

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

type RaNotifRegByVpnT

type RaNotifRegByVpnT struct {
	MdbType              uint32     `protobuf:"varint,1,opt,name=mdb_type,json=mdbType,proto3" json:"mdb_type,omitempty"`
	RegHd                uint32     `protobuf:"varint,2,opt,name=reg_hd,json=regHd,proto3" json:"reg_hd,omitempty"`
	NumNotifsDispatched  uint32     `protobuf:"varint,3,opt,name=num_notifs_dispatched,json=numNotifsDispatched,proto3" json:"num_notifs_dispatched,omitempty"`
	VpnId                *RsiVpnidT `protobuf:"bytes,4,opt,name=vpn_id,json=vpnId,proto3" json:"vpn_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*RaNotifRegByVpnT) Descriptor

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

func (*RaNotifRegByVpnT) GetMdbType

func (m *RaNotifRegByVpnT) GetMdbType() uint32

func (*RaNotifRegByVpnT) GetNumNotifsDispatched

func (m *RaNotifRegByVpnT) GetNumNotifsDispatched() uint32

func (*RaNotifRegByVpnT) GetRegHd

func (m *RaNotifRegByVpnT) GetRegHd() uint32

func (*RaNotifRegByVpnT) GetVpnId

func (m *RaNotifRegByVpnT) GetVpnId() *RsiVpnidT

func (*RaNotifRegByVpnT) ProtoMessage

func (*RaNotifRegByVpnT) ProtoMessage()

func (*RaNotifRegByVpnT) Reset

func (m *RaNotifRegByVpnT) Reset()

func (*RaNotifRegByVpnT) String

func (m *RaNotifRegByVpnT) String() string

func (*RaNotifRegByVpnT) XXX_DiscardUnknown

func (m *RaNotifRegByVpnT) XXX_DiscardUnknown()

func (*RaNotifRegByVpnT) XXX_Marshal

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

func (*RaNotifRegByVpnT) XXX_Merge

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

func (*RaNotifRegByVpnT) XXX_Size

func (m *RaNotifRegByVpnT) XXX_Size() int

func (*RaNotifRegByVpnT) XXX_Unmarshal

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

type RaNotifRegByVrT

type RaNotifRegByVrT struct {
	MdbType              uint32   `protobuf:"varint,1,opt,name=mdb_type,json=mdbType,proto3" json:"mdb_type,omitempty"`
	RegHd                uint64   `protobuf:"varint,2,opt,name=reg_hd,json=regHd,proto3" json:"reg_hd,omitempty"`
	NumNotifsDispatched  uint32   `protobuf:"varint,3,opt,name=num_notifs_dispatched,json=numNotifsDispatched,proto3" json:"num_notifs_dispatched,omitempty"`
	VrName               string   `protobuf:"bytes,4,opt,name=vr_name,json=vrName,proto3" json:"vr_name,omitempty"`
	VrId                 uint32   `protobuf:"varint,5,opt,name=vr_id,json=vrId,proto3" json:"vr_id,omitempty"`
	Flags                uint32   `protobuf:"varint,6,opt,name=flags,proto3" json:"flags,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RaNotifRegByVrT) Descriptor

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

func (*RaNotifRegByVrT) GetFlags

func (m *RaNotifRegByVrT) GetFlags() uint32

func (*RaNotifRegByVrT) GetMdbType

func (m *RaNotifRegByVrT) GetMdbType() uint32

func (*RaNotifRegByVrT) GetNumNotifsDispatched

func (m *RaNotifRegByVrT) GetNumNotifsDispatched() uint32

func (*RaNotifRegByVrT) GetRegHd

func (m *RaNotifRegByVrT) GetRegHd() uint64

func (*RaNotifRegByVrT) GetVrId

func (m *RaNotifRegByVrT) GetVrId() uint32

func (*RaNotifRegByVrT) GetVrName

func (m *RaNotifRegByVrT) GetVrName() string

func (*RaNotifRegByVrT) ProtoMessage

func (*RaNotifRegByVrT) ProtoMessage()

func (*RaNotifRegByVrT) Reset

func (m *RaNotifRegByVrT) Reset()

func (*RaNotifRegByVrT) String

func (m *RaNotifRegByVrT) String() string

func (*RaNotifRegByVrT) XXX_DiscardUnknown

func (m *RaNotifRegByVrT) XXX_DiscardUnknown()

func (*RaNotifRegByVrT) XXX_Marshal

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

func (*RaNotifRegByVrT) XXX_Merge

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

func (*RaNotifRegByVrT) XXX_Size

func (m *RaNotifRegByVrT) XXX_Size() int

func (*RaNotifRegByVrT) XXX_Unmarshal

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

type RaNotifRegByVrfT

type RaNotifRegByVrfT struct {
	MdbType              uint32   `protobuf:"varint,1,opt,name=mdb_type,json=mdbType,proto3" json:"mdb_type,omitempty"`
	RegHd                uint64   `protobuf:"varint,2,opt,name=reg_hd,json=regHd,proto3" json:"reg_hd,omitempty"`
	NumNotifsDispatched  uint32   `protobuf:"varint,3,opt,name=num_notifs_dispatched,json=numNotifsDispatched,proto3" json:"num_notifs_dispatched,omitempty"`
	VrfName              string   `protobuf:"bytes,4,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	VrfId                uint32   `protobuf:"varint,5,opt,name=vrf_id,json=vrfId,proto3" json:"vrf_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RaNotifRegByVrfT) Descriptor

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

func (*RaNotifRegByVrfT) GetMdbType

func (m *RaNotifRegByVrfT) GetMdbType() uint32

func (*RaNotifRegByVrfT) GetNumNotifsDispatched

func (m *RaNotifRegByVrfT) GetNumNotifsDispatched() uint32

func (*RaNotifRegByVrfT) GetRegHd

func (m *RaNotifRegByVrfT) GetRegHd() uint64

func (*RaNotifRegByVrfT) GetVrfId

func (m *RaNotifRegByVrfT) GetVrfId() uint32

func (*RaNotifRegByVrfT) GetVrfName

func (m *RaNotifRegByVrfT) GetVrfName() string

func (*RaNotifRegByVrfT) ProtoMessage

func (*RaNotifRegByVrfT) ProtoMessage()

func (*RaNotifRegByVrfT) Reset

func (m *RaNotifRegByVrfT) Reset()

func (*RaNotifRegByVrfT) String

func (m *RaNotifRegByVrfT) String() string

func (*RaNotifRegByVrfT) XXX_DiscardUnknown

func (m *RaNotifRegByVrfT) XXX_DiscardUnknown()

func (*RaNotifRegByVrfT) XXX_Marshal

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

func (*RaNotifRegByVrfT) XXX_Merge

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

func (*RaNotifRegByVrfT) XXX_Size

func (m *RaNotifRegByVrfT) XXX_Size() int

func (*RaNotifRegByVrfT) XXX_Unmarshal

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

type RsiAgentClient

type RsiAgentClient struct {
	Name                 string                `protobuf:"bytes,50,opt,name=name,proto3" json:"name,omitempty"`
	ClientPtr            uint64                `protobuf:"varint,51,opt,name=client_ptr,json=clientPtr,proto3" json:"client_ptr,omitempty"`
	ClientType           uint32                `protobuf:"varint,52,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	Zombied              bool                  `protobuf:"varint,53,opt,name=zombied,proto3" json:"zombied,omitempty"`
	MdbsProcessed        uint32                `protobuf:"varint,54,opt,name=mdbs_processed,json=mdbsProcessed,proto3" json:"mdbs_processed,omitempty"`
	MsgsReceived         uint32                `protobuf:"varint,55,opt,name=msgs_received,json=msgsReceived,proto3" json:"msgs_received,omitempty"`
	NumLookupsDone       uint32                `protobuf:"varint,56,opt,name=num_lookups_done,json=numLookupsDone,proto3" json:"num_lookups_done,omitempty"`
	NumFailedLookups     uint32                `protobuf:"varint,57,opt,name=num_failed_lookups,json=numFailedLookups,proto3" json:"num_failed_lookups,omitempty"`
	NumFailedRegs        uint32                `protobuf:"varint,58,opt,name=num_failed_regs,json=numFailedRegs,proto3" json:"num_failed_regs,omitempty"`
	NumAutoPurges        uint32                `protobuf:"varint,59,opt,name=num_auto_purges,json=numAutoPurges,proto3" json:"num_auto_purges,omitempty"`
	NumSmallReplyBuf     uint32                `protobuf:"varint,60,opt,name=num_small_reply_buf,json=numSmallReplyBuf,proto3" json:"num_small_reply_buf,omitempty"`
	ProcName             string                `protobuf:"bytes,61,opt,name=proc_name,json=procName,proto3" json:"proc_name,omitempty"`
	Pid                  uint32                `protobuf:"varint,62,opt,name=pid,proto3" json:"pid,omitempty"`
	Scoid                int32                 `protobuf:"zigzag32,63,opt,name=scoid,proto3" json:"scoid,omitempty"`
	Coid                 int32                 `protobuf:"zigzag32,64,opt,name=coid,proto3" json:"coid,omitempty"`
	UpTimeSecs           uint32                `protobuf:"varint,65,opt,name=up_time_secs,json=upTimeSecs,proto3" json:"up_time_secs,omitempty"`
	ZombieSecs           uint32                `protobuf:"varint,66,opt,name=zombie_secs,json=zombieSecs,proto3" json:"zombie_secs,omitempty"`
	LastRxMsgType        uint32                `protobuf:"varint,67,opt,name=last_rx_msg_type,json=lastRxMsgType,proto3" json:"last_rx_msg_type,omitempty"`
	PulseCount           uint32                `protobuf:"varint,68,opt,name=pulse_count,json=pulseCount,proto3" json:"pulse_count,omitempty"`
	AsyncQSize           uint32                `protobuf:"varint,69,opt,name=async_q_size,json=asyncQSize,proto3" json:"async_q_size,omitempty"`
	AsyncQSizeMax        uint32                `protobuf:"varint,70,opt,name=async_q_size_max,json=asyncQSizeMax,proto3" json:"async_q_size_max,omitempty"`
	SyncItemsReturned    uint32                `protobuf:"varint,71,opt,name=sync_items_returned,json=syncItemsReturned,proto3" json:"sync_items_returned,omitempty"`
	AsyncItemsReturned   uint32                `protobuf:"varint,72,opt,name=async_items_returned,json=asyncItemsReturned,proto3" json:"async_items_returned,omitempty"`
	BatchEnabled         bool                  `protobuf:"varint,73,opt,name=batch_enabled,json=batchEnabled,proto3" json:"batch_enabled,omitempty"`
	BatchSize            uint32                `protobuf:"varint,74,opt,name=batch_size,json=batchSize,proto3" json:"batch_size,omitempty"`
	NumActiveRegs        uint32                `protobuf:"varint,75,opt,name=num_active_regs,json=numActiveRegs,proto3" json:"num_active_regs,omitempty"`
	ByAll                []*RaNotifRegAllT     `protobuf:"bytes,76,rep,name=by_all,json=byAll,proto3" json:"by_all,omitempty"`
	ByState              []*RaNotifRegByStateT `protobuf:"bytes,77,rep,name=by_state,json=byState,proto3" json:"by_state,omitempty"`
	ByVr                 []*RaNotifRegByVrT    `protobuf:"bytes,78,rep,name=by_vr,json=byVr,proto3" json:"by_vr,omitempty"`
	ByVrf                []*RaNotifRegByVrfT   `protobuf:"bytes,79,rep,name=by_vrf,json=byVrf,proto3" json:"by_vrf,omitempty"`
	ByVpn                []*RaNotifRegByVpnT   `protobuf:"bytes,80,rep,name=by_vpn,json=byVpn,proto3" json:"by_vpn,omitempty"`
	ByTbl                []*RaNotifRegByTblT   `protobuf:"bytes,81,rep,name=by_tbl,json=byTbl,proto3" json:"by_tbl,omitempty"`
	ByIntf               []*RaNotifRegByIntfT  `protobuf:"bytes,82,rep,name=by_intf,json=byIntf,proto3" json:"by_intf,omitempty"`
	NumOwnedObjsTdl      uint32                `protobuf:"varint,83,opt,name=num_owned_objs_tdl,json=numOwnedObjsTdl,proto3" json:"num_owned_objs_tdl,omitempty"`
	LocalTblBuf          []uint32              `protobuf:"varint,84,rep,packed,name=local_tbl_buf,json=localTblBuf,proto3" json:"local_tbl_buf,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*RsiAgentClient) Descriptor

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

func (*RsiAgentClient) GetAsyncItemsReturned

func (m *RsiAgentClient) GetAsyncItemsReturned() uint32

func (*RsiAgentClient) GetAsyncQSize

func (m *RsiAgentClient) GetAsyncQSize() uint32

func (*RsiAgentClient) GetAsyncQSizeMax

func (m *RsiAgentClient) GetAsyncQSizeMax() uint32

func (*RsiAgentClient) GetBatchEnabled

func (m *RsiAgentClient) GetBatchEnabled() bool

func (*RsiAgentClient) GetBatchSize

func (m *RsiAgentClient) GetBatchSize() uint32

func (*RsiAgentClient) GetByAll

func (m *RsiAgentClient) GetByAll() []*RaNotifRegAllT

func (*RsiAgentClient) GetByIntf

func (m *RsiAgentClient) GetByIntf() []*RaNotifRegByIntfT

func (*RsiAgentClient) GetByState

func (m *RsiAgentClient) GetByState() []*RaNotifRegByStateT

func (*RsiAgentClient) GetByTbl

func (m *RsiAgentClient) GetByTbl() []*RaNotifRegByTblT

func (*RsiAgentClient) GetByVpn

func (m *RsiAgentClient) GetByVpn() []*RaNotifRegByVpnT

func (*RsiAgentClient) GetByVr

func (m *RsiAgentClient) GetByVr() []*RaNotifRegByVrT

func (*RsiAgentClient) GetByVrf

func (m *RsiAgentClient) GetByVrf() []*RaNotifRegByVrfT

func (*RsiAgentClient) GetClientPtr

func (m *RsiAgentClient) GetClientPtr() uint64

func (*RsiAgentClient) GetClientType

func (m *RsiAgentClient) GetClientType() uint32

func (*RsiAgentClient) GetCoid

func (m *RsiAgentClient) GetCoid() int32

func (*RsiAgentClient) GetLastRxMsgType

func (m *RsiAgentClient) GetLastRxMsgType() uint32

func (*RsiAgentClient) GetLocalTblBuf

func (m *RsiAgentClient) GetLocalTblBuf() []uint32

func (*RsiAgentClient) GetMdbsProcessed

func (m *RsiAgentClient) GetMdbsProcessed() uint32

func (*RsiAgentClient) GetMsgsReceived

func (m *RsiAgentClient) GetMsgsReceived() uint32

func (*RsiAgentClient) GetName

func (m *RsiAgentClient) GetName() string

func (*RsiAgentClient) GetNumActiveRegs

func (m *RsiAgentClient) GetNumActiveRegs() uint32

func (*RsiAgentClient) GetNumAutoPurges

func (m *RsiAgentClient) GetNumAutoPurges() uint32

func (*RsiAgentClient) GetNumFailedLookups

func (m *RsiAgentClient) GetNumFailedLookups() uint32

func (*RsiAgentClient) GetNumFailedRegs

func (m *RsiAgentClient) GetNumFailedRegs() uint32

func (*RsiAgentClient) GetNumLookupsDone

func (m *RsiAgentClient) GetNumLookupsDone() uint32

func (*RsiAgentClient) GetNumOwnedObjsTdl

func (m *RsiAgentClient) GetNumOwnedObjsTdl() uint32

func (*RsiAgentClient) GetNumSmallReplyBuf

func (m *RsiAgentClient) GetNumSmallReplyBuf() uint32

func (*RsiAgentClient) GetPid

func (m *RsiAgentClient) GetPid() uint32

func (*RsiAgentClient) GetProcName

func (m *RsiAgentClient) GetProcName() string

func (*RsiAgentClient) GetPulseCount

func (m *RsiAgentClient) GetPulseCount() uint32

func (*RsiAgentClient) GetScoid

func (m *RsiAgentClient) GetScoid() int32

func (*RsiAgentClient) GetSyncItemsReturned

func (m *RsiAgentClient) GetSyncItemsReturned() uint32

func (*RsiAgentClient) GetUpTimeSecs

func (m *RsiAgentClient) GetUpTimeSecs() uint32

func (*RsiAgentClient) GetZombieSecs

func (m *RsiAgentClient) GetZombieSecs() uint32

func (*RsiAgentClient) GetZombied

func (m *RsiAgentClient) GetZombied() bool

func (*RsiAgentClient) ProtoMessage

func (*RsiAgentClient) ProtoMessage()

func (*RsiAgentClient) Reset

func (m *RsiAgentClient) Reset()

func (*RsiAgentClient) String

func (m *RsiAgentClient) String() string

func (*RsiAgentClient) XXX_DiscardUnknown

func (m *RsiAgentClient) XXX_DiscardUnknown()

func (*RsiAgentClient) XXX_Marshal

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

func (*RsiAgentClient) XXX_Merge

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

func (*RsiAgentClient) XXX_Size

func (m *RsiAgentClient) XXX_Size() int

func (*RsiAgentClient) XXX_Unmarshal

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

type RsiAgentClient_KEYS

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

func (*RsiAgentClient_KEYS) Descriptor

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

func (*RsiAgentClient_KEYS) GetClientName

func (m *RsiAgentClient_KEYS) GetClientName() string

func (*RsiAgentClient_KEYS) GetNodeName

func (m *RsiAgentClient_KEYS) GetNodeName() string

func (*RsiAgentClient_KEYS) ProtoMessage

func (*RsiAgentClient_KEYS) ProtoMessage()

func (*RsiAgentClient_KEYS) Reset

func (m *RsiAgentClient_KEYS) Reset()

func (*RsiAgentClient_KEYS) String

func (m *RsiAgentClient_KEYS) String() string

func (*RsiAgentClient_KEYS) XXX_DiscardUnknown

func (m *RsiAgentClient_KEYS) XXX_DiscardUnknown()

func (*RsiAgentClient_KEYS) XXX_Marshal

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

func (*RsiAgentClient_KEYS) XXX_Merge

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

func (*RsiAgentClient_KEYS) XXX_Size

func (m *RsiAgentClient_KEYS) XXX_Size() int

func (*RsiAgentClient_KEYS) XXX_Unmarshal

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

type RsiVpnidT

type RsiVpnidT struct {
	Oui                  uint32   `protobuf:"varint,1,opt,name=oui,proto3" json:"oui,omitempty"`
	Index                uint32   `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsiVpnidT) Descriptor

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

func (*RsiVpnidT) GetIndex

func (m *RsiVpnidT) GetIndex() uint32

func (*RsiVpnidT) GetOui

func (m *RsiVpnidT) GetOui() uint32

func (*RsiVpnidT) ProtoMessage

func (*RsiVpnidT) ProtoMessage()

func (*RsiVpnidT) Reset

func (m *RsiVpnidT) Reset()

func (*RsiVpnidT) String

func (m *RsiVpnidT) String() string

func (*RsiVpnidT) XXX_DiscardUnknown

func (m *RsiVpnidT) XXX_DiscardUnknown()

func (*RsiVpnidT) XXX_Marshal

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

func (*RsiVpnidT) XXX_Merge

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

func (*RsiVpnidT) XXX_Size

func (m *RsiVpnidT) XXX_Size() int

func (*RsiVpnidT) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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