Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-bgp-oper:bgp/instances/instance/instance-standby/rt-entries/rt-entry
Index ¶
- type BgpEdmRtEntry_
- func (*BgpEdmRtEntry_) Descriptor() ([]byte, []int)
- func (m *BgpEdmRtEntry_) GetRouteTarget() string
- func (*BgpEdmRtEntry_) ProtoMessage()
- func (m *BgpEdmRtEntry_) Reset()
- func (m *BgpEdmRtEntry_) String() string
- func (m *BgpEdmRtEntry_) XXX_DiscardUnknown()
- func (m *BgpEdmRtEntry_) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BgpEdmRtEntry_) XXX_Merge(src proto.Message)
- func (m *BgpEdmRtEntry_) XXX_Size() int
- func (m *BgpEdmRtEntry_) XXX_Unmarshal(b []byte) error
- type BgpVrfRtBag
- func (*BgpVrfRtBag) Descriptor() ([]byte, []int)
- func (m *BgpVrfRtBag) GetAfs() string
- func (m *BgpVrfRtBag) GetRt() *BgpEdmRtEntry_
- func (*BgpVrfRtBag) ProtoMessage()
- func (m *BgpVrfRtBag) Reset()
- func (m *BgpVrfRtBag) String() string
- func (m *BgpVrfRtBag) XXX_DiscardUnknown()
- func (m *BgpVrfRtBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BgpVrfRtBag) XXX_Merge(src proto.Message)
- func (m *BgpVrfRtBag) XXX_Size() int
- func (m *BgpVrfRtBag) XXX_Unmarshal(b []byte) error
- type BgpVrfRtBag_KEYS
- func (*BgpVrfRtBag_KEYS) Descriptor() ([]byte, []int)
- func (m *BgpVrfRtBag_KEYS) GetAfName() string
- func (m *BgpVrfRtBag_KEYS) GetInstanceName() string
- func (m *BgpVrfRtBag_KEYS) GetRequestId() uint32
- func (m *BgpVrfRtBag_KEYS) GetRouteTargetLowerBytes() uint32
- func (m *BgpVrfRtBag_KEYS) GetRouteTargetUpperBytes() uint32
- func (*BgpVrfRtBag_KEYS) ProtoMessage()
- func (m *BgpVrfRtBag_KEYS) Reset()
- func (m *BgpVrfRtBag_KEYS) String() string
- func (m *BgpVrfRtBag_KEYS) XXX_DiscardUnknown()
- func (m *BgpVrfRtBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BgpVrfRtBag_KEYS) XXX_Merge(src proto.Message)
- func (m *BgpVrfRtBag_KEYS) XXX_Size() int
- func (m *BgpVrfRtBag_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BgpEdmRtEntry_ ¶
type BgpEdmRtEntry_ struct { RouteTarget string `protobuf:"bytes,1,opt,name=route_target,json=routeTarget,proto3" json:"route_target,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BgpEdmRtEntry_) Descriptor ¶
func (*BgpEdmRtEntry_) Descriptor() ([]byte, []int)
func (*BgpEdmRtEntry_) GetRouteTarget ¶
func (m *BgpEdmRtEntry_) GetRouteTarget() string
func (*BgpEdmRtEntry_) ProtoMessage ¶
func (*BgpEdmRtEntry_) ProtoMessage()
func (*BgpEdmRtEntry_) Reset ¶
func (m *BgpEdmRtEntry_) Reset()
func (*BgpEdmRtEntry_) String ¶
func (m *BgpEdmRtEntry_) String() string
func (*BgpEdmRtEntry_) XXX_DiscardUnknown ¶
func (m *BgpEdmRtEntry_) XXX_DiscardUnknown()
func (*BgpEdmRtEntry_) XXX_Marshal ¶
func (m *BgpEdmRtEntry_) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BgpEdmRtEntry_) XXX_Merge ¶
func (m *BgpEdmRtEntry_) XXX_Merge(src proto.Message)
func (*BgpEdmRtEntry_) XXX_Size ¶
func (m *BgpEdmRtEntry_) XXX_Size() int
func (*BgpEdmRtEntry_) XXX_Unmarshal ¶
func (m *BgpEdmRtEntry_) XXX_Unmarshal(b []byte) error
type BgpVrfRtBag ¶
type BgpVrfRtBag struct { Rt *BgpEdmRtEntry_ `protobuf:"bytes,50,opt,name=rt,proto3" json:"rt,omitempty"` Afs string `protobuf:"bytes,51,opt,name=afs,proto3" json:"afs,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BgpVrfRtBag) Descriptor ¶
func (*BgpVrfRtBag) Descriptor() ([]byte, []int)
func (*BgpVrfRtBag) GetAfs ¶
func (m *BgpVrfRtBag) GetAfs() string
func (*BgpVrfRtBag) GetRt ¶
func (m *BgpVrfRtBag) GetRt() *BgpEdmRtEntry_
func (*BgpVrfRtBag) ProtoMessage ¶
func (*BgpVrfRtBag) ProtoMessage()
func (*BgpVrfRtBag) Reset ¶
func (m *BgpVrfRtBag) Reset()
func (*BgpVrfRtBag) String ¶
func (m *BgpVrfRtBag) String() string
func (*BgpVrfRtBag) XXX_DiscardUnknown ¶
func (m *BgpVrfRtBag) XXX_DiscardUnknown()
func (*BgpVrfRtBag) XXX_Marshal ¶
func (m *BgpVrfRtBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BgpVrfRtBag) XXX_Merge ¶
func (m *BgpVrfRtBag) XXX_Merge(src proto.Message)
func (*BgpVrfRtBag) XXX_Size ¶
func (m *BgpVrfRtBag) XXX_Size() int
func (*BgpVrfRtBag) XXX_Unmarshal ¶
func (m *BgpVrfRtBag) XXX_Unmarshal(b []byte) error
type BgpVrfRtBag_KEYS ¶
type BgpVrfRtBag_KEYS struct { InstanceName string `protobuf:"bytes,1,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"` RouteTargetLowerBytes uint32 `` /* 129-byte string literal not displayed */ RouteTargetUpperBytes uint32 `` /* 129-byte string literal not displayed */ AfName string `protobuf:"bytes,4,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"` RequestId uint32 `protobuf:"varint,5,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BgpVrfRtBag_KEYS) Descriptor ¶
func (*BgpVrfRtBag_KEYS) Descriptor() ([]byte, []int)
func (*BgpVrfRtBag_KEYS) GetAfName ¶
func (m *BgpVrfRtBag_KEYS) GetAfName() string
func (*BgpVrfRtBag_KEYS) GetInstanceName ¶
func (m *BgpVrfRtBag_KEYS) GetInstanceName() string
func (*BgpVrfRtBag_KEYS) GetRequestId ¶
func (m *BgpVrfRtBag_KEYS) GetRequestId() uint32
func (*BgpVrfRtBag_KEYS) GetRouteTargetLowerBytes ¶
func (m *BgpVrfRtBag_KEYS) GetRouteTargetLowerBytes() uint32
func (*BgpVrfRtBag_KEYS) GetRouteTargetUpperBytes ¶
func (m *BgpVrfRtBag_KEYS) GetRouteTargetUpperBytes() uint32
func (*BgpVrfRtBag_KEYS) ProtoMessage ¶
func (*BgpVrfRtBag_KEYS) ProtoMessage()
func (*BgpVrfRtBag_KEYS) Reset ¶
func (m *BgpVrfRtBag_KEYS) Reset()
func (*BgpVrfRtBag_KEYS) String ¶
func (m *BgpVrfRtBag_KEYS) String() string
func (*BgpVrfRtBag_KEYS) XXX_DiscardUnknown ¶
func (m *BgpVrfRtBag_KEYS) XXX_DiscardUnknown()
func (*BgpVrfRtBag_KEYS) XXX_Marshal ¶
func (m *BgpVrfRtBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BgpVrfRtBag_KEYS) XXX_Merge ¶
func (m *BgpVrfRtBag_KEYS) XXX_Merge(src proto.Message)
func (*BgpVrfRtBag_KEYS) XXX_Size ¶
func (m *BgpVrfRtBag_KEYS) XXX_Size() int
func (*BgpVrfRtBag_KEYS) XXX_Unmarshal ¶
func (m *BgpVrfRtBag_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.