cisco_ios_xr_pmengine_oper_performance_management_history_global_periodic_otu_history_otu_port_histories_otu_port_history_otu_minute15_history_otu_minute15prbs_histories_otu_minute15prbs_history_otu_minute15prbs_time_line_instances_otu_minute15prbs_time_line_instance

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: 1

Documentation

Overview

Cisco-IOS-XR-pmengine-oper:performance-management-history/global/periodic/otu-history/otu-port-histories/otu-port-history/otu-minute15-history/otu-minute15prbs-histories/otu-minute15prbs-history/otu-minute15prbs-time-line-instances/otu-minute15prbs-time-line-instance

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PmPrbsParameter

type PmPrbsParameter struct {
	Valid                bool     `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"`
	RcvPatt              string   `protobuf:"bytes,2,opt,name=rcv_patt,json=rcvPatt,proto3" json:"rcv_patt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PmPrbsParameter) Descriptor

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

func (*PmPrbsParameter) GetRcvPatt

func (m *PmPrbsParameter) GetRcvPatt() string

func (*PmPrbsParameter) GetValid

func (m *PmPrbsParameter) GetValid() bool

func (*PmPrbsParameter) ProtoMessage

func (*PmPrbsParameter) ProtoMessage()

func (*PmPrbsParameter) Reset

func (m *PmPrbsParameter) Reset()

func (*PmPrbsParameter) String

func (m *PmPrbsParameter) String() string

func (*PmPrbsParameter) XXX_DiscardUnknown

func (m *PmPrbsParameter) XXX_DiscardUnknown()

func (*PmPrbsParameter) XXX_Marshal

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

func (*PmPrbsParameter) XXX_Merge

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

func (*PmPrbsParameter) XXX_Size

func (m *PmPrbsParameter) XXX_Size() int

func (*PmPrbsParameter) XXX_Unmarshal

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

type PmPrbsParas

type PmPrbsParas 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,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	LastClearTime        string                 `protobuf:"bytes,53,opt,name=last_clear_time,json=lastClearTime,proto3" json:"last_clear_time,omitempty"`
	LastClear15MinTime   string                 `protobuf:"bytes,54,opt,name=last_clear15_min_time,json=lastClear15MinTime,proto3" json:"last_clear15_min_time,omitempty"`
	LastClear24HrTime    string                 `protobuf:"bytes,55,opt,name=last_clear24_hr_time,json=lastClear24HrTime,proto3" json:"last_clear24_hr_time,omitempty"`
	Ebc                  uint64                 `protobuf:"varint,56,opt,name=ebc,proto3" json:"ebc,omitempty"`
	FoundCount           uint32                 `protobuf:"varint,57,opt,name=found_count,json=foundCount,proto3" json:"found_count,omitempty"`
	LostCount            uint32                 `protobuf:"varint,58,opt,name=lost_count,json=lostCount,proto3" json:"lost_count,omitempty"`
	FoundAtTime          uint64                 `protobuf:"varint,59,opt,name=found_at_time,json=foundAtTime,proto3" json:"found_at_time,omitempty"`
	LostAtTime           uint64                 `protobuf:"varint,60,opt,name=lost_at_time,json=lostAtTime,proto3" json:"lost_at_time,omitempty"`
	ConfPatt             string                 `protobuf:"bytes,61,opt,name=conf_patt,json=confPatt,proto3" json:"conf_patt,omitempty"`
	RcvPatt              *PmPrbsParameter       `protobuf:"bytes,62,opt,name=rcv_patt,json=rcvPatt,proto3" json:"rcv_patt,omitempty"`
	PrbsStatus           *PmPrbsStatusParameter `protobuf:"bytes,63,opt,name=prbs_status,json=prbsStatus,proto3" json:"prbs_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*PmPrbsParas) Descriptor

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

func (*PmPrbsParas) GetConfPatt

func (m *PmPrbsParas) GetConfPatt() string

func (*PmPrbsParas) GetEbc

func (m *PmPrbsParas) GetEbc() uint64

func (*PmPrbsParas) GetFoundAtTime

func (m *PmPrbsParas) GetFoundAtTime() uint64

func (*PmPrbsParas) GetFoundCount

func (m *PmPrbsParas) GetFoundCount() uint32

func (*PmPrbsParas) GetIndex

func (m *PmPrbsParas) GetIndex() uint32

func (*PmPrbsParas) GetLastClear15MinTime

func (m *PmPrbsParas) GetLastClear15MinTime() string

func (*PmPrbsParas) GetLastClear24HrTime

func (m *PmPrbsParas) GetLastClear24HrTime() string

func (*PmPrbsParas) GetLastClearTime

func (m *PmPrbsParas) GetLastClearTime() string

func (*PmPrbsParas) GetLostAtTime

func (m *PmPrbsParas) GetLostAtTime() uint64

func (*PmPrbsParas) GetLostCount

func (m *PmPrbsParas) GetLostCount() uint32

func (*PmPrbsParas) GetPrbsStatus

func (m *PmPrbsParas) GetPrbsStatus() *PmPrbsStatusParameter

func (*PmPrbsParas) GetRcvPatt

func (m *PmPrbsParas) GetRcvPatt() *PmPrbsParameter

func (*PmPrbsParas) GetTimestamp

func (m *PmPrbsParas) GetTimestamp() string

func (*PmPrbsParas) GetValid

func (m *PmPrbsParas) GetValid() bool

func (*PmPrbsParas) ProtoMessage

func (*PmPrbsParas) ProtoMessage()

func (*PmPrbsParas) Reset

func (m *PmPrbsParas) Reset()

func (*PmPrbsParas) String

func (m *PmPrbsParas) String() string

func (*PmPrbsParas) XXX_DiscardUnknown

func (m *PmPrbsParas) XXX_DiscardUnknown()

func (*PmPrbsParas) XXX_Marshal

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

func (*PmPrbsParas) XXX_Merge

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

func (*PmPrbsParas) XXX_Size

func (m *PmPrbsParas) XXX_Size() int

func (*PmPrbsParas) XXX_Unmarshal

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

type PmPrbsParas_KEYS

type PmPrbsParas_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"`
	Number_1             uint32   `protobuf:"varint,3,opt,name=number_1,json=number1,proto3" json:"number_1,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PmPrbsParas_KEYS) Descriptor

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

func (*PmPrbsParas_KEYS) GetName

func (m *PmPrbsParas_KEYS) GetName() string

func (*PmPrbsParas_KEYS) GetNumber

func (m *PmPrbsParas_KEYS) GetNumber() uint32

func (*PmPrbsParas_KEYS) GetNumber_1

func (m *PmPrbsParas_KEYS) GetNumber_1() uint32

func (*PmPrbsParas_KEYS) ProtoMessage

func (*PmPrbsParas_KEYS) ProtoMessage()

func (*PmPrbsParas_KEYS) Reset

func (m *PmPrbsParas_KEYS) Reset()

func (*PmPrbsParas_KEYS) String

func (m *PmPrbsParas_KEYS) String() string

func (*PmPrbsParas_KEYS) XXX_DiscardUnknown

func (m *PmPrbsParas_KEYS) XXX_DiscardUnknown()

func (*PmPrbsParas_KEYS) XXX_Marshal

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

func (*PmPrbsParas_KEYS) XXX_Merge

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

func (*PmPrbsParas_KEYS) XXX_Size

func (m *PmPrbsParas_KEYS) XXX_Size() int

func (*PmPrbsParas_KEYS) XXX_Unmarshal

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

type PmPrbsStatusParameter

type PmPrbsStatusParameter struct {
	Valid                bool     `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"`
	PrbsStatus           string   `protobuf:"bytes,2,opt,name=prbs_status,json=prbsStatus,proto3" json:"prbs_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PmPrbsStatusParameter) Descriptor

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

func (*PmPrbsStatusParameter) GetPrbsStatus

func (m *PmPrbsStatusParameter) GetPrbsStatus() string

func (*PmPrbsStatusParameter) GetValid

func (m *PmPrbsStatusParameter) GetValid() bool

func (*PmPrbsStatusParameter) ProtoMessage

func (*PmPrbsStatusParameter) ProtoMessage()

func (*PmPrbsStatusParameter) Reset

func (m *PmPrbsStatusParameter) Reset()

func (*PmPrbsStatusParameter) String

func (m *PmPrbsStatusParameter) String() string

func (*PmPrbsStatusParameter) XXX_DiscardUnknown

func (m *PmPrbsStatusParameter) XXX_DiscardUnknown()

func (*PmPrbsStatusParameter) XXX_Marshal

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

func (*PmPrbsStatusParameter) XXX_Merge

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

func (*PmPrbsStatusParameter) XXX_Size

func (m *PmPrbsStatusParameter) XXX_Size() int

func (*PmPrbsStatusParameter) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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