cisco_ios_xr_pmengine_oper_performance_management_odu_odu_ports_odu_port_odu_current_odu_minute15_odu_minute15gfps_odu_minute15gfp

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Cisco-IOS-XR-pmengine-oper:performance-management/odu/odu-ports/odu-port/odu-current/odu-minute15/odu-minute15gfps/odu-minute15gfp

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PmGfpParam

type PmGfpParam struct {
	Data                 uint64   `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"`
	Threshold            uint64   `protobuf:"varint,2,opt,name=threshold,proto3" json:"threshold,omitempty"`
	TcaReport            bool     `protobuf:"varint,3,opt,name=tca_report,json=tcaReport,proto3" json:"tca_report,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PmGfpParam) Descriptor

func (*PmGfpParam) Descriptor() ([]byte, []int)

func (*PmGfpParam) GetData

func (m *PmGfpParam) GetData() uint64

func (*PmGfpParam) GetTcaReport

func (m *PmGfpParam) GetTcaReport() bool

func (*PmGfpParam) GetThreshold

func (m *PmGfpParam) GetThreshold() uint64

func (*PmGfpParam) ProtoMessage

func (*PmGfpParam) ProtoMessage()

func (*PmGfpParam) Reset

func (m *PmGfpParam) Reset()

func (*PmGfpParam) String

func (m *PmGfpParam) String() string

func (*PmGfpParam) XXX_DiscardUnknown

func (m *PmGfpParam) XXX_DiscardUnknown()

func (*PmGfpParam) XXX_Marshal

func (m *PmGfpParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PmGfpParam) XXX_Merge

func (m *PmGfpParam) XXX_Merge(src proto.Message)

func (*PmGfpParam) XXX_Size

func (m *PmGfpParam) XXX_Size() int

func (*PmGfpParam) XXX_Unmarshal

func (m *PmGfpParam) XXX_Unmarshal(b []byte) error

type PmGfpParas

type PmGfpParas struct {
	Index                uint32      `protobuf:"varint,50,opt,name=index,proto3" json:"index,omitempty"`
	Valid                bool        `protobuf:"varint,51,opt,name=valid,proto3" json:"valid,omitempty"`
	Timestamp            []string    `protobuf:"bytes,52,rep,name=timestamp,proto3" json:"timestamp,omitempty"`
	LastClearTime        []string    `protobuf:"bytes,53,rep,name=last_clear_time,json=lastClearTime,proto3" json:"last_clear_time,omitempty"`
	LastClear15MinTime   []string    `protobuf:"bytes,54,rep,name=last_clear15_min_time,json=lastClear15MinTime,proto3" json:"last_clear15_min_time,omitempty"`
	LastClear30SecTime   []string    `protobuf:"bytes,55,rep,name=last_clear30_sec_time,json=lastClear30SecTime,proto3" json:"last_clear30_sec_time,omitempty"`
	LastClear24HrTime    []string    `protobuf:"bytes,56,rep,name=last_clear24_hr_time,json=lastClear24HrTime,proto3" json:"last_clear24_hr_time,omitempty"`
	Sec30Support         bool        `protobuf:"varint,57,opt,name=sec30_support,json=sec30Support,proto3" json:"sec30_support,omitempty"`
	RxBitErr             *PmGfpParam `protobuf:"bytes,58,opt,name=rx_bit_err,json=rxBitErr,proto3" json:"rx_bit_err,omitempty"`
	RxInvTyp             *PmGfpParam `protobuf:"bytes,59,opt,name=rx_inv_typ,json=rxInvTyp,proto3" json:"rx_inv_typ,omitempty"`
	RxCrc                *PmGfpParam `protobuf:"bytes,60,opt,name=rx_crc,json=rxCrc,proto3" json:"rx_crc,omitempty"`
	RxLfd                *PmGfpParam `protobuf:"bytes,61,opt,name=rx_lfd,json=rxLfd,proto3" json:"rx_lfd,omitempty"`
	RxCsf                *PmGfpParam `protobuf:"bytes,62,opt,name=rx_csf,json=rxCsf,proto3" json:"rx_csf,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*PmGfpParas) Descriptor

func (*PmGfpParas) Descriptor() ([]byte, []int)

func (*PmGfpParas) GetIndex

func (m *PmGfpParas) GetIndex() uint32

func (*PmGfpParas) GetLastClear15MinTime

func (m *PmGfpParas) GetLastClear15MinTime() []string

func (*PmGfpParas) GetLastClear24HrTime

func (m *PmGfpParas) GetLastClear24HrTime() []string

func (*PmGfpParas) GetLastClear30SecTime

func (m *PmGfpParas) GetLastClear30SecTime() []string

func (*PmGfpParas) GetLastClearTime

func (m *PmGfpParas) GetLastClearTime() []string

func (*PmGfpParas) GetRxBitErr

func (m *PmGfpParas) GetRxBitErr() *PmGfpParam

func (*PmGfpParas) GetRxCrc

func (m *PmGfpParas) GetRxCrc() *PmGfpParam

func (*PmGfpParas) GetRxCsf

func (m *PmGfpParas) GetRxCsf() *PmGfpParam

func (*PmGfpParas) GetRxInvTyp

func (m *PmGfpParas) GetRxInvTyp() *PmGfpParam

func (*PmGfpParas) GetRxLfd

func (m *PmGfpParas) GetRxLfd() *PmGfpParam

func (*PmGfpParas) GetSec30Support

func (m *PmGfpParas) GetSec30Support() bool

func (*PmGfpParas) GetTimestamp

func (m *PmGfpParas) GetTimestamp() []string

func (*PmGfpParas) GetValid

func (m *PmGfpParas) GetValid() bool

func (*PmGfpParas) ProtoMessage

func (*PmGfpParas) ProtoMessage()

func (*PmGfpParas) Reset

func (m *PmGfpParas) Reset()

func (*PmGfpParas) String

func (m *PmGfpParas) String() string

func (*PmGfpParas) XXX_DiscardUnknown

func (m *PmGfpParas) XXX_DiscardUnknown()

func (*PmGfpParas) XXX_Marshal

func (m *PmGfpParas) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PmGfpParas) XXX_Merge

func (m *PmGfpParas) XXX_Merge(src proto.Message)

func (*PmGfpParas) XXX_Size

func (m *PmGfpParas) XXX_Size() int

func (*PmGfpParas) XXX_Unmarshal

func (m *PmGfpParas) XXX_Unmarshal(b []byte) error

type PmGfpParas_KEYS

type PmGfpParas_KEYS struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Number               uint32   `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PmGfpParas_KEYS) Descriptor

func (*PmGfpParas_KEYS) Descriptor() ([]byte, []int)

func (*PmGfpParas_KEYS) GetName

func (m *PmGfpParas_KEYS) GetName() string

func (*PmGfpParas_KEYS) GetNumber

func (m *PmGfpParas_KEYS) GetNumber() uint32

func (*PmGfpParas_KEYS) ProtoMessage

func (*PmGfpParas_KEYS) ProtoMessage()

func (*PmGfpParas_KEYS) Reset

func (m *PmGfpParas_KEYS) Reset()

func (*PmGfpParas_KEYS) String

func (m *PmGfpParas_KEYS) String() string

func (*PmGfpParas_KEYS) XXX_DiscardUnknown

func (m *PmGfpParas_KEYS) XXX_DiscardUnknown()

func (*PmGfpParas_KEYS) XXX_Marshal

func (m *PmGfpParas_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PmGfpParas_KEYS) XXX_Merge

func (m *PmGfpParas_KEYS) XXX_Merge(src proto.Message)

func (*PmGfpParas_KEYS) XXX_Size

func (m *PmGfpParas_KEYS) XXX_Size() int

func (*PmGfpParas_KEYS) XXX_Unmarshal

func (m *PmGfpParas_KEYS) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL