cisco_ios_xr_drivers_media_eth_oper_ethernet_interface_berts_bert

package
v0.1.1 Latest Latest
Warning

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

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

Documentation

Overview

Cisco-IOS-XR-drivers-media-eth-oper:ethernet-interface/berts/bert

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EthShowctrlBert

type EthShowctrlBert struct {
	// Current test status
	BertStatus *EthernetBertStatus_ `protobuf:"bytes,50,opt,name=bert_status,json=bertStatus,proto3" json:"bert_status,omitempty"`
	// Remaining time for this test in seconds
	TimeLeft uint32 `protobuf:"varint,51,opt,name=time_left,json=timeLeft,proto3" json:"time_left,omitempty"`
	// Port BERT interval
	PortBertInterval     uint32   `protobuf:"varint,52,opt,name=port_bert_interval,json=portBertInterval,proto3" json:"port_bert_interval,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EthShowctrlBert) Descriptor

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

func (*EthShowctrlBert) GetBertStatus

func (m *EthShowctrlBert) GetBertStatus() *EthernetBertStatus_

func (*EthShowctrlBert) GetPortBertInterval

func (m *EthShowctrlBert) GetPortBertInterval() uint32

func (*EthShowctrlBert) GetTimeLeft

func (m *EthShowctrlBert) GetTimeLeft() uint32

func (*EthShowctrlBert) ProtoMessage

func (*EthShowctrlBert) ProtoMessage()

func (*EthShowctrlBert) Reset

func (m *EthShowctrlBert) Reset()

func (*EthShowctrlBert) String

func (m *EthShowctrlBert) String() string

func (*EthShowctrlBert) XXX_DiscardUnknown

func (m *EthShowctrlBert) XXX_DiscardUnknown()

func (*EthShowctrlBert) XXX_Marshal

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

func (*EthShowctrlBert) XXX_Merge

func (dst *EthShowctrlBert) XXX_Merge(src proto.Message)

func (*EthShowctrlBert) XXX_Size

func (m *EthShowctrlBert) XXX_Size() int

func (*EthShowctrlBert) XXX_Unmarshal

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

type EthShowctrlBert_KEYS

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

Per port BERT test status information

func (*EthShowctrlBert_KEYS) Descriptor

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

func (*EthShowctrlBert_KEYS) GetInterfaceName

func (m *EthShowctrlBert_KEYS) GetInterfaceName() string

func (*EthShowctrlBert_KEYS) ProtoMessage

func (*EthShowctrlBert_KEYS) ProtoMessage()

func (*EthShowctrlBert_KEYS) Reset

func (m *EthShowctrlBert_KEYS) Reset()

func (*EthShowctrlBert_KEYS) String

func (m *EthShowctrlBert_KEYS) String() string

func (*EthShowctrlBert_KEYS) XXX_DiscardUnknown

func (m *EthShowctrlBert_KEYS) XXX_DiscardUnknown()

func (*EthShowctrlBert_KEYS) XXX_Marshal

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

func (*EthShowctrlBert_KEYS) XXX_Merge

func (dst *EthShowctrlBert_KEYS) XXX_Merge(src proto.Message)

func (*EthShowctrlBert_KEYS) XXX_Size

func (m *EthShowctrlBert_KEYS) XXX_Size() int

func (*EthShowctrlBert_KEYS) XXX_Unmarshal

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

type EthernetBertStatus_

type EthernetBertStatus_ struct {
	// State
	BertStateEnabled uint32 `protobuf:"varint,1,opt,name=bert_state_enabled,json=bertStateEnabled,proto3" json:"bert_state_enabled,omitempty"`
	// Flag indicating available data
	DataAvailability uint32 `protobuf:"varint,2,opt,name=data_availability,json=dataAvailability,proto3" json:"data_availability,omitempty"`
	// Receive count (if 0x1 set in flag)
	ReceiveCount uint64 `protobuf:"varint,3,opt,name=receive_count,json=receiveCount,proto3" json:"receive_count,omitempty"`
	// Transmit count (if 0x2 set in flag)
	TransmitCount uint64 `protobuf:"varint,4,opt,name=transmit_count,json=transmitCount,proto3" json:"transmit_count,omitempty"`
	// Received errors (if 0x4 set in flag)
	ReceiveErrors uint64 `protobuf:"varint,5,opt,name=receive_errors,json=receiveErrors,proto3" json:"receive_errors,omitempty"`
	// Bit, block or frame error
	ErrorType string `protobuf:"bytes,6,opt,name=error_type,json=errorType,proto3" json:"error_type,omitempty"`
	// Test pattern
	TestPattern string `protobuf:"bytes,7,opt,name=test_pattern,json=testPattern,proto3" json:"test_pattern,omitempty"`
	// Device being tested
	DeviceUnderTest string `protobuf:"bytes,8,opt,name=device_under_test,json=deviceUnderTest,proto3" json:"device_under_test,omitempty"`
	// Interface being tested
	InterfaceDevice      string   `protobuf:"bytes,9,opt,name=interface_device,json=interfaceDevice,proto3" json:"interface_device,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EthernetBertStatus_) Descriptor

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

func (*EthernetBertStatus_) GetBertStateEnabled

func (m *EthernetBertStatus_) GetBertStateEnabled() uint32

func (*EthernetBertStatus_) GetDataAvailability

func (m *EthernetBertStatus_) GetDataAvailability() uint32

func (*EthernetBertStatus_) GetDeviceUnderTest

func (m *EthernetBertStatus_) GetDeviceUnderTest() string

func (*EthernetBertStatus_) GetErrorType

func (m *EthernetBertStatus_) GetErrorType() string

func (*EthernetBertStatus_) GetInterfaceDevice

func (m *EthernetBertStatus_) GetInterfaceDevice() string

func (*EthernetBertStatus_) GetReceiveCount

func (m *EthernetBertStatus_) GetReceiveCount() uint64

func (*EthernetBertStatus_) GetReceiveErrors

func (m *EthernetBertStatus_) GetReceiveErrors() uint64

func (*EthernetBertStatus_) GetTestPattern

func (m *EthernetBertStatus_) GetTestPattern() string

func (*EthernetBertStatus_) GetTransmitCount

func (m *EthernetBertStatus_) GetTransmitCount() uint64

func (*EthernetBertStatus_) ProtoMessage

func (*EthernetBertStatus_) ProtoMessage()

func (*EthernetBertStatus_) Reset

func (m *EthernetBertStatus_) Reset()

func (*EthernetBertStatus_) String

func (m *EthernetBertStatus_) String() string

func (*EthernetBertStatus_) XXX_DiscardUnknown

func (m *EthernetBertStatus_) XXX_DiscardUnknown()

func (*EthernetBertStatus_) XXX_Marshal

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

func (*EthernetBertStatus_) XXX_Merge

func (dst *EthernetBertStatus_) XXX_Merge(src proto.Message)

func (*EthernetBertStatus_) XXX_Size

func (m *EthernetBertStatus_) XXX_Size() int

func (*EthernetBertStatus_) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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