Documentation
¶
Overview ¶
Cisco-IOS-XR-ip-rsvp-oper:rsvp/counters/prefix-filtering/interfaces/interfaces/interface
Index ¶
- type RsvpMgmtCountPrefixInterfaceInfo
- func (*RsvpMgmtCountPrefixInterfaceInfo) Descriptor() ([]byte, []int)
- func (m *RsvpMgmtCountPrefixInterfaceInfo) GetDefaultActionDropped() *RsvpMgmtCountPrefixMsg
- func (m *RsvpMgmtCountPrefixInterfaceInfo) GetDefaultActionProcessed() *RsvpMgmtCountPrefixMsg
- func (m *RsvpMgmtCountPrefixInterfaceInfo) GetDropped() *RsvpMgmtCountPrefixMsg
- func (m *RsvpMgmtCountPrefixInterfaceInfo) GetForwarded() *RsvpMgmtCountPrefixMsg
- func (m *RsvpMgmtCountPrefixInterfaceInfo) GetLocallyDestined() *RsvpMgmtCountPrefixMsg
- func (m *RsvpMgmtCountPrefixInterfaceInfo) GetTotal() *RsvpMgmtCountPrefixMsg
- func (*RsvpMgmtCountPrefixInterfaceInfo) ProtoMessage()
- func (m *RsvpMgmtCountPrefixInterfaceInfo) Reset()
- func (m *RsvpMgmtCountPrefixInterfaceInfo) String() string
- func (m *RsvpMgmtCountPrefixInterfaceInfo) XXX_DiscardUnknown()
- func (m *RsvpMgmtCountPrefixInterfaceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RsvpMgmtCountPrefixInterfaceInfo) XXX_Merge(src proto.Message)
- func (m *RsvpMgmtCountPrefixInterfaceInfo) XXX_Size() int
- func (m *RsvpMgmtCountPrefixInterfaceInfo) XXX_Unmarshal(b []byte) error
- type RsvpMgmtCountPrefixInterfaceInfo_KEYS
- func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) Descriptor() ([]byte, []int)
- func (m *RsvpMgmtCountPrefixInterfaceInfo_KEYS) GetInterfaceName() string
- func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) ProtoMessage()
- func (m *RsvpMgmtCountPrefixInterfaceInfo_KEYS) Reset()
- func (m *RsvpMgmtCountPrefixInterfaceInfo_KEYS) String() string
- func (m *RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_DiscardUnknown()
- func (m *RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_Merge(src proto.Message)
- func (m *RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_Size() int
- func (m *RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_Unmarshal(b []byte) error
- type RsvpMgmtCountPrefixMsg
- func (*RsvpMgmtCountPrefixMsg) Descriptor() ([]byte, []int)
- func (m *RsvpMgmtCountPrefixMsg) GetPath() uint32
- func (m *RsvpMgmtCountPrefixMsg) GetPathTear() uint32
- func (m *RsvpMgmtCountPrefixMsg) GetReservationConfirm() uint32
- func (m *RsvpMgmtCountPrefixMsg) GetTotal() uint32
- func (*RsvpMgmtCountPrefixMsg) ProtoMessage()
- func (m *RsvpMgmtCountPrefixMsg) Reset()
- func (m *RsvpMgmtCountPrefixMsg) String() string
- func (m *RsvpMgmtCountPrefixMsg) XXX_DiscardUnknown()
- func (m *RsvpMgmtCountPrefixMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RsvpMgmtCountPrefixMsg) XXX_Merge(src proto.Message)
- func (m *RsvpMgmtCountPrefixMsg) XXX_Size() int
- func (m *RsvpMgmtCountPrefixMsg) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RsvpMgmtCountPrefixInterfaceInfo ¶
type RsvpMgmtCountPrefixInterfaceInfo struct { Forwarded *RsvpMgmtCountPrefixMsg `protobuf:"bytes,50,opt,name=forwarded,proto3" json:"forwarded,omitempty"` LocallyDestined *RsvpMgmtCountPrefixMsg `protobuf:"bytes,51,opt,name=locally_destined,json=locallyDestined,proto3" json:"locally_destined,omitempty"` Dropped *RsvpMgmtCountPrefixMsg `protobuf:"bytes,52,opt,name=dropped,proto3" json:"dropped,omitempty"` DefaultActionDropped *RsvpMgmtCountPrefixMsg `protobuf:"bytes,53,opt,name=default_action_dropped,json=defaultActionDropped,proto3" json:"default_action_dropped,omitempty"` DefaultActionProcessed *RsvpMgmtCountPrefixMsg `` /* 130-byte string literal not displayed */ Total *RsvpMgmtCountPrefixMsg `protobuf:"bytes,55,opt,name=total,proto3" json:"total,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RsvpMgmtCountPrefixInterfaceInfo) Descriptor ¶
func (*RsvpMgmtCountPrefixInterfaceInfo) Descriptor() ([]byte, []int)
func (*RsvpMgmtCountPrefixInterfaceInfo) GetDefaultActionDropped ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo) GetDefaultActionDropped() *RsvpMgmtCountPrefixMsg
func (*RsvpMgmtCountPrefixInterfaceInfo) GetDefaultActionProcessed ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo) GetDefaultActionProcessed() *RsvpMgmtCountPrefixMsg
func (*RsvpMgmtCountPrefixInterfaceInfo) GetDropped ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo) GetDropped() *RsvpMgmtCountPrefixMsg
func (*RsvpMgmtCountPrefixInterfaceInfo) GetForwarded ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo) GetForwarded() *RsvpMgmtCountPrefixMsg
func (*RsvpMgmtCountPrefixInterfaceInfo) GetLocallyDestined ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo) GetLocallyDestined() *RsvpMgmtCountPrefixMsg
func (*RsvpMgmtCountPrefixInterfaceInfo) GetTotal ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo) GetTotal() *RsvpMgmtCountPrefixMsg
func (*RsvpMgmtCountPrefixInterfaceInfo) ProtoMessage ¶
func (*RsvpMgmtCountPrefixInterfaceInfo) ProtoMessage()
func (*RsvpMgmtCountPrefixInterfaceInfo) Reset ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo) Reset()
func (*RsvpMgmtCountPrefixInterfaceInfo) String ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo) String() string
func (*RsvpMgmtCountPrefixInterfaceInfo) XXX_DiscardUnknown ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo) XXX_DiscardUnknown()
func (*RsvpMgmtCountPrefixInterfaceInfo) XXX_Marshal ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RsvpMgmtCountPrefixInterfaceInfo) XXX_Merge ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo) XXX_Merge(src proto.Message)
func (*RsvpMgmtCountPrefixInterfaceInfo) XXX_Size ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo) XXX_Size() int
func (*RsvpMgmtCountPrefixInterfaceInfo) XXX_Unmarshal ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo) XXX_Unmarshal(b []byte) error
type RsvpMgmtCountPrefixInterfaceInfo_KEYS ¶
type RsvpMgmtCountPrefixInterfaceInfo_KEYS struct { InterfaceName string `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) Descriptor ¶
func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) Descriptor() ([]byte, []int)
func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) GetInterfaceName ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo_KEYS) GetInterfaceName() string
func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) ProtoMessage ¶
func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) ProtoMessage()
func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) Reset ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo_KEYS) Reset()
func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) String ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo_KEYS) String() string
func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_DiscardUnknown ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_DiscardUnknown()
func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_Marshal ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_Merge ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_Merge(src proto.Message)
func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_Size ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_Size() int
func (*RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_Unmarshal ¶
func (m *RsvpMgmtCountPrefixInterfaceInfo_KEYS) XXX_Unmarshal(b []byte) error
type RsvpMgmtCountPrefixMsg ¶
type RsvpMgmtCountPrefixMsg struct { Path uint32 `protobuf:"varint,1,opt,name=path,proto3" json:"path,omitempty"` PathTear uint32 `protobuf:"varint,2,opt,name=path_tear,json=pathTear,proto3" json:"path_tear,omitempty"` ReservationConfirm uint32 `protobuf:"varint,3,opt,name=reservation_confirm,json=reservationConfirm,proto3" json:"reservation_confirm,omitempty"` Total uint32 `protobuf:"varint,4,opt,name=total,proto3" json:"total,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RsvpMgmtCountPrefixMsg) Descriptor ¶
func (*RsvpMgmtCountPrefixMsg) Descriptor() ([]byte, []int)
func (*RsvpMgmtCountPrefixMsg) GetPath ¶
func (m *RsvpMgmtCountPrefixMsg) GetPath() uint32
func (*RsvpMgmtCountPrefixMsg) GetPathTear ¶
func (m *RsvpMgmtCountPrefixMsg) GetPathTear() uint32
func (*RsvpMgmtCountPrefixMsg) GetReservationConfirm ¶
func (m *RsvpMgmtCountPrefixMsg) GetReservationConfirm() uint32
func (*RsvpMgmtCountPrefixMsg) GetTotal ¶
func (m *RsvpMgmtCountPrefixMsg) GetTotal() uint32
func (*RsvpMgmtCountPrefixMsg) ProtoMessage ¶
func (*RsvpMgmtCountPrefixMsg) ProtoMessage()
func (*RsvpMgmtCountPrefixMsg) Reset ¶
func (m *RsvpMgmtCountPrefixMsg) Reset()
func (*RsvpMgmtCountPrefixMsg) String ¶
func (m *RsvpMgmtCountPrefixMsg) String() string
func (*RsvpMgmtCountPrefixMsg) XXX_DiscardUnknown ¶
func (m *RsvpMgmtCountPrefixMsg) XXX_DiscardUnknown()
func (*RsvpMgmtCountPrefixMsg) XXX_Marshal ¶
func (m *RsvpMgmtCountPrefixMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RsvpMgmtCountPrefixMsg) XXX_Merge ¶
func (m *RsvpMgmtCountPrefixMsg) XXX_Merge(src proto.Message)
func (*RsvpMgmtCountPrefixMsg) XXX_Size ¶
func (m *RsvpMgmtCountPrefixMsg) XXX_Size() int
func (*RsvpMgmtCountPrefixMsg) XXX_Unmarshal ¶
func (m *RsvpMgmtCountPrefixMsg) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.