Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-bgp-oper:bgp/instances/instance/instance-standby/update-inbound-filter-process
Index ¶
- type BgpTimespec
- func (*BgpTimespec) Descriptor() ([]byte, []int)
- func (m *BgpTimespec) GetNanoseconds() uint32
- func (m *BgpTimespec) GetSeconds() uint32
- func (*BgpTimespec) ProtoMessage()
- func (m *BgpTimespec) Reset()
- func (m *BgpTimespec) String() string
- func (m *BgpTimespec) XXX_DiscardUnknown()
- func (m *BgpTimespec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BgpTimespec) XXX_Merge(src proto.Message)
- func (m *BgpTimespec) XXX_Size() int
- func (m *BgpTimespec) XXX_Unmarshal(b []byte) error
- type BgpUpdfilterProcBag
- func (*BgpUpdfilterProcBag) Descriptor() ([]byte, []int)
- func (m *BgpUpdfilterProcBag) GetLastUpdateFilteredAge() uint32
- func (m *BgpUpdfilterProcBag) GetLastUpdateFilteredTimestamp() *BgpTimespec
- func (m *BgpUpdfilterProcBag) GetUpdateFilteredMessageCount() uint32
- func (m *BgpUpdfilterProcBag) GetUpdateFilteredNeighborCount() uint32
- func (*BgpUpdfilterProcBag) ProtoMessage()
- func (m *BgpUpdfilterProcBag) Reset()
- func (m *BgpUpdfilterProcBag) String() string
- func (m *BgpUpdfilterProcBag) XXX_DiscardUnknown()
- func (m *BgpUpdfilterProcBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BgpUpdfilterProcBag) XXX_Merge(src proto.Message)
- func (m *BgpUpdfilterProcBag) XXX_Size() int
- func (m *BgpUpdfilterProcBag) XXX_Unmarshal(b []byte) error
- type BgpUpdfilterProcBag_KEYS
- func (*BgpUpdfilterProcBag_KEYS) Descriptor() ([]byte, []int)
- func (m *BgpUpdfilterProcBag_KEYS) GetInstanceName() string
- func (*BgpUpdfilterProcBag_KEYS) ProtoMessage()
- func (m *BgpUpdfilterProcBag_KEYS) Reset()
- func (m *BgpUpdfilterProcBag_KEYS) String() string
- func (m *BgpUpdfilterProcBag_KEYS) XXX_DiscardUnknown()
- func (m *BgpUpdfilterProcBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BgpUpdfilterProcBag_KEYS) XXX_Merge(src proto.Message)
- func (m *BgpUpdfilterProcBag_KEYS) XXX_Size() int
- func (m *BgpUpdfilterProcBag_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BgpTimespec ¶
type BgpTimespec struct { Seconds uint32 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"` Nanoseconds uint32 `protobuf:"varint,2,opt,name=nanoseconds,proto3" json:"nanoseconds,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BgpTimespec) Descriptor ¶
func (*BgpTimespec) Descriptor() ([]byte, []int)
func (*BgpTimespec) GetNanoseconds ¶
func (m *BgpTimespec) GetNanoseconds() uint32
func (*BgpTimespec) GetSeconds ¶
func (m *BgpTimespec) GetSeconds() uint32
func (*BgpTimespec) ProtoMessage ¶
func (*BgpTimespec) ProtoMessage()
func (*BgpTimespec) Reset ¶
func (m *BgpTimespec) Reset()
func (*BgpTimespec) String ¶
func (m *BgpTimespec) String() string
func (*BgpTimespec) XXX_DiscardUnknown ¶
func (m *BgpTimespec) XXX_DiscardUnknown()
func (*BgpTimespec) XXX_Marshal ¶
func (m *BgpTimespec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BgpTimespec) XXX_Merge ¶
func (m *BgpTimespec) XXX_Merge(src proto.Message)
func (*BgpTimespec) XXX_Size ¶
func (m *BgpTimespec) XXX_Size() int
func (*BgpTimespec) XXX_Unmarshal ¶
func (m *BgpTimespec) XXX_Unmarshal(b []byte) error
type BgpUpdfilterProcBag ¶
type BgpUpdfilterProcBag struct { UpdateFilteredMessageCount uint32 `` /* 145-byte string literal not displayed */ UpdateFilteredNeighborCount uint32 `` /* 148-byte string literal not displayed */ LastUpdateFilteredTimestamp *BgpTimespec `` /* 147-byte string literal not displayed */ LastUpdateFilteredAge uint32 `` /* 130-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BgpUpdfilterProcBag) Descriptor ¶
func (*BgpUpdfilterProcBag) Descriptor() ([]byte, []int)
func (*BgpUpdfilterProcBag) GetLastUpdateFilteredAge ¶
func (m *BgpUpdfilterProcBag) GetLastUpdateFilteredAge() uint32
func (*BgpUpdfilterProcBag) GetLastUpdateFilteredTimestamp ¶
func (m *BgpUpdfilterProcBag) GetLastUpdateFilteredTimestamp() *BgpTimespec
func (*BgpUpdfilterProcBag) GetUpdateFilteredMessageCount ¶
func (m *BgpUpdfilterProcBag) GetUpdateFilteredMessageCount() uint32
func (*BgpUpdfilterProcBag) GetUpdateFilteredNeighborCount ¶
func (m *BgpUpdfilterProcBag) GetUpdateFilteredNeighborCount() uint32
func (*BgpUpdfilterProcBag) ProtoMessage ¶
func (*BgpUpdfilterProcBag) ProtoMessage()
func (*BgpUpdfilterProcBag) Reset ¶
func (m *BgpUpdfilterProcBag) Reset()
func (*BgpUpdfilterProcBag) String ¶
func (m *BgpUpdfilterProcBag) String() string
func (*BgpUpdfilterProcBag) XXX_DiscardUnknown ¶
func (m *BgpUpdfilterProcBag) XXX_DiscardUnknown()
func (*BgpUpdfilterProcBag) XXX_Marshal ¶
func (m *BgpUpdfilterProcBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BgpUpdfilterProcBag) XXX_Merge ¶
func (m *BgpUpdfilterProcBag) XXX_Merge(src proto.Message)
func (*BgpUpdfilterProcBag) XXX_Size ¶
func (m *BgpUpdfilterProcBag) XXX_Size() int
func (*BgpUpdfilterProcBag) XXX_Unmarshal ¶
func (m *BgpUpdfilterProcBag) XXX_Unmarshal(b []byte) error
type BgpUpdfilterProcBag_KEYS ¶
type BgpUpdfilterProcBag_KEYS struct { InstanceName string `protobuf:"bytes,1,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BgpUpdfilterProcBag_KEYS) Descriptor ¶
func (*BgpUpdfilterProcBag_KEYS) Descriptor() ([]byte, []int)
func (*BgpUpdfilterProcBag_KEYS) GetInstanceName ¶
func (m *BgpUpdfilterProcBag_KEYS) GetInstanceName() string
func (*BgpUpdfilterProcBag_KEYS) ProtoMessage ¶
func (*BgpUpdfilterProcBag_KEYS) ProtoMessage()
func (*BgpUpdfilterProcBag_KEYS) Reset ¶
func (m *BgpUpdfilterProcBag_KEYS) Reset()
func (*BgpUpdfilterProcBag_KEYS) String ¶
func (m *BgpUpdfilterProcBag_KEYS) String() string
func (*BgpUpdfilterProcBag_KEYS) XXX_DiscardUnknown ¶
func (m *BgpUpdfilterProcBag_KEYS) XXX_DiscardUnknown()
func (*BgpUpdfilterProcBag_KEYS) XXX_Marshal ¶
func (m *BgpUpdfilterProcBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BgpUpdfilterProcBag_KEYS) XXX_Merge ¶
func (m *BgpUpdfilterProcBag_KEYS) XXX_Merge(src proto.Message)
func (*BgpUpdfilterProcBag_KEYS) XXX_Size ¶
func (m *BgpUpdfilterProcBag_KEYS) XXX_Size() int
func (*BgpUpdfilterProcBag_KEYS) XXX_Unmarshal ¶
func (m *BgpUpdfilterProcBag_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.