Documentation
¶
Overview ¶
Cisco-IOS-XR-infra-rcmd-oper:rcmd/ospf/instances/instance/prefix-event-statistics/prefix-event-statistic
Index ¶
- type RcmdShowPrefixInfo
- func (*RcmdShowPrefixInfo) Descriptor() ([]byte, []int)
- func (m *RcmdShowPrefixInfo) GetAddCount() uint32
- func (m *RcmdShowPrefixInfo) GetCriticalPriority() uint32
- func (m *RcmdShowPrefixInfo) GetDeleteCount() uint32
- func (m *RcmdShowPrefixInfo) GetHighPriority() uint32
- func (m *RcmdShowPrefixInfo) GetLastChangeType() string
- func (m *RcmdShowPrefixInfo) GetLastCost() uint32
- func (m *RcmdShowPrefixInfo) GetLastEventTime() string
- func (m *RcmdShowPrefixInfo) GetLastPriority() string
- func (m *RcmdShowPrefixInfo) GetLastRouteType() string
- func (m *RcmdShowPrefixInfo) GetLowPriority() uint32
- func (m *RcmdShowPrefixInfo) GetMediumPriority() uint32
- func (m *RcmdShowPrefixInfo) GetModifyCount() uint32
- func (m *RcmdShowPrefixInfo) GetPrefix() string
- func (m *RcmdShowPrefixInfo) GetPrefixLenth() uint32
- func (m *RcmdShowPrefixInfo) GetThresholdExceedCount() uint32
- func (*RcmdShowPrefixInfo) ProtoMessage()
- func (m *RcmdShowPrefixInfo) Reset()
- func (m *RcmdShowPrefixInfo) String() string
- func (m *RcmdShowPrefixInfo) XXX_DiscardUnknown()
- func (m *RcmdShowPrefixInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RcmdShowPrefixInfo) XXX_Merge(src proto.Message)
- func (m *RcmdShowPrefixInfo) XXX_Size() int
- func (m *RcmdShowPrefixInfo) XXX_Unmarshal(b []byte) error
- type RcmdShowPrefixInfo_KEYS
- func (*RcmdShowPrefixInfo_KEYS) Descriptor() ([]byte, []int)
- func (m *RcmdShowPrefixInfo_KEYS) GetInstanceName() string
- func (m *RcmdShowPrefixInfo_KEYS) GetPrefixInfo() string
- func (*RcmdShowPrefixInfo_KEYS) ProtoMessage()
- func (m *RcmdShowPrefixInfo_KEYS) Reset()
- func (m *RcmdShowPrefixInfo_KEYS) String() string
- func (m *RcmdShowPrefixInfo_KEYS) XXX_DiscardUnknown()
- func (m *RcmdShowPrefixInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RcmdShowPrefixInfo_KEYS) XXX_Merge(src proto.Message)
- func (m *RcmdShowPrefixInfo_KEYS) XXX_Size() int
- func (m *RcmdShowPrefixInfo_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RcmdShowPrefixInfo ¶
type RcmdShowPrefixInfo struct { Prefix string `protobuf:"bytes,50,opt,name=prefix,proto3" json:"prefix,omitempty"` PrefixLenth uint32 `protobuf:"varint,51,opt,name=prefix_lenth,json=prefixLenth,proto3" json:"prefix_lenth,omitempty"` LastEventTime string `protobuf:"bytes,52,opt,name=last_event_time,json=lastEventTime,proto3" json:"last_event_time,omitempty"` LastPriority string `protobuf:"bytes,53,opt,name=last_priority,json=lastPriority,proto3" json:"last_priority,omitempty"` LastRouteType string `protobuf:"bytes,54,opt,name=last_route_type,json=lastRouteType,proto3" json:"last_route_type,omitempty"` LastChangeType string `protobuf:"bytes,55,opt,name=last_change_type,json=lastChangeType,proto3" json:"last_change_type,omitempty"` LastCost uint32 `protobuf:"varint,56,opt,name=last_cost,json=lastCost,proto3" json:"last_cost,omitempty"` CriticalPriority uint32 `protobuf:"varint,57,opt,name=critical_priority,json=criticalPriority,proto3" json:"critical_priority,omitempty"` HighPriority uint32 `protobuf:"varint,58,opt,name=high_priority,json=highPriority,proto3" json:"high_priority,omitempty"` MediumPriority uint32 `protobuf:"varint,59,opt,name=medium_priority,json=mediumPriority,proto3" json:"medium_priority,omitempty"` LowPriority uint32 `protobuf:"varint,60,opt,name=low_priority,json=lowPriority,proto3" json:"low_priority,omitempty"` AddCount uint32 `protobuf:"varint,61,opt,name=add_count,json=addCount,proto3" json:"add_count,omitempty"` ModifyCount uint32 `protobuf:"varint,62,opt,name=modify_count,json=modifyCount,proto3" json:"modify_count,omitempty"` DeleteCount uint32 `protobuf:"varint,63,opt,name=delete_count,json=deleteCount,proto3" json:"delete_count,omitempty"` ThresholdExceedCount uint32 `protobuf:"varint,64,opt,name=threshold_exceed_count,json=thresholdExceedCount,proto3" json:"threshold_exceed_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RcmdShowPrefixInfo) Descriptor ¶
func (*RcmdShowPrefixInfo) Descriptor() ([]byte, []int)
func (*RcmdShowPrefixInfo) GetAddCount ¶
func (m *RcmdShowPrefixInfo) GetAddCount() uint32
func (*RcmdShowPrefixInfo) GetCriticalPriority ¶
func (m *RcmdShowPrefixInfo) GetCriticalPriority() uint32
func (*RcmdShowPrefixInfo) GetDeleteCount ¶
func (m *RcmdShowPrefixInfo) GetDeleteCount() uint32
func (*RcmdShowPrefixInfo) GetHighPriority ¶
func (m *RcmdShowPrefixInfo) GetHighPriority() uint32
func (*RcmdShowPrefixInfo) GetLastChangeType ¶
func (m *RcmdShowPrefixInfo) GetLastChangeType() string
func (*RcmdShowPrefixInfo) GetLastCost ¶
func (m *RcmdShowPrefixInfo) GetLastCost() uint32
func (*RcmdShowPrefixInfo) GetLastEventTime ¶
func (m *RcmdShowPrefixInfo) GetLastEventTime() string
func (*RcmdShowPrefixInfo) GetLastPriority ¶
func (m *RcmdShowPrefixInfo) GetLastPriority() string
func (*RcmdShowPrefixInfo) GetLastRouteType ¶
func (m *RcmdShowPrefixInfo) GetLastRouteType() string
func (*RcmdShowPrefixInfo) GetLowPriority ¶
func (m *RcmdShowPrefixInfo) GetLowPriority() uint32
func (*RcmdShowPrefixInfo) GetMediumPriority ¶
func (m *RcmdShowPrefixInfo) GetMediumPriority() uint32
func (*RcmdShowPrefixInfo) GetModifyCount ¶
func (m *RcmdShowPrefixInfo) GetModifyCount() uint32
func (*RcmdShowPrefixInfo) GetPrefix ¶
func (m *RcmdShowPrefixInfo) GetPrefix() string
func (*RcmdShowPrefixInfo) GetPrefixLenth ¶
func (m *RcmdShowPrefixInfo) GetPrefixLenth() uint32
func (*RcmdShowPrefixInfo) GetThresholdExceedCount ¶
func (m *RcmdShowPrefixInfo) GetThresholdExceedCount() uint32
func (*RcmdShowPrefixInfo) ProtoMessage ¶
func (*RcmdShowPrefixInfo) ProtoMessage()
func (*RcmdShowPrefixInfo) Reset ¶
func (m *RcmdShowPrefixInfo) Reset()
func (*RcmdShowPrefixInfo) String ¶
func (m *RcmdShowPrefixInfo) String() string
func (*RcmdShowPrefixInfo) XXX_DiscardUnknown ¶
func (m *RcmdShowPrefixInfo) XXX_DiscardUnknown()
func (*RcmdShowPrefixInfo) XXX_Marshal ¶
func (m *RcmdShowPrefixInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RcmdShowPrefixInfo) XXX_Merge ¶
func (m *RcmdShowPrefixInfo) XXX_Merge(src proto.Message)
func (*RcmdShowPrefixInfo) XXX_Size ¶
func (m *RcmdShowPrefixInfo) XXX_Size() int
func (*RcmdShowPrefixInfo) XXX_Unmarshal ¶
func (m *RcmdShowPrefixInfo) XXX_Unmarshal(b []byte) error
type RcmdShowPrefixInfo_KEYS ¶
type RcmdShowPrefixInfo_KEYS struct { InstanceName string `protobuf:"bytes,1,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"` PrefixInfo string `protobuf:"bytes,2,opt,name=prefix_info,json=prefixInfo,proto3" json:"prefix_info,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RcmdShowPrefixInfo_KEYS) Descriptor ¶
func (*RcmdShowPrefixInfo_KEYS) Descriptor() ([]byte, []int)
func (*RcmdShowPrefixInfo_KEYS) GetInstanceName ¶
func (m *RcmdShowPrefixInfo_KEYS) GetInstanceName() string
func (*RcmdShowPrefixInfo_KEYS) GetPrefixInfo ¶
func (m *RcmdShowPrefixInfo_KEYS) GetPrefixInfo() string
func (*RcmdShowPrefixInfo_KEYS) ProtoMessage ¶
func (*RcmdShowPrefixInfo_KEYS) ProtoMessage()
func (*RcmdShowPrefixInfo_KEYS) Reset ¶
func (m *RcmdShowPrefixInfo_KEYS) Reset()
func (*RcmdShowPrefixInfo_KEYS) String ¶
func (m *RcmdShowPrefixInfo_KEYS) String() string
func (*RcmdShowPrefixInfo_KEYS) XXX_DiscardUnknown ¶
func (m *RcmdShowPrefixInfo_KEYS) XXX_DiscardUnknown()
func (*RcmdShowPrefixInfo_KEYS) XXX_Marshal ¶
func (m *RcmdShowPrefixInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RcmdShowPrefixInfo_KEYS) XXX_Merge ¶
func (m *RcmdShowPrefixInfo_KEYS) XXX_Merge(src proto.Message)
func (*RcmdShowPrefixInfo_KEYS) XXX_Size ¶
func (m *RcmdShowPrefixInfo_KEYS) XXX_Size() int
func (*RcmdShowPrefixInfo_KEYS) XXX_Unmarshal ¶
func (m *RcmdShowPrefixInfo_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.