Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-bgp-oper:bgp/instances/instance/instance-standby/vrfs/vrf/afs/af/rt-set-counters/rt-set-counter
Index ¶
- type BgpRtsetBag
- func (*BgpRtsetBag) Descriptor() ([]byte, []int)
- func (m *BgpRtsetBag) GetRouteTargetSet() *BgpRtset_
- func (*BgpRtsetBag) ProtoMessage()
- func (m *BgpRtsetBag) Reset()
- func (m *BgpRtsetBag) String() string
- func (m *BgpRtsetBag) XXX_DiscardUnknown()
- func (m *BgpRtsetBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BgpRtsetBag) XXX_Merge(src proto.Message)
- func (m *BgpRtsetBag) XXX_Size() int
- func (m *BgpRtsetBag) XXX_Unmarshal(b []byte) error
- type BgpRtsetBag_KEYS
- func (*BgpRtsetBag_KEYS) Descriptor() ([]byte, []int)
- func (m *BgpRtsetBag_KEYS) GetAfName() string
- func (m *BgpRtsetBag_KEYS) GetInstanceName() string
- func (m *BgpRtsetBag_KEYS) GetRtSetId() uint32
- func (m *BgpRtsetBag_KEYS) GetVrfName() string
- func (*BgpRtsetBag_KEYS) ProtoMessage()
- func (m *BgpRtsetBag_KEYS) Reset()
- func (m *BgpRtsetBag_KEYS) String() string
- func (m *BgpRtsetBag_KEYS) XXX_DiscardUnknown()
- func (m *BgpRtsetBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BgpRtsetBag_KEYS) XXX_Merge(src proto.Message)
- func (m *BgpRtsetBag_KEYS) XXX_Size() int
- func (m *BgpRtsetBag_KEYS) XXX_Unmarshal(b []byte) error
- type BgpRtset_
- func (*BgpRtset_) Descriptor() ([]byte, []int)
- func (m *BgpRtset_) GetRtSet() []uint32
- func (m *BgpRtset_) GetRtSetId() uint32
- func (m *BgpRtset_) GetRtSetLen() uint32
- func (m *BgpRtset_) GetRtSetNetCount() uint32
- func (*BgpRtset_) ProtoMessage()
- func (m *BgpRtset_) Reset()
- func (m *BgpRtset_) String() string
- func (m *BgpRtset_) XXX_DiscardUnknown()
- func (m *BgpRtset_) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BgpRtset_) XXX_Merge(src proto.Message)
- func (m *BgpRtset_) XXX_Size() int
- func (m *BgpRtset_) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BgpRtsetBag ¶
type BgpRtsetBag struct { RouteTargetSet *BgpRtset_ `protobuf:"bytes,50,opt,name=route_target_set,json=routeTargetSet,proto3" json:"route_target_set,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BgpRtsetBag) Descriptor ¶
func (*BgpRtsetBag) Descriptor() ([]byte, []int)
func (*BgpRtsetBag) GetRouteTargetSet ¶
func (m *BgpRtsetBag) GetRouteTargetSet() *BgpRtset_
func (*BgpRtsetBag) ProtoMessage ¶
func (*BgpRtsetBag) ProtoMessage()
func (*BgpRtsetBag) Reset ¶
func (m *BgpRtsetBag) Reset()
func (*BgpRtsetBag) String ¶
func (m *BgpRtsetBag) String() string
func (*BgpRtsetBag) XXX_DiscardUnknown ¶
func (m *BgpRtsetBag) XXX_DiscardUnknown()
func (*BgpRtsetBag) XXX_Marshal ¶
func (m *BgpRtsetBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BgpRtsetBag) XXX_Merge ¶
func (m *BgpRtsetBag) XXX_Merge(src proto.Message)
func (*BgpRtsetBag) XXX_Size ¶
func (m *BgpRtsetBag) XXX_Size() int
func (*BgpRtsetBag) XXX_Unmarshal ¶
func (m *BgpRtsetBag) XXX_Unmarshal(b []byte) error
type BgpRtsetBag_KEYS ¶
type BgpRtsetBag_KEYS struct { InstanceName string `protobuf:"bytes,1,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"` VrfName string `protobuf:"bytes,2,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"` AfName string `protobuf:"bytes,3,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"` RtSetId uint32 `protobuf:"varint,4,opt,name=rt_set_id,json=rtSetId,proto3" json:"rt_set_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BgpRtsetBag_KEYS) Descriptor ¶
func (*BgpRtsetBag_KEYS) Descriptor() ([]byte, []int)
func (*BgpRtsetBag_KEYS) GetAfName ¶
func (m *BgpRtsetBag_KEYS) GetAfName() string
func (*BgpRtsetBag_KEYS) GetInstanceName ¶
func (m *BgpRtsetBag_KEYS) GetInstanceName() string
func (*BgpRtsetBag_KEYS) GetRtSetId ¶
func (m *BgpRtsetBag_KEYS) GetRtSetId() uint32
func (*BgpRtsetBag_KEYS) GetVrfName ¶
func (m *BgpRtsetBag_KEYS) GetVrfName() string
func (*BgpRtsetBag_KEYS) ProtoMessage ¶
func (*BgpRtsetBag_KEYS) ProtoMessage()
func (*BgpRtsetBag_KEYS) Reset ¶
func (m *BgpRtsetBag_KEYS) Reset()
func (*BgpRtsetBag_KEYS) String ¶
func (m *BgpRtsetBag_KEYS) String() string
func (*BgpRtsetBag_KEYS) XXX_DiscardUnknown ¶
func (m *BgpRtsetBag_KEYS) XXX_DiscardUnknown()
func (*BgpRtsetBag_KEYS) XXX_Marshal ¶
func (m *BgpRtsetBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BgpRtsetBag_KEYS) XXX_Merge ¶
func (m *BgpRtsetBag_KEYS) XXX_Merge(src proto.Message)
func (*BgpRtsetBag_KEYS) XXX_Size ¶
func (m *BgpRtsetBag_KEYS) XXX_Size() int
func (*BgpRtsetBag_KEYS) XXX_Unmarshal ¶
func (m *BgpRtsetBag_KEYS) XXX_Unmarshal(b []byte) error
type BgpRtset_ ¶
type BgpRtset_ struct { RtSet []uint32 `protobuf:"varint,1,rep,packed,name=rt_set,json=rtSet,proto3" json:"rt_set,omitempty"` RtSetLen uint32 `protobuf:"varint,2,opt,name=rt_set_len,json=rtSetLen,proto3" json:"rt_set_len,omitempty"` RtSetId uint32 `protobuf:"varint,3,opt,name=rt_set_id,json=rtSetId,proto3" json:"rt_set_id,omitempty"` RtSetNetCount uint32 `protobuf:"varint,4,opt,name=rt_set_net_count,json=rtSetNetCount,proto3" json:"rt_set_net_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BgpRtset_) Descriptor ¶
func (*BgpRtset_) GetRtSetId ¶
func (*BgpRtset_) GetRtSetLen ¶
func (*BgpRtset_) GetRtSetNetCount ¶
func (*BgpRtset_) ProtoMessage ¶
func (*BgpRtset_) ProtoMessage()
func (*BgpRtset_) XXX_DiscardUnknown ¶
func (m *BgpRtset_) XXX_DiscardUnknown()
func (*BgpRtset_) XXX_Marshal ¶
func (*BgpRtset_) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.