Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-arp-oper:arp-gmp/vrf-infos/vrf-info
Index ¶
- type ArpGmpVrfEntry
- func (*ArpGmpVrfEntry) Descriptor() ([]byte, []int)
- func (m *ArpGmpVrfEntry) GetRsiHandle() uint32
- func (m *ArpGmpVrfEntry) GetRsiHandleHigh() uint32
- func (m *ArpGmpVrfEntry) GetTableId() uint32
- func (m *ArpGmpVrfEntry) GetVrfIdNumber() uint32
- func (m *ArpGmpVrfEntry) GetVrfNameXr() string
- func (*ArpGmpVrfEntry) ProtoMessage()
- func (m *ArpGmpVrfEntry) Reset()
- func (m *ArpGmpVrfEntry) String() string
- func (m *ArpGmpVrfEntry) XXX_DiscardUnknown()
- func (m *ArpGmpVrfEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArpGmpVrfEntry) XXX_Merge(src proto.Message)
- func (m *ArpGmpVrfEntry) XXX_Size() int
- func (m *ArpGmpVrfEntry) XXX_Unmarshal(b []byte) error
- type ArpGmpVrfEntry_KEYS
- func (*ArpGmpVrfEntry_KEYS) Descriptor() ([]byte, []int)
- func (m *ArpGmpVrfEntry_KEYS) GetVrfName() string
- func (*ArpGmpVrfEntry_KEYS) ProtoMessage()
- func (m *ArpGmpVrfEntry_KEYS) Reset()
- func (m *ArpGmpVrfEntry_KEYS) String() string
- func (m *ArpGmpVrfEntry_KEYS) XXX_DiscardUnknown()
- func (m *ArpGmpVrfEntry_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArpGmpVrfEntry_KEYS) XXX_Merge(src proto.Message)
- func (m *ArpGmpVrfEntry_KEYS) XXX_Size() int
- func (m *ArpGmpVrfEntry_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArpGmpVrfEntry ¶
type ArpGmpVrfEntry struct { VrfNameXr string `protobuf:"bytes,50,opt,name=vrf_name_xr,json=vrfNameXr,proto3" json:"vrf_name_xr,omitempty"` VrfIdNumber uint32 `protobuf:"varint,51,opt,name=vrf_id_number,json=vrfIdNumber,proto3" json:"vrf_id_number,omitempty"` TableId uint32 `protobuf:"varint,52,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"` RsiHandle uint32 `protobuf:"varint,53,opt,name=rsi_handle,json=rsiHandle,proto3" json:"rsi_handle,omitempty"` RsiHandleHigh uint32 `protobuf:"varint,54,opt,name=rsi_handle_high,json=rsiHandleHigh,proto3" json:"rsi_handle_high,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ArpGmpVrfEntry) Descriptor ¶
func (*ArpGmpVrfEntry) Descriptor() ([]byte, []int)
func (*ArpGmpVrfEntry) GetRsiHandle ¶
func (m *ArpGmpVrfEntry) GetRsiHandle() uint32
func (*ArpGmpVrfEntry) GetRsiHandleHigh ¶
func (m *ArpGmpVrfEntry) GetRsiHandleHigh() uint32
func (*ArpGmpVrfEntry) GetTableId ¶
func (m *ArpGmpVrfEntry) GetTableId() uint32
func (*ArpGmpVrfEntry) GetVrfIdNumber ¶
func (m *ArpGmpVrfEntry) GetVrfIdNumber() uint32
func (*ArpGmpVrfEntry) GetVrfNameXr ¶
func (m *ArpGmpVrfEntry) GetVrfNameXr() string
func (*ArpGmpVrfEntry) ProtoMessage ¶
func (*ArpGmpVrfEntry) ProtoMessage()
func (*ArpGmpVrfEntry) Reset ¶
func (m *ArpGmpVrfEntry) Reset()
func (*ArpGmpVrfEntry) String ¶
func (m *ArpGmpVrfEntry) String() string
func (*ArpGmpVrfEntry) XXX_DiscardUnknown ¶
func (m *ArpGmpVrfEntry) XXX_DiscardUnknown()
func (*ArpGmpVrfEntry) XXX_Marshal ¶
func (m *ArpGmpVrfEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ArpGmpVrfEntry) XXX_Merge ¶
func (m *ArpGmpVrfEntry) XXX_Merge(src proto.Message)
func (*ArpGmpVrfEntry) XXX_Size ¶
func (m *ArpGmpVrfEntry) XXX_Size() int
func (*ArpGmpVrfEntry) XXX_Unmarshal ¶
func (m *ArpGmpVrfEntry) XXX_Unmarshal(b []byte) error
type ArpGmpVrfEntry_KEYS ¶
type ArpGmpVrfEntry_KEYS struct { VrfName string `protobuf:"bytes,1,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ArpGmpVrfEntry_KEYS) Descriptor ¶
func (*ArpGmpVrfEntry_KEYS) Descriptor() ([]byte, []int)
func (*ArpGmpVrfEntry_KEYS) GetVrfName ¶
func (m *ArpGmpVrfEntry_KEYS) GetVrfName() string
func (*ArpGmpVrfEntry_KEYS) ProtoMessage ¶
func (*ArpGmpVrfEntry_KEYS) ProtoMessage()
func (*ArpGmpVrfEntry_KEYS) Reset ¶
func (m *ArpGmpVrfEntry_KEYS) Reset()
func (*ArpGmpVrfEntry_KEYS) String ¶
func (m *ArpGmpVrfEntry_KEYS) String() string
func (*ArpGmpVrfEntry_KEYS) XXX_DiscardUnknown ¶
func (m *ArpGmpVrfEntry_KEYS) XXX_DiscardUnknown()
func (*ArpGmpVrfEntry_KEYS) XXX_Marshal ¶
func (m *ArpGmpVrfEntry_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ArpGmpVrfEntry_KEYS) XXX_Merge ¶
func (m *ArpGmpVrfEntry_KEYS) XXX_Merge(src proto.Message)
func (*ArpGmpVrfEntry_KEYS) XXX_Size ¶
func (m *ArpGmpVrfEntry_KEYS) XXX_Size() int
func (*ArpGmpVrfEntry_KEYS) XXX_Unmarshal ¶
func (m *ArpGmpVrfEntry_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.