cisco_ios_xr_rsi_agent_oper_rsi_agent_nodes_node_virtual_router_ids_virtual_router_id

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/virtual-router-ids/virtual-router-id

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RsiAgentVr

type RsiAgentVr struct {
	VrNameXr             string   `protobuf:"bytes,50,opt,name=vr_name_xr,json=vrNameXr,proto3" json:"vr_name_xr,omitempty"`
	VrId                 uint32   `protobuf:"varint,51,opt,name=vr_id,json=vrId,proto3" json:"vr_id,omitempty"`
	Refcount             int32    `protobuf:"zigzag32,52,opt,name=refcount,proto3" json:"refcount,omitempty"`
	NumRealVrfs          int32    `protobuf:"zigzag32,53,opt,name=num_real_vrfs,json=numRealVrfs,proto3" json:"num_real_vrfs,omitempty"`
	NumFwdRefVrfs        int32    `protobuf:"zigzag32,54,opt,name=num_fwd_ref_vrfs,json=numFwdRefVrfs,proto3" json:"num_fwd_ref_vrfs,omitempty"`
	VrByVrIdRegs         int32    `protobuf:"zigzag32,55,opt,name=vr_by_vr_id_regs,json=vrByVrIdRegs,proto3" json:"vr_by_vr_id_regs,omitempty"`
	VrByVrNameRegs       int32    `protobuf:"zigzag32,56,opt,name=vr_by_vr_name_regs,json=vrByVrNameRegs,proto3" json:"vr_by_vr_name_regs,omitempty"`
	VrfByVrRegs          int32    `protobuf:"zigzag32,57,opt,name=vrf_by_vr_regs,json=vrfByVrRegs,proto3" json:"vrf_by_vr_regs,omitempty"`
	TblByVrRegs          int32    `protobuf:"zigzag32,58,opt,name=tbl_by_vr_regs,json=tblByVrRegs,proto3" json:"tbl_by_vr_regs,omitempty"`
	VrfCntLocal          int32    `protobuf:"zigzag32,59,opt,name=vrf_cnt_local,json=vrfCntLocal,proto3" json:"vrf_cnt_local,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsiAgentVr) Descriptor

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

func (*RsiAgentVr) GetNumFwdRefVrfs

func (m *RsiAgentVr) GetNumFwdRefVrfs() int32

func (*RsiAgentVr) GetNumRealVrfs

func (m *RsiAgentVr) GetNumRealVrfs() int32

func (*RsiAgentVr) GetRefcount

func (m *RsiAgentVr) GetRefcount() int32

func (*RsiAgentVr) GetTblByVrRegs

func (m *RsiAgentVr) GetTblByVrRegs() int32

func (*RsiAgentVr) GetVrByVrIdRegs

func (m *RsiAgentVr) GetVrByVrIdRegs() int32

func (*RsiAgentVr) GetVrByVrNameRegs

func (m *RsiAgentVr) GetVrByVrNameRegs() int32

func (*RsiAgentVr) GetVrId

func (m *RsiAgentVr) GetVrId() uint32

func (*RsiAgentVr) GetVrNameXr

func (m *RsiAgentVr) GetVrNameXr() string

func (*RsiAgentVr) GetVrfByVrRegs

func (m *RsiAgentVr) GetVrfByVrRegs() int32

func (*RsiAgentVr) GetVrfCntLocal

func (m *RsiAgentVr) GetVrfCntLocal() int32

func (*RsiAgentVr) ProtoMessage

func (*RsiAgentVr) ProtoMessage()

func (*RsiAgentVr) Reset

func (m *RsiAgentVr) Reset()

func (*RsiAgentVr) String

func (m *RsiAgentVr) String() string

func (*RsiAgentVr) XXX_DiscardUnknown

func (m *RsiAgentVr) XXX_DiscardUnknown()

func (*RsiAgentVr) XXX_Marshal

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

func (*RsiAgentVr) XXX_Merge

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

func (*RsiAgentVr) XXX_Size

func (m *RsiAgentVr) XXX_Size() int

func (*RsiAgentVr) XXX_Unmarshal

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

type RsiAgentVr_KEYS

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

func (*RsiAgentVr_KEYS) Descriptor

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

func (*RsiAgentVr_KEYS) GetNodeName

func (m *RsiAgentVr_KEYS) GetNodeName() string

func (*RsiAgentVr_KEYS) GetVrid

func (m *RsiAgentVr_KEYS) GetVrid() uint32

func (*RsiAgentVr_KEYS) ProtoMessage

func (*RsiAgentVr_KEYS) ProtoMessage()

func (*RsiAgentVr_KEYS) Reset

func (m *RsiAgentVr_KEYS) Reset()

func (*RsiAgentVr_KEYS) String

func (m *RsiAgentVr_KEYS) String() string

func (*RsiAgentVr_KEYS) XXX_DiscardUnknown

func (m *RsiAgentVr_KEYS) XXX_DiscardUnknown()

func (*RsiAgentVr_KEYS) XXX_Marshal

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

func (*RsiAgentVr_KEYS) XXX_Merge

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

func (*RsiAgentVr_KEYS) XXX_Size

func (m *RsiAgentVr_KEYS) XXX_Size() int

func (*RsiAgentVr_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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