cisco_ios_xr_dwdm_ui_oper_dwdm_ports_port_prbs_fifteen_minutes_bucket_fifteen_minutes_statistics

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-dwdm-ui-oper:dwdm/ports/port/prbs/fifteen-minutes-bucket/fifteen-minutes-statistics

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DwdmEdmPrbsInfo

type DwdmEdmPrbsInfo struct {
	PrbsEntry            []*PrbsInterval `protobuf:"bytes,50,rep,name=prbs_entry,json=prbsEntry,proto3" json:"prbs_entry,omitempty"`
	IsPrbsEnabled        bool            `protobuf:"varint,51,opt,name=is_prbs_enabled,json=isPrbsEnabled,proto3" json:"is_prbs_enabled,omitempty"`
	PrbsConfigMode       string          `protobuf:"bytes,52,opt,name=prbs_config_mode,json=prbsConfigMode,proto3" json:"prbs_config_mode,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*DwdmEdmPrbsInfo) Descriptor

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

func (*DwdmEdmPrbsInfo) GetIsPrbsEnabled

func (m *DwdmEdmPrbsInfo) GetIsPrbsEnabled() bool

func (*DwdmEdmPrbsInfo) GetPrbsConfigMode

func (m *DwdmEdmPrbsInfo) GetPrbsConfigMode() string

func (*DwdmEdmPrbsInfo) GetPrbsEntry

func (m *DwdmEdmPrbsInfo) GetPrbsEntry() []*PrbsInterval

func (*DwdmEdmPrbsInfo) ProtoMessage

func (*DwdmEdmPrbsInfo) ProtoMessage()

func (*DwdmEdmPrbsInfo) Reset

func (m *DwdmEdmPrbsInfo) Reset()

func (*DwdmEdmPrbsInfo) String

func (m *DwdmEdmPrbsInfo) String() string

func (*DwdmEdmPrbsInfo) XXX_DiscardUnknown

func (m *DwdmEdmPrbsInfo) XXX_DiscardUnknown()

func (*DwdmEdmPrbsInfo) XXX_Marshal

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

func (*DwdmEdmPrbsInfo) XXX_Merge

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

func (*DwdmEdmPrbsInfo) XXX_Size

func (m *DwdmEdmPrbsInfo) XXX_Size() int

func (*DwdmEdmPrbsInfo) XXX_Unmarshal

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

type DwdmEdmPrbsInfo_KEYS

type DwdmEdmPrbsInfo_KEYS struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DwdmEdmPrbsInfo_KEYS) Descriptor

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

func (*DwdmEdmPrbsInfo_KEYS) GetName

func (m *DwdmEdmPrbsInfo_KEYS) GetName() string

func (*DwdmEdmPrbsInfo_KEYS) ProtoMessage

func (*DwdmEdmPrbsInfo_KEYS) ProtoMessage()

func (*DwdmEdmPrbsInfo_KEYS) Reset

func (m *DwdmEdmPrbsInfo_KEYS) Reset()

func (*DwdmEdmPrbsInfo_KEYS) String

func (m *DwdmEdmPrbsInfo_KEYS) String() string

func (*DwdmEdmPrbsInfo_KEYS) XXX_DiscardUnknown

func (m *DwdmEdmPrbsInfo_KEYS) XXX_DiscardUnknown()

func (*DwdmEdmPrbsInfo_KEYS) XXX_Marshal

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

func (*DwdmEdmPrbsInfo_KEYS) XXX_Merge

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

func (*DwdmEdmPrbsInfo_KEYS) XXX_Size

func (m *DwdmEdmPrbsInfo_KEYS) XXX_Size() int

func (*DwdmEdmPrbsInfo_KEYS) XXX_Unmarshal

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

type PrbsInterval

type PrbsInterval struct {
	IntervalIndex        string   `protobuf:"bytes,1,opt,name=interval_index,json=intervalIndex,proto3" json:"interval_index,omitempty"`
	ConfiguredPattern    string   `protobuf:"bytes,2,opt,name=configured_pattern,json=configuredPattern,proto3" json:"configured_pattern,omitempty"`
	StartAt              string   `protobuf:"bytes,3,opt,name=start_at,json=startAt,proto3" json:"start_at,omitempty"`
	StopAt               string   `protobuf:"bytes,4,opt,name=stop_at,json=stopAt,proto3" json:"stop_at,omitempty"`
	ReceivedPattern      string   `protobuf:"bytes,5,opt,name=received_pattern,json=receivedPattern,proto3" json:"received_pattern,omitempty"`
	BitErrorCount        uint64   `protobuf:"varint,6,opt,name=bit_error_count,json=bitErrorCount,proto3" json:"bit_error_count,omitempty"`
	FoundCount           uint64   `protobuf:"varint,7,opt,name=found_count,json=foundCount,proto3" json:"found_count,omitempty"`
	LostCount            uint64   `protobuf:"varint,8,opt,name=lost_count,json=lostCount,proto3" json:"lost_count,omitempty"`
	FoundAt              string   `protobuf:"bytes,9,opt,name=found_at,json=foundAt,proto3" json:"found_at,omitempty"`
	LostAt               string   `protobuf:"bytes,10,opt,name=lost_at,json=lostAt,proto3" json:"lost_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PrbsInterval) Descriptor

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

func (*PrbsInterval) GetBitErrorCount

func (m *PrbsInterval) GetBitErrorCount() uint64

func (*PrbsInterval) GetConfiguredPattern

func (m *PrbsInterval) GetConfiguredPattern() string

func (*PrbsInterval) GetFoundAt

func (m *PrbsInterval) GetFoundAt() string

func (*PrbsInterval) GetFoundCount

func (m *PrbsInterval) GetFoundCount() uint64

func (*PrbsInterval) GetIntervalIndex

func (m *PrbsInterval) GetIntervalIndex() string

func (*PrbsInterval) GetLostAt

func (m *PrbsInterval) GetLostAt() string

func (*PrbsInterval) GetLostCount

func (m *PrbsInterval) GetLostCount() uint64

func (*PrbsInterval) GetReceivedPattern

func (m *PrbsInterval) GetReceivedPattern() string

func (*PrbsInterval) GetStartAt

func (m *PrbsInterval) GetStartAt() string

func (*PrbsInterval) GetStopAt

func (m *PrbsInterval) GetStopAt() string

func (*PrbsInterval) ProtoMessage

func (*PrbsInterval) ProtoMessage()

func (*PrbsInterval) Reset

func (m *PrbsInterval) Reset()

func (*PrbsInterval) String

func (m *PrbsInterval) String() string

func (*PrbsInterval) XXX_DiscardUnknown

func (m *PrbsInterval) XXX_DiscardUnknown()

func (*PrbsInterval) XXX_Marshal

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

func (*PrbsInterval) XXX_Merge

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

func (*PrbsInterval) XXX_Size

func (m *PrbsInterval) XXX_Size() int

func (*PrbsInterval) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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