cisco_ios_xr_ncs4k_freqsync_oper_frequency_synchronization_detailed_clock_datas_detailed_clock_data

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-ncs4k-freqsync-oper:frequency-synchronization/detailed-clock-datas/detailed-clock-data

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 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 FsyncBagSpInfo

type FsyncBagSpInfo struct {
	SelectionPoint            uint32   `protobuf:"varint,1,opt,name=selection_point,json=selectionPoint,proto3" json:"selection_point,omitempty"`
	SelectionPointDescription string   `` /* 138-byte string literal not displayed */
	XXX_NoUnkeyedLiteral      struct{} `json:"-"`
	XXX_unrecognized          []byte   `json:"-"`
	XXX_sizecache             int32    `json:"-"`
}

func (*FsyncBagSpInfo) Descriptor

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

func (*FsyncBagSpInfo) GetSelectionPoint

func (m *FsyncBagSpInfo) GetSelectionPoint() uint32

func (*FsyncBagSpInfo) GetSelectionPointDescription

func (m *FsyncBagSpInfo) GetSelectionPointDescription() string

func (*FsyncBagSpInfo) ProtoMessage

func (*FsyncBagSpInfo) ProtoMessage()

func (*FsyncBagSpInfo) Reset

func (m *FsyncBagSpInfo) Reset()

func (*FsyncBagSpInfo) String

func (m *FsyncBagSpInfo) String() string

func (*FsyncBagSpInfo) XXX_DiscardUnknown

func (m *FsyncBagSpInfo) XXX_DiscardUnknown()

func (*FsyncBagSpInfo) XXX_Marshal

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

func (*FsyncBagSpInfo) XXX_Merge

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

func (*FsyncBagSpInfo) XXX_Size

func (m *FsyncBagSpInfo) XXX_Size() int

func (*FsyncBagSpInfo) XXX_Unmarshal

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

type FsyncClockInfoV2

type FsyncClockInfoV2 struct {
	Source                      *FsyncBagSourceId `protobuf:"bytes,50,opt,name=source,proto3" json:"source,omitempty"`
	State                       string            `protobuf:"bytes,51,opt,name=state,proto3" json:"state,omitempty"`
	DownReason                  string            `protobuf:"bytes,52,opt,name=down_reason,json=downReason,proto3" json:"down_reason,omitempty"`
	Description                 string            `protobuf:"bytes,53,opt,name=description,proto3" json:"description,omitempty"`
	Priority                    uint32            `protobuf:"varint,54,opt,name=priority,proto3" json:"priority,omitempty"`
	TimeOfDayPriority           uint32            `protobuf:"varint,55,opt,name=time_of_day_priority,json=timeOfDayPriority,proto3" json:"time_of_day_priority,omitempty"`
	SsmSupport                  bool              `protobuf:"varint,56,opt,name=ssm_support,json=ssmSupport,proto3" json:"ssm_support,omitempty"`
	SsmEnabled                  bool              `protobuf:"varint,57,opt,name=ssm_enabled,json=ssmEnabled,proto3" json:"ssm_enabled,omitempty"`
	Loopback                    bool              `protobuf:"varint,58,opt,name=loopback,proto3" json:"loopback,omitempty"`
	SelectionInput              bool              `protobuf:"varint,59,opt,name=selection_input,json=selectionInput,proto3" json:"selection_input,omitempty"`
	Squelched                   bool              `protobuf:"varint,60,opt,name=squelched,proto3" json:"squelched,omitempty"`
	SelectedSource              *FsyncBagSourceId `protobuf:"bytes,61,opt,name=selected_source,json=selectedSource,proto3" json:"selected_source,omitempty"`
	DampingState                string            `protobuf:"bytes,62,opt,name=damping_state,json=dampingState,proto3" json:"damping_state,omitempty"`
	DampingTime                 uint32            `protobuf:"varint,63,opt,name=damping_time,json=dampingTime,proto3" json:"damping_time,omitempty"`
	InputDisabled               bool              `protobuf:"varint,64,opt,name=input_disabled,json=inputDisabled,proto3" json:"input_disabled,omitempty"`
	OutputDisabled              bool              `protobuf:"varint,65,opt,name=output_disabled,json=outputDisabled,proto3" json:"output_disabled,omitempty"`
	WaitToRestoreTime           uint32            `protobuf:"varint,66,opt,name=wait_to_restore_time,json=waitToRestoreTime,proto3" json:"wait_to_restore_time,omitempty"`
	ClockType                   string            `protobuf:"bytes,67,opt,name=clock_type,json=clockType,proto3" json:"clock_type,omitempty"`
	SupportsFrequency           bool              `protobuf:"varint,68,opt,name=supports_frequency,json=supportsFrequency,proto3" json:"supports_frequency,omitempty"`
	SupportsTimeOfDay           bool              `protobuf:"varint,69,opt,name=supports_time_of_day,json=supportsTimeOfDay,proto3" json:"supports_time_of_day,omitempty"`
	QualityLevelReceived        *FsyncBagQl       `protobuf:"bytes,70,opt,name=quality_level_received,json=qualityLevelReceived,proto3" json:"quality_level_received,omitempty"`
	QualityLevelDamped          *FsyncBagQl       `protobuf:"bytes,71,opt,name=quality_level_damped,json=qualityLevelDamped,proto3" json:"quality_level_damped,omitempty"`
	QualityLevelEffectiveInput  *FsyncBagQl       `` /* 144-byte string literal not displayed */
	QualityLevelEffectiveOutput *FsyncBagQl       `` /* 147-byte string literal not displayed */
	QualityLevelSelectedSource  *FsyncBagQl       `` /* 144-byte string literal not displayed */
	SpaSelectionPoint           []*FsyncBagSpInfo `protobuf:"bytes,75,rep,name=spa_selection_point,json=spaSelectionPoint,proto3" json:"spa_selection_point,omitempty"`
	NodeSelectionPoint          []*FsyncBagSpInfo `protobuf:"bytes,76,rep,name=node_selection_point,json=nodeSelectionPoint,proto3" json:"node_selection_point,omitempty"`
	XXX_NoUnkeyedLiteral        struct{}          `json:"-"`
	XXX_unrecognized            []byte            `json:"-"`
	XXX_sizecache               int32             `json:"-"`
}

func (*FsyncClockInfoV2) Descriptor

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

func (*FsyncClockInfoV2) GetClockType

func (m *FsyncClockInfoV2) GetClockType() string

func (*FsyncClockInfoV2) GetDampingState

func (m *FsyncClockInfoV2) GetDampingState() string

func (*FsyncClockInfoV2) GetDampingTime

func (m *FsyncClockInfoV2) GetDampingTime() uint32

func (*FsyncClockInfoV2) GetDescription

func (m *FsyncClockInfoV2) GetDescription() string

func (*FsyncClockInfoV2) GetDownReason

func (m *FsyncClockInfoV2) GetDownReason() string

func (*FsyncClockInfoV2) GetInputDisabled

func (m *FsyncClockInfoV2) GetInputDisabled() bool

func (*FsyncClockInfoV2) GetLoopback

func (m *FsyncClockInfoV2) GetLoopback() bool

func (*FsyncClockInfoV2) GetNodeSelectionPoint

func (m *FsyncClockInfoV2) GetNodeSelectionPoint() []*FsyncBagSpInfo

func (*FsyncClockInfoV2) GetOutputDisabled

func (m *FsyncClockInfoV2) GetOutputDisabled() bool

func (*FsyncClockInfoV2) GetPriority

func (m *FsyncClockInfoV2) GetPriority() uint32

func (*FsyncClockInfoV2) GetQualityLevelDamped

func (m *FsyncClockInfoV2) GetQualityLevelDamped() *FsyncBagQl

func (*FsyncClockInfoV2) GetQualityLevelEffectiveInput

func (m *FsyncClockInfoV2) GetQualityLevelEffectiveInput() *FsyncBagQl

func (*FsyncClockInfoV2) GetQualityLevelEffectiveOutput

func (m *FsyncClockInfoV2) GetQualityLevelEffectiveOutput() *FsyncBagQl

func (*FsyncClockInfoV2) GetQualityLevelReceived

func (m *FsyncClockInfoV2) GetQualityLevelReceived() *FsyncBagQl

func (*FsyncClockInfoV2) GetQualityLevelSelectedSource

func (m *FsyncClockInfoV2) GetQualityLevelSelectedSource() *FsyncBagQl

func (*FsyncClockInfoV2) GetSelectedSource

func (m *FsyncClockInfoV2) GetSelectedSource() *FsyncBagSourceId

func (*FsyncClockInfoV2) GetSelectionInput

func (m *FsyncClockInfoV2) GetSelectionInput() bool

func (*FsyncClockInfoV2) GetSource

func (m *FsyncClockInfoV2) GetSource() *FsyncBagSourceId

func (*FsyncClockInfoV2) GetSpaSelectionPoint

func (m *FsyncClockInfoV2) GetSpaSelectionPoint() []*FsyncBagSpInfo

func (*FsyncClockInfoV2) GetSquelched

func (m *FsyncClockInfoV2) GetSquelched() bool

func (*FsyncClockInfoV2) GetSsmEnabled

func (m *FsyncClockInfoV2) GetSsmEnabled() bool

func (*FsyncClockInfoV2) GetSsmSupport

func (m *FsyncClockInfoV2) GetSsmSupport() bool

func (*FsyncClockInfoV2) GetState

func (m *FsyncClockInfoV2) GetState() string

func (*FsyncClockInfoV2) GetSupportsFrequency

func (m *FsyncClockInfoV2) GetSupportsFrequency() bool

func (*FsyncClockInfoV2) GetSupportsTimeOfDay

func (m *FsyncClockInfoV2) GetSupportsTimeOfDay() bool

func (*FsyncClockInfoV2) GetTimeOfDayPriority

func (m *FsyncClockInfoV2) GetTimeOfDayPriority() uint32

func (*FsyncClockInfoV2) GetWaitToRestoreTime

func (m *FsyncClockInfoV2) GetWaitToRestoreTime() uint32

func (*FsyncClockInfoV2) ProtoMessage

func (*FsyncClockInfoV2) ProtoMessage()

func (*FsyncClockInfoV2) Reset

func (m *FsyncClockInfoV2) Reset()

func (*FsyncClockInfoV2) String

func (m *FsyncClockInfoV2) String() string

func (*FsyncClockInfoV2) XXX_DiscardUnknown

func (m *FsyncClockInfoV2) XXX_DiscardUnknown()

func (*FsyncClockInfoV2) XXX_Marshal

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

func (*FsyncClockInfoV2) XXX_Merge

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

func (*FsyncClockInfoV2) XXX_Size

func (m *FsyncClockInfoV2) XXX_Size() int

func (*FsyncClockInfoV2) XXX_Unmarshal

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

type FsyncClockInfoV2_KEYS

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

func (*FsyncClockInfoV2_KEYS) Descriptor

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

func (*FsyncClockInfoV2_KEYS) GetClockName

func (m *FsyncClockInfoV2_KEYS) GetClockName() string

func (*FsyncClockInfoV2_KEYS) ProtoMessage

func (*FsyncClockInfoV2_KEYS) ProtoMessage()

func (*FsyncClockInfoV2_KEYS) Reset

func (m *FsyncClockInfoV2_KEYS) Reset()

func (*FsyncClockInfoV2_KEYS) String

func (m *FsyncClockInfoV2_KEYS) String() string

func (*FsyncClockInfoV2_KEYS) XXX_DiscardUnknown

func (m *FsyncClockInfoV2_KEYS) XXX_DiscardUnknown()

func (*FsyncClockInfoV2_KEYS) XXX_Marshal

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

func (*FsyncClockInfoV2_KEYS) XXX_Merge

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

func (*FsyncClockInfoV2_KEYS) XXX_Size

func (m *FsyncClockInfoV2_KEYS) XXX_Size() int

func (*FsyncClockInfoV2_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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