Documentation ¶
Overview ¶
Cisco-IOS-XR-ptp-oper:ptp/advertised-clock
Index ¶
- type PtpAdvertisedClockInfo
- func (*PtpAdvertisedClockInfo) Descriptor() ([]byte, []int)
- func (m *PtpAdvertisedClockInfo) GetClockProperties() *PtpBagClock
- func (m *PtpAdvertisedClockInfo) GetDomain() uint32
- func (m *PtpAdvertisedClockInfo) GetReceivedTimeSource() string
- func (m *PtpAdvertisedClockInfo) GetReceivedTimescale() string
- func (m *PtpAdvertisedClockInfo) GetTimeSourceConfigured() bool
- func (m *PtpAdvertisedClockInfo) GetTimescaleConfigured() bool
- func (*PtpAdvertisedClockInfo) ProtoMessage()
- func (m *PtpAdvertisedClockInfo) Reset()
- func (m *PtpAdvertisedClockInfo) String() string
- func (m *PtpAdvertisedClockInfo) XXX_DiscardUnknown()
- func (m *PtpAdvertisedClockInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PtpAdvertisedClockInfo) XXX_Merge(src proto.Message)
- func (m *PtpAdvertisedClockInfo) XXX_Size() int
- func (m *PtpAdvertisedClockInfo) XXX_Unmarshal(b []byte) error
- type PtpAdvertisedClockInfo_KEYS
- func (*PtpAdvertisedClockInfo_KEYS) Descriptor() ([]byte, []int)
- func (*PtpAdvertisedClockInfo_KEYS) ProtoMessage()
- func (m *PtpAdvertisedClockInfo_KEYS) Reset()
- func (m *PtpAdvertisedClockInfo_KEYS) String() string
- func (m *PtpAdvertisedClockInfo_KEYS) XXX_DiscardUnknown()
- func (m *PtpAdvertisedClockInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PtpAdvertisedClockInfo_KEYS) XXX_Merge(src proto.Message)
- func (m *PtpAdvertisedClockInfo_KEYS) XXX_Size() int
- func (m *PtpAdvertisedClockInfo_KEYS) XXX_Unmarshal(b []byte) error
- type PtpBagClock
- func (*PtpBagClock) Descriptor() ([]byte, []int)
- func (m *PtpBagClock) GetAccuracy() uint32
- func (m *PtpBagClock) GetClass() uint32
- func (m *PtpBagClock) GetClockId() uint64
- func (m *PtpBagClock) GetConfiguredClockClass() uint32
- func (m *PtpBagClock) GetConfiguredPriority() uint32
- func (m *PtpBagClock) GetFrequencyTraceable() bool
- func (m *PtpBagClock) GetLeapSeconds() string
- func (m *PtpBagClock) GetLocal() bool
- func (m *PtpBagClock) GetOffsetLogVariance() uint32
- func (m *PtpBagClock) GetPriority1() uint32
- func (m *PtpBagClock) GetPriority2() uint32
- func (m *PtpBagClock) GetReceiver() *PtpBagPortId
- func (m *PtpBagClock) GetSender() *PtpBagPortId
- func (m *PtpBagClock) GetStepsRemoved() uint32
- func (m *PtpBagClock) GetTimeSource() string
- func (m *PtpBagClock) GetTimeTraceable() bool
- func (m *PtpBagClock) GetTimescale() string
- func (m *PtpBagClock) GetUtcOffset() *PtpBagClockUtcOffset
- func (*PtpBagClock) ProtoMessage()
- func (m *PtpBagClock) Reset()
- func (m *PtpBagClock) String() string
- func (m *PtpBagClock) XXX_DiscardUnknown()
- func (m *PtpBagClock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PtpBagClock) XXX_Merge(src proto.Message)
- func (m *PtpBagClock) XXX_Size() int
- func (m *PtpBagClock) XXX_Unmarshal(b []byte) error
- type PtpBagClockUtcOffset
- func (*PtpBagClockUtcOffset) Descriptor() ([]byte, []int)
- func (m *PtpBagClockUtcOffset) GetCurrentOffset() string
- func (m *PtpBagClockUtcOffset) GetOffsetValid() bool
- func (*PtpBagClockUtcOffset) ProtoMessage()
- func (m *PtpBagClockUtcOffset) Reset()
- func (m *PtpBagClockUtcOffset) String() string
- func (m *PtpBagClockUtcOffset) XXX_DiscardUnknown()
- func (m *PtpBagClockUtcOffset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PtpBagClockUtcOffset) XXX_Merge(src proto.Message)
- func (m *PtpBagClockUtcOffset) XXX_Size() int
- func (m *PtpBagClockUtcOffset) XXX_Unmarshal(b []byte) error
- type PtpBagPortId
- func (*PtpBagPortId) Descriptor() ([]byte, []int)
- func (m *PtpBagPortId) GetClockId() uint64
- func (m *PtpBagPortId) GetPortNumber() uint32
- func (*PtpBagPortId) ProtoMessage()
- func (m *PtpBagPortId) Reset()
- func (m *PtpBagPortId) String() string
- func (m *PtpBagPortId) XXX_DiscardUnknown()
- func (m *PtpBagPortId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PtpBagPortId) XXX_Merge(src proto.Message)
- func (m *PtpBagPortId) XXX_Size() int
- func (m *PtpBagPortId) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PtpAdvertisedClockInfo ¶
type PtpAdvertisedClockInfo struct { ClockProperties *PtpBagClock `protobuf:"bytes,50,opt,name=clock_properties,json=clockProperties,proto3" json:"clock_properties,omitempty"` Domain uint32 `protobuf:"varint,51,opt,name=domain,proto3" json:"domain,omitempty"` TimeSourceConfigured bool `protobuf:"varint,52,opt,name=time_source_configured,json=timeSourceConfigured,proto3" json:"time_source_configured,omitempty"` ReceivedTimeSource string `protobuf:"bytes,53,opt,name=received_time_source,json=receivedTimeSource,proto3" json:"received_time_source,omitempty"` TimescaleConfigured bool `protobuf:"varint,54,opt,name=timescale_configured,json=timescaleConfigured,proto3" json:"timescale_configured,omitempty"` ReceivedTimescale string `protobuf:"bytes,55,opt,name=received_timescale,json=receivedTimescale,proto3" json:"received_timescale,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PtpAdvertisedClockInfo) Descriptor ¶
func (*PtpAdvertisedClockInfo) Descriptor() ([]byte, []int)
func (*PtpAdvertisedClockInfo) GetClockProperties ¶
func (m *PtpAdvertisedClockInfo) GetClockProperties() *PtpBagClock
func (*PtpAdvertisedClockInfo) GetDomain ¶
func (m *PtpAdvertisedClockInfo) GetDomain() uint32
func (*PtpAdvertisedClockInfo) GetReceivedTimeSource ¶
func (m *PtpAdvertisedClockInfo) GetReceivedTimeSource() string
func (*PtpAdvertisedClockInfo) GetReceivedTimescale ¶
func (m *PtpAdvertisedClockInfo) GetReceivedTimescale() string
func (*PtpAdvertisedClockInfo) GetTimeSourceConfigured ¶
func (m *PtpAdvertisedClockInfo) GetTimeSourceConfigured() bool
func (*PtpAdvertisedClockInfo) GetTimescaleConfigured ¶
func (m *PtpAdvertisedClockInfo) GetTimescaleConfigured() bool
func (*PtpAdvertisedClockInfo) ProtoMessage ¶
func (*PtpAdvertisedClockInfo) ProtoMessage()
func (*PtpAdvertisedClockInfo) Reset ¶
func (m *PtpAdvertisedClockInfo) Reset()
func (*PtpAdvertisedClockInfo) String ¶
func (m *PtpAdvertisedClockInfo) String() string
func (*PtpAdvertisedClockInfo) XXX_DiscardUnknown ¶
func (m *PtpAdvertisedClockInfo) XXX_DiscardUnknown()
func (*PtpAdvertisedClockInfo) XXX_Marshal ¶
func (m *PtpAdvertisedClockInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PtpAdvertisedClockInfo) XXX_Merge ¶
func (m *PtpAdvertisedClockInfo) XXX_Merge(src proto.Message)
func (*PtpAdvertisedClockInfo) XXX_Size ¶
func (m *PtpAdvertisedClockInfo) XXX_Size() int
func (*PtpAdvertisedClockInfo) XXX_Unmarshal ¶
func (m *PtpAdvertisedClockInfo) XXX_Unmarshal(b []byte) error
type PtpAdvertisedClockInfo_KEYS ¶
type PtpAdvertisedClockInfo_KEYS struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PtpAdvertisedClockInfo_KEYS) Descriptor ¶
func (*PtpAdvertisedClockInfo_KEYS) Descriptor() ([]byte, []int)
func (*PtpAdvertisedClockInfo_KEYS) ProtoMessage ¶
func (*PtpAdvertisedClockInfo_KEYS) ProtoMessage()
func (*PtpAdvertisedClockInfo_KEYS) Reset ¶
func (m *PtpAdvertisedClockInfo_KEYS) Reset()
func (*PtpAdvertisedClockInfo_KEYS) String ¶
func (m *PtpAdvertisedClockInfo_KEYS) String() string
func (*PtpAdvertisedClockInfo_KEYS) XXX_DiscardUnknown ¶
func (m *PtpAdvertisedClockInfo_KEYS) XXX_DiscardUnknown()
func (*PtpAdvertisedClockInfo_KEYS) XXX_Marshal ¶
func (m *PtpAdvertisedClockInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PtpAdvertisedClockInfo_KEYS) XXX_Merge ¶
func (m *PtpAdvertisedClockInfo_KEYS) XXX_Merge(src proto.Message)
func (*PtpAdvertisedClockInfo_KEYS) XXX_Size ¶
func (m *PtpAdvertisedClockInfo_KEYS) XXX_Size() int
func (*PtpAdvertisedClockInfo_KEYS) XXX_Unmarshal ¶
func (m *PtpAdvertisedClockInfo_KEYS) XXX_Unmarshal(b []byte) error
type PtpBagClock ¶
type PtpBagClock struct { ClockId uint64 `protobuf:"varint,1,opt,name=clock_id,json=clockId,proto3" json:"clock_id,omitempty"` Priority1 uint32 `protobuf:"varint,2,opt,name=priority1,proto3" json:"priority1,omitempty"` Priority2 uint32 `protobuf:"varint,3,opt,name=priority2,proto3" json:"priority2,omitempty"` Class uint32 `protobuf:"varint,4,opt,name=class,proto3" json:"class,omitempty"` Accuracy uint32 `protobuf:"varint,5,opt,name=accuracy,proto3" json:"accuracy,omitempty"` OffsetLogVariance uint32 `protobuf:"varint,6,opt,name=offset_log_variance,json=offsetLogVariance,proto3" json:"offset_log_variance,omitempty"` StepsRemoved uint32 `protobuf:"varint,7,opt,name=steps_removed,json=stepsRemoved,proto3" json:"steps_removed,omitempty"` TimeSource string `protobuf:"bytes,8,opt,name=time_source,json=timeSource,proto3" json:"time_source,omitempty"` UtcOffset *PtpBagClockUtcOffset `protobuf:"bytes,9,opt,name=utc_offset,json=utcOffset,proto3" json:"utc_offset,omitempty"` FrequencyTraceable bool `protobuf:"varint,10,opt,name=frequency_traceable,json=frequencyTraceable,proto3" json:"frequency_traceable,omitempty"` TimeTraceable bool `protobuf:"varint,11,opt,name=time_traceable,json=timeTraceable,proto3" json:"time_traceable,omitempty"` Timescale string `protobuf:"bytes,12,opt,name=timescale,proto3" json:"timescale,omitempty"` LeapSeconds string `protobuf:"bytes,13,opt,name=leap_seconds,json=leapSeconds,proto3" json:"leap_seconds,omitempty"` Receiver *PtpBagPortId `protobuf:"bytes,14,opt,name=receiver,proto3" json:"receiver,omitempty"` Sender *PtpBagPortId `protobuf:"bytes,15,opt,name=sender,proto3" json:"sender,omitempty"` Local bool `protobuf:"varint,16,opt,name=local,proto3" json:"local,omitempty"` ConfiguredClockClass uint32 `protobuf:"varint,17,opt,name=configured_clock_class,json=configuredClockClass,proto3" json:"configured_clock_class,omitempty"` ConfiguredPriority uint32 `protobuf:"varint,18,opt,name=configured_priority,json=configuredPriority,proto3" json:"configured_priority,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PtpBagClock) Descriptor ¶
func (*PtpBagClock) Descriptor() ([]byte, []int)
func (*PtpBagClock) GetAccuracy ¶
func (m *PtpBagClock) GetAccuracy() uint32
func (*PtpBagClock) GetClass ¶
func (m *PtpBagClock) GetClass() uint32
func (*PtpBagClock) GetClockId ¶
func (m *PtpBagClock) GetClockId() uint64
func (*PtpBagClock) GetConfiguredClockClass ¶
func (m *PtpBagClock) GetConfiguredClockClass() uint32
func (*PtpBagClock) GetConfiguredPriority ¶
func (m *PtpBagClock) GetConfiguredPriority() uint32
func (*PtpBagClock) GetFrequencyTraceable ¶
func (m *PtpBagClock) GetFrequencyTraceable() bool
func (*PtpBagClock) GetLeapSeconds ¶
func (m *PtpBagClock) GetLeapSeconds() string
func (*PtpBagClock) GetLocal ¶
func (m *PtpBagClock) GetLocal() bool
func (*PtpBagClock) GetOffsetLogVariance ¶
func (m *PtpBagClock) GetOffsetLogVariance() uint32
func (*PtpBagClock) GetPriority1 ¶
func (m *PtpBagClock) GetPriority1() uint32
func (*PtpBagClock) GetPriority2 ¶
func (m *PtpBagClock) GetPriority2() uint32
func (*PtpBagClock) GetReceiver ¶
func (m *PtpBagClock) GetReceiver() *PtpBagPortId
func (*PtpBagClock) GetSender ¶
func (m *PtpBagClock) GetSender() *PtpBagPortId
func (*PtpBagClock) GetStepsRemoved ¶
func (m *PtpBagClock) GetStepsRemoved() uint32
func (*PtpBagClock) GetTimeSource ¶
func (m *PtpBagClock) GetTimeSource() string
func (*PtpBagClock) GetTimeTraceable ¶
func (m *PtpBagClock) GetTimeTraceable() bool
func (*PtpBagClock) GetTimescale ¶
func (m *PtpBagClock) GetTimescale() string
func (*PtpBagClock) GetUtcOffset ¶
func (m *PtpBagClock) GetUtcOffset() *PtpBagClockUtcOffset
func (*PtpBagClock) ProtoMessage ¶
func (*PtpBagClock) ProtoMessage()
func (*PtpBagClock) Reset ¶
func (m *PtpBagClock) Reset()
func (*PtpBagClock) String ¶
func (m *PtpBagClock) String() string
func (*PtpBagClock) XXX_DiscardUnknown ¶
func (m *PtpBagClock) XXX_DiscardUnknown()
func (*PtpBagClock) XXX_Marshal ¶
func (m *PtpBagClock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PtpBagClock) XXX_Merge ¶
func (m *PtpBagClock) XXX_Merge(src proto.Message)
func (*PtpBagClock) XXX_Size ¶
func (m *PtpBagClock) XXX_Size() int
func (*PtpBagClock) XXX_Unmarshal ¶
func (m *PtpBagClock) XXX_Unmarshal(b []byte) error
type PtpBagClockUtcOffset ¶
type PtpBagClockUtcOffset struct { CurrentOffset string `protobuf:"bytes,1,opt,name=current_offset,json=currentOffset,proto3" json:"current_offset,omitempty"` OffsetValid bool `protobuf:"varint,2,opt,name=offset_valid,json=offsetValid,proto3" json:"offset_valid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PtpBagClockUtcOffset) Descriptor ¶
func (*PtpBagClockUtcOffset) Descriptor() ([]byte, []int)
func (*PtpBagClockUtcOffset) GetCurrentOffset ¶
func (m *PtpBagClockUtcOffset) GetCurrentOffset() string
func (*PtpBagClockUtcOffset) GetOffsetValid ¶
func (m *PtpBagClockUtcOffset) GetOffsetValid() bool
func (*PtpBagClockUtcOffset) ProtoMessage ¶
func (*PtpBagClockUtcOffset) ProtoMessage()
func (*PtpBagClockUtcOffset) Reset ¶
func (m *PtpBagClockUtcOffset) Reset()
func (*PtpBagClockUtcOffset) String ¶
func (m *PtpBagClockUtcOffset) String() string
func (*PtpBagClockUtcOffset) XXX_DiscardUnknown ¶
func (m *PtpBagClockUtcOffset) XXX_DiscardUnknown()
func (*PtpBagClockUtcOffset) XXX_Marshal ¶
func (m *PtpBagClockUtcOffset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PtpBagClockUtcOffset) XXX_Merge ¶
func (m *PtpBagClockUtcOffset) XXX_Merge(src proto.Message)
func (*PtpBagClockUtcOffset) XXX_Size ¶
func (m *PtpBagClockUtcOffset) XXX_Size() int
func (*PtpBagClockUtcOffset) XXX_Unmarshal ¶
func (m *PtpBagClockUtcOffset) XXX_Unmarshal(b []byte) error
type PtpBagPortId ¶
type PtpBagPortId struct { ClockId uint64 `protobuf:"varint,1,opt,name=clock_id,json=clockId,proto3" json:"clock_id,omitempty"` PortNumber uint32 `protobuf:"varint,2,opt,name=port_number,json=portNumber,proto3" json:"port_number,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PtpBagPortId) Descriptor ¶
func (*PtpBagPortId) Descriptor() ([]byte, []int)
func (*PtpBagPortId) GetClockId ¶
func (m *PtpBagPortId) GetClockId() uint64
func (*PtpBagPortId) GetPortNumber ¶
func (m *PtpBagPortId) GetPortNumber() uint32
func (*PtpBagPortId) ProtoMessage ¶
func (*PtpBagPortId) ProtoMessage()
func (*PtpBagPortId) Reset ¶
func (m *PtpBagPortId) Reset()
func (*PtpBagPortId) String ¶
func (m *PtpBagPortId) String() string
func (*PtpBagPortId) XXX_DiscardUnknown ¶
func (m *PtpBagPortId) XXX_DiscardUnknown()
func (*PtpBagPortId) XXX_Marshal ¶
func (m *PtpBagPortId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PtpBagPortId) XXX_Merge ¶
func (m *PtpBagPortId) XXX_Merge(src proto.Message)
func (*PtpBagPortId) XXX_Size ¶
func (m *PtpBagPortId) XXX_Size() int
func (*PtpBagPortId) XXX_Unmarshal ¶
func (m *PtpBagPortId) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.