cisco_ios_xr_rsi_agent_oper_rsi_agent_nodes_node_interfaces_interface

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/interfaces/interface

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RsiAgentIntf

type RsiAgentIntf struct {
	Ifhandle             string   `protobuf:"bytes,50,opt,name=ifhandle,proto3" json:"ifhandle,omitempty"`
	Ifname               string   `protobuf:"bytes,51,opt,name=ifname,proto3" json:"ifname,omitempty"`
	VrfId                uint32   `protobuf:"varint,52,opt,name=vrf_id,json=vrfId,proto3" json:"vrf_id,omitempty"`
	VrfNameXr            string   `protobuf:"bytes,53,opt,name=vrf_name_xr,json=vrfNameXr,proto3" json:"vrf_name_xr,omitempty"`
	VrId                 uint32   `protobuf:"varint,54,opt,name=vr_id,json=vrId,proto3" json:"vr_id,omitempty"`
	VrName               string   `protobuf:"bytes,55,opt,name=vr_name,json=vrName,proto3" json:"vr_name,omitempty"`
	IsVirtual            bool     `protobuf:"varint,56,opt,name=is_virtual,json=isVirtual,proto3" json:"is_virtual,omitempty"`
	IsLocal              bool     `protobuf:"varint,57,opt,name=is_local,json=isLocal,proto3" json:"is_local,omitempty"`
	IsLicensed           bool     `protobuf:"varint,58,opt,name=is_licensed,json=isLicensed,proto3" json:"is_licensed,omitempty"`
	Flags                uint32   `protobuf:"varint,59,opt,name=flags,proto3" json:"flags,omitempty"`
	Refcount             int32    `protobuf:"zigzag32,60,opt,name=refcount,proto3" json:"refcount,omitempty"`
	IntfByIfhRegs        int32    `protobuf:"zigzag32,61,opt,name=intf_by_ifh_regs,json=intfByIfhRegs,proto3" json:"intf_by_ifh_regs,omitempty"`
	IntfTblByIfhRegs     int32    `protobuf:"zigzag32,62,opt,name=intf_tbl_by_ifh_regs,json=intfTblByIfhRegs,proto3" json:"intf_tbl_by_ifh_regs,omitempty"`
	RaTblSet             []uint32 `protobuf:"varint,63,rep,packed,name=ra_tbl_set,json=raTblSet,proto3" json:"ra_tbl_set,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsiAgentIntf) Descriptor

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

func (*RsiAgentIntf) GetFlags

func (m *RsiAgentIntf) GetFlags() uint32

func (*RsiAgentIntf) GetIfhandle

func (m *RsiAgentIntf) GetIfhandle() string

func (*RsiAgentIntf) GetIfname

func (m *RsiAgentIntf) GetIfname() string

func (*RsiAgentIntf) GetIntfByIfhRegs

func (m *RsiAgentIntf) GetIntfByIfhRegs() int32

func (*RsiAgentIntf) GetIntfTblByIfhRegs

func (m *RsiAgentIntf) GetIntfTblByIfhRegs() int32

func (*RsiAgentIntf) GetIsLicensed

func (m *RsiAgentIntf) GetIsLicensed() bool

func (*RsiAgentIntf) GetIsLocal

func (m *RsiAgentIntf) GetIsLocal() bool

func (*RsiAgentIntf) GetIsVirtual

func (m *RsiAgentIntf) GetIsVirtual() bool

func (*RsiAgentIntf) GetRaTblSet

func (m *RsiAgentIntf) GetRaTblSet() []uint32

func (*RsiAgentIntf) GetRefcount

func (m *RsiAgentIntf) GetRefcount() int32

func (*RsiAgentIntf) GetVrId

func (m *RsiAgentIntf) GetVrId() uint32

func (*RsiAgentIntf) GetVrName

func (m *RsiAgentIntf) GetVrName() string

func (*RsiAgentIntf) GetVrfId

func (m *RsiAgentIntf) GetVrfId() uint32

func (*RsiAgentIntf) GetVrfNameXr

func (m *RsiAgentIntf) GetVrfNameXr() string

func (*RsiAgentIntf) ProtoMessage

func (*RsiAgentIntf) ProtoMessage()

func (*RsiAgentIntf) Reset

func (m *RsiAgentIntf) Reset()

func (*RsiAgentIntf) String

func (m *RsiAgentIntf) String() string

func (*RsiAgentIntf) XXX_DiscardUnknown

func (m *RsiAgentIntf) XXX_DiscardUnknown()

func (*RsiAgentIntf) XXX_Marshal

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

func (*RsiAgentIntf) XXX_Merge

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

func (*RsiAgentIntf) XXX_Size

func (m *RsiAgentIntf) XXX_Size() int

func (*RsiAgentIntf) XXX_Unmarshal

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

type RsiAgentIntf_KEYS

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

func (*RsiAgentIntf_KEYS) Descriptor

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

func (*RsiAgentIntf_KEYS) GetNodeName

func (m *RsiAgentIntf_KEYS) GetNodeName() string

func (*RsiAgentIntf_KEYS) GetVrfName

func (m *RsiAgentIntf_KEYS) GetVrfName() uint32

func (*RsiAgentIntf_KEYS) ProtoMessage

func (*RsiAgentIntf_KEYS) ProtoMessage()

func (*RsiAgentIntf_KEYS) Reset

func (m *RsiAgentIntf_KEYS) Reset()

func (*RsiAgentIntf_KEYS) String

func (m *RsiAgentIntf_KEYS) String() string

func (*RsiAgentIntf_KEYS) XXX_DiscardUnknown

func (m *RsiAgentIntf_KEYS) XXX_DiscardUnknown()

func (*RsiAgentIntf_KEYS) XXX_Marshal

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

func (*RsiAgentIntf_KEYS) XXX_Merge

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

func (*RsiAgentIntf_KEYS) XXX_Size

func (m *RsiAgentIntf_KEYS) XXX_Size() int

func (*RsiAgentIntf_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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