cisco_ios_xr_freqsync_oper_frequency_synchronization_nodes_node_configuration_errors

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-freqsync-oper:frequency-synchronization/nodes/node/configuration-errors

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FsyncBagClockId

type FsyncBagClockId struct {
	Node                 string   `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	Id                   uint32   `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	ClockName            string   `protobuf:"bytes,3,opt,name=clock_name,json=clockName,proto3" json:"clock_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FsyncBagClockId) Descriptor

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

func (*FsyncBagClockId) GetClockName

func (m *FsyncBagClockId) GetClockName() string

func (*FsyncBagClockId) GetId

func (m *FsyncBagClockId) GetId() uint32

func (*FsyncBagClockId) GetNode

func (m *FsyncBagClockId) GetNode() string

func (*FsyncBagClockId) ProtoMessage

func (*FsyncBagClockId) ProtoMessage()

func (*FsyncBagClockId) Reset

func (m *FsyncBagClockId) Reset()

func (*FsyncBagClockId) String

func (m *FsyncBagClockId) String() string

func (*FsyncBagClockId) XXX_DiscardUnknown

func (m *FsyncBagClockId) XXX_DiscardUnknown()

func (*FsyncBagClockId) XXX_Marshal

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

func (*FsyncBagClockId) XXX_Merge

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

func (*FsyncBagClockId) XXX_Size

func (m *FsyncBagClockId) XXX_Size() int

func (*FsyncBagClockId) XXX_Unmarshal

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

type FsyncBagError

type FsyncBagError struct {
	Source               *FsyncBagSourceId `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	EnableError          bool              `protobuf:"varint,2,opt,name=enable_error,json=enableError,proto3" json:"enable_error,omitempty"`
	InputMinError        bool              `protobuf:"varint,3,opt,name=input_min_error,json=inputMinError,proto3" json:"input_min_error,omitempty"`
	InputExactError      bool              `protobuf:"varint,4,opt,name=input_exact_error,json=inputExactError,proto3" json:"input_exact_error,omitempty"`
	InputMaxError        bool              `protobuf:"varint,5,opt,name=input_max_error,json=inputMaxError,proto3" json:"input_max_error,omitempty"`
	OuputMinError        bool              `protobuf:"varint,6,opt,name=ouput_min_error,json=ouputMinError,proto3" json:"ouput_min_error,omitempty"`
	OutputExactError     bool              `protobuf:"varint,7,opt,name=output_exact_error,json=outputExactError,proto3" json:"output_exact_error,omitempty"`
	OutputMaxError       bool              `protobuf:"varint,8,opt,name=output_max_error,json=outputMaxError,proto3" json:"output_max_error,omitempty"`
	InputOutputMismatch  bool              `protobuf:"varint,9,opt,name=input_output_mismatch,json=inputOutputMismatch,proto3" json:"input_output_mismatch,omitempty"`
	InputMinQl           *FsyncBagQl       `protobuf:"bytes,10,opt,name=input_min_ql,json=inputMinQl,proto3" json:"input_min_ql,omitempty"`
	InputExactQl         *FsyncBagQl       `protobuf:"bytes,11,opt,name=input_exact_ql,json=inputExactQl,proto3" json:"input_exact_ql,omitempty"`
	InputMaxQl           *FsyncBagQl       `protobuf:"bytes,12,opt,name=input_max_ql,json=inputMaxQl,proto3" json:"input_max_ql,omitempty"`
	OutputMinQl          *FsyncBagQl       `protobuf:"bytes,13,opt,name=output_min_ql,json=outputMinQl,proto3" json:"output_min_ql,omitempty"`
	OutputExactQl        *FsyncBagQl       `protobuf:"bytes,14,opt,name=output_exact_ql,json=outputExactQl,proto3" json:"output_exact_ql,omitempty"`
	OutputMaxQl          *FsyncBagQl       `protobuf:"bytes,15,opt,name=output_max_ql,json=outputMaxQl,proto3" json:"output_max_ql,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*FsyncBagError) Descriptor

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

func (*FsyncBagError) GetEnableError

func (m *FsyncBagError) GetEnableError() bool

func (*FsyncBagError) GetInputExactError

func (m *FsyncBagError) GetInputExactError() bool

func (*FsyncBagError) GetInputExactQl

func (m *FsyncBagError) GetInputExactQl() *FsyncBagQl

func (*FsyncBagError) GetInputMaxError

func (m *FsyncBagError) GetInputMaxError() bool

func (*FsyncBagError) GetInputMaxQl

func (m *FsyncBagError) GetInputMaxQl() *FsyncBagQl

func (*FsyncBagError) GetInputMinError

func (m *FsyncBagError) GetInputMinError() bool

func (*FsyncBagError) GetInputMinQl

func (m *FsyncBagError) GetInputMinQl() *FsyncBagQl

func (*FsyncBagError) GetInputOutputMismatch

func (m *FsyncBagError) GetInputOutputMismatch() bool

func (*FsyncBagError) GetOuputMinError

func (m *FsyncBagError) GetOuputMinError() bool

func (*FsyncBagError) GetOutputExactError

func (m *FsyncBagError) GetOutputExactError() bool

func (*FsyncBagError) GetOutputExactQl

func (m *FsyncBagError) GetOutputExactQl() *FsyncBagQl

func (*FsyncBagError) GetOutputMaxError

func (m *FsyncBagError) GetOutputMaxError() bool

func (*FsyncBagError) GetOutputMaxQl

func (m *FsyncBagError) GetOutputMaxQl() *FsyncBagQl

func (*FsyncBagError) GetOutputMinQl

func (m *FsyncBagError) GetOutputMinQl() *FsyncBagQl

func (*FsyncBagError) GetSource

func (m *FsyncBagError) GetSource() *FsyncBagSourceId

func (*FsyncBagError) ProtoMessage

func (*FsyncBagError) ProtoMessage()

func (*FsyncBagError) Reset

func (m *FsyncBagError) Reset()

func (*FsyncBagError) String

func (m *FsyncBagError) String() string

func (*FsyncBagError) XXX_DiscardUnknown

func (m *FsyncBagError) XXX_DiscardUnknown()

func (*FsyncBagError) XXX_Marshal

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

func (*FsyncBagError) XXX_Merge

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

func (*FsyncBagError) XXX_Size

func (m *FsyncBagError) XXX_Size() int

func (*FsyncBagError) XXX_Unmarshal

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

type FsyncBagQl

type FsyncBagQl struct {
	QualityLevelOption      string   `protobuf:"bytes,1,opt,name=quality_level_option,json=qualityLevelOption,proto3" json:"quality_level_option,omitempty"`
	Option1Value            string   `protobuf:"bytes,2,opt,name=option1_value,json=option1Value,proto3" json:"option1_value,omitempty"`
	Option2Generation1Value string   `` /* 132-byte string literal not displayed */
	Option2Generation2Value string   `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*FsyncBagQl) Descriptor

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

func (*FsyncBagQl) GetOption1Value

func (m *FsyncBagQl) GetOption1Value() string

func (*FsyncBagQl) GetOption2Generation1Value

func (m *FsyncBagQl) GetOption2Generation1Value() string

func (*FsyncBagQl) GetOption2Generation2Value

func (m *FsyncBagQl) GetOption2Generation2Value() string

func (*FsyncBagQl) GetQualityLevelOption

func (m *FsyncBagQl) GetQualityLevelOption() string

func (*FsyncBagQl) ProtoMessage

func (*FsyncBagQl) ProtoMessage()

func (*FsyncBagQl) Reset

func (m *FsyncBagQl) Reset()

func (*FsyncBagQl) String

func (m *FsyncBagQl) String() string

func (*FsyncBagQl) XXX_DiscardUnknown

func (m *FsyncBagQl) XXX_DiscardUnknown()

func (*FsyncBagQl) XXX_Marshal

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

func (*FsyncBagQl) XXX_Merge

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

func (*FsyncBagQl) XXX_Size

func (m *FsyncBagQl) XXX_Size() int

func (*FsyncBagQl) XXX_Unmarshal

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

type FsyncBagSourceId

type FsyncBagSourceId struct {
	SourceClass              string           `protobuf:"bytes,1,opt,name=source_class,json=sourceClass,proto3" json:"source_class,omitempty"`
	EthernetInterface        string           `protobuf:"bytes,2,opt,name=ethernet_interface,json=ethernetInterface,proto3" json:"ethernet_interface,omitempty"`
	SonetInterface           string           `protobuf:"bytes,3,opt,name=sonet_interface,json=sonetInterface,proto3" json:"sonet_interface,omitempty"`
	ClockId                  *FsyncBagClockId `protobuf:"bytes,4,opt,name=clock_id,json=clockId,proto3" json:"clock_id,omitempty"`
	InternalClockId          *FsyncBagClockId `protobuf:"bytes,5,opt,name=internal_clock_id,json=internalClockId,proto3" json:"internal_clock_id,omitempty"`
	PtpNode                  string           `protobuf:"bytes,6,opt,name=ptp_node,json=ptpNode,proto3" json:"ptp_node,omitempty"`
	SatelliteAccessInterface string           `` /* 135-byte string literal not displayed */
	NtpNode                  string           `protobuf:"bytes,8,opt,name=ntp_node,json=ntpNode,proto3" json:"ntp_node,omitempty"`
	GnssReceiverId           *FsyncBagClockId `protobuf:"bytes,9,opt,name=gnss_receiver_id,json=gnssReceiverId,proto3" json:"gnss_receiver_id,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}         `json:"-"`
	XXX_unrecognized         []byte           `json:"-"`
	XXX_sizecache            int32            `json:"-"`
}

func (*FsyncBagSourceId) Descriptor

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

func (*FsyncBagSourceId) GetClockId

func (m *FsyncBagSourceId) GetClockId() *FsyncBagClockId

func (*FsyncBagSourceId) GetEthernetInterface

func (m *FsyncBagSourceId) GetEthernetInterface() string

func (*FsyncBagSourceId) GetGnssReceiverId

func (m *FsyncBagSourceId) GetGnssReceiverId() *FsyncBagClockId

func (*FsyncBagSourceId) GetInternalClockId

func (m *FsyncBagSourceId) GetInternalClockId() *FsyncBagClockId

func (*FsyncBagSourceId) GetNtpNode

func (m *FsyncBagSourceId) GetNtpNode() string

func (*FsyncBagSourceId) GetPtpNode

func (m *FsyncBagSourceId) GetPtpNode() string

func (*FsyncBagSourceId) GetSatelliteAccessInterface

func (m *FsyncBagSourceId) GetSatelliteAccessInterface() string

func (*FsyncBagSourceId) GetSonetInterface

func (m *FsyncBagSourceId) GetSonetInterface() string

func (*FsyncBagSourceId) GetSourceClass

func (m *FsyncBagSourceId) GetSourceClass() string

func (*FsyncBagSourceId) ProtoMessage

func (*FsyncBagSourceId) ProtoMessage()

func (*FsyncBagSourceId) Reset

func (m *FsyncBagSourceId) Reset()

func (*FsyncBagSourceId) String

func (m *FsyncBagSourceId) String() string

func (*FsyncBagSourceId) XXX_DiscardUnknown

func (m *FsyncBagSourceId) XXX_DiscardUnknown()

func (*FsyncBagSourceId) XXX_Marshal

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

func (*FsyncBagSourceId) XXX_Merge

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

func (*FsyncBagSourceId) XXX_Size

func (m *FsyncBagSourceId) XXX_Size() int

func (*FsyncBagSourceId) XXX_Unmarshal

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

type FsyncConfigErrorsInfo

type FsyncConfigErrorsInfo struct {
	ErrorSource          []*FsyncBagError `protobuf:"bytes,50,rep,name=error_source,json=errorSource,proto3" json:"error_source,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*FsyncConfigErrorsInfo) Descriptor

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

func (*FsyncConfigErrorsInfo) GetErrorSource

func (m *FsyncConfigErrorsInfo) GetErrorSource() []*FsyncBagError

func (*FsyncConfigErrorsInfo) ProtoMessage

func (*FsyncConfigErrorsInfo) ProtoMessage()

func (*FsyncConfigErrorsInfo) Reset

func (m *FsyncConfigErrorsInfo) Reset()

func (*FsyncConfigErrorsInfo) String

func (m *FsyncConfigErrorsInfo) String() string

func (*FsyncConfigErrorsInfo) XXX_DiscardUnknown

func (m *FsyncConfigErrorsInfo) XXX_DiscardUnknown()

func (*FsyncConfigErrorsInfo) XXX_Marshal

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

func (*FsyncConfigErrorsInfo) XXX_Merge

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

func (*FsyncConfigErrorsInfo) XXX_Size

func (m *FsyncConfigErrorsInfo) XXX_Size() int

func (*FsyncConfigErrorsInfo) XXX_Unmarshal

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

type FsyncConfigErrorsInfo_KEYS

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

func (*FsyncConfigErrorsInfo_KEYS) Descriptor

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

func (*FsyncConfigErrorsInfo_KEYS) GetNode

func (m *FsyncConfigErrorsInfo_KEYS) GetNode() string

func (*FsyncConfigErrorsInfo_KEYS) ProtoMessage

func (*FsyncConfigErrorsInfo_KEYS) ProtoMessage()

func (*FsyncConfigErrorsInfo_KEYS) Reset

func (m *FsyncConfigErrorsInfo_KEYS) Reset()

func (*FsyncConfigErrorsInfo_KEYS) String

func (m *FsyncConfigErrorsInfo_KEYS) String() string

func (*FsyncConfigErrorsInfo_KEYS) XXX_DiscardUnknown

func (m *FsyncConfigErrorsInfo_KEYS) XXX_DiscardUnknown()

func (*FsyncConfigErrorsInfo_KEYS) XXX_Marshal

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

func (*FsyncConfigErrorsInfo_KEYS) XXX_Merge

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

func (*FsyncConfigErrorsInfo_KEYS) XXX_Size

func (m *FsyncConfigErrorsInfo_KEYS) XXX_Size() int

func (*FsyncConfigErrorsInfo_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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