Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR freqsync package configuration.
This module contains definitions for the following management objects:
frequency-synchronization: frequency synchronization
This YANG module augments the
Cisco-IOS-XR-snmp-agent-cfg, Cisco-IOS-XR-ifmgr-cfg Cisco-IOS-XR-config-mda-cfg
modules with configuration data.
Copyright (c) 2013-2018 by Cisco Systems, Inc. All rights reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FrequencySynchronization ¶
type FrequencySynchronization struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Quality level option. The type is FsyncQlOption. The default value is // option-1. QualityLevelOption interface{} // Enable Frequency Synchronization. The type is interface{}. Enable interface{} // Source selection logging option. The type is FsyncSourceSelectionLogging. SourceSelectionLogging interface{} // Clock interface source type. The type is FsyncClockSource. ClockInterfaceSourceType interface{} // System timing mode. The type is FsyncSystemTimingMode. SystemTimingMode interface{} }
FrequencySynchronization frequency synchronization
func (*FrequencySynchronization) GetEntityData ¶
func (frequencySynchronization *FrequencySynchronization) GetEntityData() *types.CommonEntityData
type FsyncClockSource ¶
type FsyncClockSource string
FsyncClockSource represents Fsync clock source
const ( // System FsyncClockSource_system FsyncClockSource = "system" // Independent FsyncClockSource_independent FsyncClockSource = "independent" )
type FsyncSourceSelectionLogging ¶
type FsyncSourceSelectionLogging string
FsyncSourceSelectionLogging represents Fsync source selection logging
const ( // Log both selection changes and errors FsyncSourceSelectionLogging_changes FsyncSourceSelectionLogging = "changes" // Log selection errors FsyncSourceSelectionLogging_errors FsyncSourceSelectionLogging = "errors" )
type FsyncSystemTimingMode ¶
type FsyncSystemTimingMode string
FsyncSystemTimingMode represents Fsync system timing mode
const ( // Line-interfaces only FsyncSystemTimingMode_line_only FsyncSystemTimingMode = "line-only" // Clock-interfaces only FsyncSystemTimingMode_clock_only FsyncSystemTimingMode = "clock-only" )
Click to show internal directories.
Click to hide internal directories.