Documentation ¶
Overview ¶
Cisco-IOS-XR-perf-meas-oper:performance-measurement/nodes/node/interfaces/interface-delay/interface-aggregated-histories/interface-aggregated-history
Index ¶
- type PmAggrSampleBag
- func (*PmAggrSampleBag) Descriptor() ([]byte, []int)
- func (m *PmAggrSampleBag) GetAggregatedProbeValues() *PmValuesBag
- func (m *PmAggrSampleBag) GetAggregationAction() string
- func (m *PmAggrSampleBag) GetAggregationTimestamp() uint64
- func (*PmAggrSampleBag) ProtoMessage()
- func (m *PmAggrSampleBag) Reset()
- func (m *PmAggrSampleBag) String() string
- func (m *PmAggrSampleBag) XXX_DiscardUnknown()
- func (m *PmAggrSampleBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PmAggrSampleBag) XXX_Merge(src proto.Message)
- func (m *PmAggrSampleBag) XXX_Size() int
- func (m *PmAggrSampleBag) XXX_Unmarshal(b []byte) error
- type PmIntfAggrHistoryBag
- func (*PmIntfAggrHistoryBag) Descriptor() ([]byte, []int)
- func (m *PmIntfAggrHistoryBag) GetHistory() []*PmAggrSampleBag
- func (m *PmIntfAggrHistoryBag) GetInterfaceHandle() uint32
- func (m *PmIntfAggrHistoryBag) GetInterfaceNameXr() string
- func (*PmIntfAggrHistoryBag) ProtoMessage()
- func (m *PmIntfAggrHistoryBag) Reset()
- func (m *PmIntfAggrHistoryBag) String() string
- func (m *PmIntfAggrHistoryBag) XXX_DiscardUnknown()
- func (m *PmIntfAggrHistoryBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PmIntfAggrHistoryBag) XXX_Merge(src proto.Message)
- func (m *PmIntfAggrHistoryBag) XXX_Size() int
- func (m *PmIntfAggrHistoryBag) XXX_Unmarshal(b []byte) error
- type PmIntfAggrHistoryBag_KEYS
- func (*PmIntfAggrHistoryBag_KEYS) Descriptor() ([]byte, []int)
- func (m *PmIntfAggrHistoryBag_KEYS) GetInterfaceName() string
- func (m *PmIntfAggrHistoryBag_KEYS) GetNode() string
- func (*PmIntfAggrHistoryBag_KEYS) ProtoMessage()
- func (m *PmIntfAggrHistoryBag_KEYS) Reset()
- func (m *PmIntfAggrHistoryBag_KEYS) String() string
- func (m *PmIntfAggrHistoryBag_KEYS) XXX_DiscardUnknown()
- func (m *PmIntfAggrHistoryBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PmIntfAggrHistoryBag_KEYS) XXX_Merge(src proto.Message)
- func (m *PmIntfAggrHistoryBag_KEYS) XXX_Size() int
- func (m *PmIntfAggrHistoryBag_KEYS) XXX_Unmarshal(b []byte) error
- type PmValuesBag
- func (*PmValuesBag) Descriptor() ([]byte, []int)
- func (m *PmValuesBag) GetAverage() uint32
- func (m *PmValuesBag) GetMaximum() uint32
- func (m *PmValuesBag) GetMinimum() uint32
- func (m *PmValuesBag) GetVariance() uint32
- func (*PmValuesBag) ProtoMessage()
- func (m *PmValuesBag) Reset()
- func (m *PmValuesBag) String() string
- func (m *PmValuesBag) XXX_DiscardUnknown()
- func (m *PmValuesBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PmValuesBag) XXX_Merge(src proto.Message)
- func (m *PmValuesBag) XXX_Size() int
- func (m *PmValuesBag) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PmAggrSampleBag ¶
type PmAggrSampleBag struct { AggregationTimestamp uint64 `protobuf:"varint,1,opt,name=aggregation_timestamp,json=aggregationTimestamp,proto3" json:"aggregation_timestamp,omitempty"` AggregationAction string `protobuf:"bytes,2,opt,name=aggregation_action,json=aggregationAction,proto3" json:"aggregation_action,omitempty"` AggregatedProbeValues *PmValuesBag `` /* 126-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PmAggrSampleBag) Descriptor ¶
func (*PmAggrSampleBag) Descriptor() ([]byte, []int)
func (*PmAggrSampleBag) GetAggregatedProbeValues ¶
func (m *PmAggrSampleBag) GetAggregatedProbeValues() *PmValuesBag
func (*PmAggrSampleBag) GetAggregationAction ¶
func (m *PmAggrSampleBag) GetAggregationAction() string
func (*PmAggrSampleBag) GetAggregationTimestamp ¶
func (m *PmAggrSampleBag) GetAggregationTimestamp() uint64
func (*PmAggrSampleBag) ProtoMessage ¶
func (*PmAggrSampleBag) ProtoMessage()
func (*PmAggrSampleBag) Reset ¶
func (m *PmAggrSampleBag) Reset()
func (*PmAggrSampleBag) String ¶
func (m *PmAggrSampleBag) String() string
func (*PmAggrSampleBag) XXX_DiscardUnknown ¶
func (m *PmAggrSampleBag) XXX_DiscardUnknown()
func (*PmAggrSampleBag) XXX_Marshal ¶
func (m *PmAggrSampleBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PmAggrSampleBag) XXX_Merge ¶
func (m *PmAggrSampleBag) XXX_Merge(src proto.Message)
func (*PmAggrSampleBag) XXX_Size ¶
func (m *PmAggrSampleBag) XXX_Size() int
func (*PmAggrSampleBag) XXX_Unmarshal ¶
func (m *PmAggrSampleBag) XXX_Unmarshal(b []byte) error
type PmIntfAggrHistoryBag ¶
type PmIntfAggrHistoryBag struct { InterfaceNameXr string `protobuf:"bytes,50,opt,name=interface_name_xr,json=interfaceNameXr,proto3" json:"interface_name_xr,omitempty"` InterfaceHandle uint32 `protobuf:"varint,51,opt,name=interface_handle,json=interfaceHandle,proto3" json:"interface_handle,omitempty"` History []*PmAggrSampleBag `protobuf:"bytes,52,rep,name=history,proto3" json:"history,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PmIntfAggrHistoryBag) Descriptor ¶
func (*PmIntfAggrHistoryBag) Descriptor() ([]byte, []int)
func (*PmIntfAggrHistoryBag) GetHistory ¶
func (m *PmIntfAggrHistoryBag) GetHistory() []*PmAggrSampleBag
func (*PmIntfAggrHistoryBag) GetInterfaceHandle ¶
func (m *PmIntfAggrHistoryBag) GetInterfaceHandle() uint32
func (*PmIntfAggrHistoryBag) GetInterfaceNameXr ¶
func (m *PmIntfAggrHistoryBag) GetInterfaceNameXr() string
func (*PmIntfAggrHistoryBag) ProtoMessage ¶
func (*PmIntfAggrHistoryBag) ProtoMessage()
func (*PmIntfAggrHistoryBag) Reset ¶
func (m *PmIntfAggrHistoryBag) Reset()
func (*PmIntfAggrHistoryBag) String ¶
func (m *PmIntfAggrHistoryBag) String() string
func (*PmIntfAggrHistoryBag) XXX_DiscardUnknown ¶
func (m *PmIntfAggrHistoryBag) XXX_DiscardUnknown()
func (*PmIntfAggrHistoryBag) XXX_Marshal ¶
func (m *PmIntfAggrHistoryBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PmIntfAggrHistoryBag) XXX_Merge ¶
func (m *PmIntfAggrHistoryBag) XXX_Merge(src proto.Message)
func (*PmIntfAggrHistoryBag) XXX_Size ¶
func (m *PmIntfAggrHistoryBag) XXX_Size() int
func (*PmIntfAggrHistoryBag) XXX_Unmarshal ¶
func (m *PmIntfAggrHistoryBag) XXX_Unmarshal(b []byte) error
type PmIntfAggrHistoryBag_KEYS ¶
type PmIntfAggrHistoryBag_KEYS struct { Node string `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` InterfaceName string `protobuf:"bytes,2,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PmIntfAggrHistoryBag_KEYS) Descriptor ¶
func (*PmIntfAggrHistoryBag_KEYS) Descriptor() ([]byte, []int)
func (*PmIntfAggrHistoryBag_KEYS) GetInterfaceName ¶
func (m *PmIntfAggrHistoryBag_KEYS) GetInterfaceName() string
func (*PmIntfAggrHistoryBag_KEYS) GetNode ¶
func (m *PmIntfAggrHistoryBag_KEYS) GetNode() string
func (*PmIntfAggrHistoryBag_KEYS) ProtoMessage ¶
func (*PmIntfAggrHistoryBag_KEYS) ProtoMessage()
func (*PmIntfAggrHistoryBag_KEYS) Reset ¶
func (m *PmIntfAggrHistoryBag_KEYS) Reset()
func (*PmIntfAggrHistoryBag_KEYS) String ¶
func (m *PmIntfAggrHistoryBag_KEYS) String() string
func (*PmIntfAggrHistoryBag_KEYS) XXX_DiscardUnknown ¶
func (m *PmIntfAggrHistoryBag_KEYS) XXX_DiscardUnknown()
func (*PmIntfAggrHistoryBag_KEYS) XXX_Marshal ¶
func (m *PmIntfAggrHistoryBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PmIntfAggrHistoryBag_KEYS) XXX_Merge ¶
func (m *PmIntfAggrHistoryBag_KEYS) XXX_Merge(src proto.Message)
func (*PmIntfAggrHistoryBag_KEYS) XXX_Size ¶
func (m *PmIntfAggrHistoryBag_KEYS) XXX_Size() int
func (*PmIntfAggrHistoryBag_KEYS) XXX_Unmarshal ¶
func (m *PmIntfAggrHistoryBag_KEYS) XXX_Unmarshal(b []byte) error
type PmValuesBag ¶
type PmValuesBag struct { Average uint32 `protobuf:"varint,1,opt,name=average,proto3" json:"average,omitempty"` Minimum uint32 `protobuf:"varint,2,opt,name=minimum,proto3" json:"minimum,omitempty"` Maximum uint32 `protobuf:"varint,3,opt,name=maximum,proto3" json:"maximum,omitempty"` Variance uint32 `protobuf:"varint,4,opt,name=variance,proto3" json:"variance,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PmValuesBag) Descriptor ¶
func (*PmValuesBag) Descriptor() ([]byte, []int)
func (*PmValuesBag) GetAverage ¶
func (m *PmValuesBag) GetAverage() uint32
func (*PmValuesBag) GetMaximum ¶
func (m *PmValuesBag) GetMaximum() uint32
func (*PmValuesBag) GetMinimum ¶
func (m *PmValuesBag) GetMinimum() uint32
func (*PmValuesBag) GetVariance ¶
func (m *PmValuesBag) GetVariance() uint32
func (*PmValuesBag) ProtoMessage ¶
func (*PmValuesBag) ProtoMessage()
func (*PmValuesBag) Reset ¶
func (m *PmValuesBag) Reset()
func (*PmValuesBag) String ¶
func (m *PmValuesBag) String() string
func (*PmValuesBag) XXX_DiscardUnknown ¶
func (m *PmValuesBag) XXX_DiscardUnknown()
func (*PmValuesBag) XXX_Marshal ¶
func (m *PmValuesBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PmValuesBag) XXX_Merge ¶
func (m *PmValuesBag) XXX_Merge(src proto.Message)
func (*PmValuesBag) XXX_Size ¶
func (m *PmValuesBag) XXX_Size() int
func (*PmValuesBag) XXX_Unmarshal ¶
func (m *PmValuesBag) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.