Documentation
¶
Overview ¶
Cisco-IOS-XR-ip-ntp-oper:ntp/nodes/node/associations
Index ¶
- type NtpEdmAssocSummaryResult
- func (*NtpEdmAssocSummaryResult) Descriptor() ([]byte, []int)
- func (m *NtpEdmAssocSummaryResult) GetIsNtpEnabled() bool
- func (m *NtpEdmAssocSummaryResult) GetPeerSummaryInfo() []*NtpEdmPeerSummaryInfo
- func (m *NtpEdmAssocSummaryResult) GetSysLeap() string
- func (*NtpEdmAssocSummaryResult) ProtoMessage()
- func (m *NtpEdmAssocSummaryResult) Reset()
- func (m *NtpEdmAssocSummaryResult) String() string
- func (m *NtpEdmAssocSummaryResult) XXX_DiscardUnknown()
- func (m *NtpEdmAssocSummaryResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NtpEdmAssocSummaryResult) XXX_Merge(src proto.Message)
- func (m *NtpEdmAssocSummaryResult) XXX_Size() int
- func (m *NtpEdmAssocSummaryResult) XXX_Unmarshal(b []byte) error
- type NtpEdmAssocSummaryResult_KEYS
- func (*NtpEdmAssocSummaryResult_KEYS) Descriptor() ([]byte, []int)
- func (m *NtpEdmAssocSummaryResult_KEYS) GetNode() string
- func (*NtpEdmAssocSummaryResult_KEYS) ProtoMessage()
- func (m *NtpEdmAssocSummaryResult_KEYS) Reset()
- func (m *NtpEdmAssocSummaryResult_KEYS) String() string
- func (m *NtpEdmAssocSummaryResult_KEYS) XXX_DiscardUnknown()
- func (m *NtpEdmAssocSummaryResult_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NtpEdmAssocSummaryResult_KEYS) XXX_Merge(src proto.Message)
- func (m *NtpEdmAssocSummaryResult_KEYS) XXX_Size() int
- func (m *NtpEdmAssocSummaryResult_KEYS) XXX_Unmarshal(b []byte) error
- type NtpEdmPeerInfoCommon
- func (*NtpEdmPeerInfoCommon) Descriptor() ([]byte, []int)
- func (m *NtpEdmPeerInfoCommon) GetAddress() string
- func (m *NtpEdmPeerInfoCommon) GetDelay() string
- func (m *NtpEdmPeerInfoCommon) GetDispersion() string
- func (m *NtpEdmPeerInfoCommon) GetHostMode() string
- func (m *NtpEdmPeerInfoCommon) GetHostPoll() uint32
- func (m *NtpEdmPeerInfoCommon) GetIsConfigured() bool
- func (m *NtpEdmPeerInfoCommon) GetIsSysPeer() bool
- func (m *NtpEdmPeerInfoCommon) GetOffset() string
- func (m *NtpEdmPeerInfoCommon) GetReachability() uint32
- func (m *NtpEdmPeerInfoCommon) GetReferenceId() string
- func (m *NtpEdmPeerInfoCommon) GetStatus() string
- func (m *NtpEdmPeerInfoCommon) GetStratum() uint32
- func (*NtpEdmPeerInfoCommon) ProtoMessage()
- func (m *NtpEdmPeerInfoCommon) Reset()
- func (m *NtpEdmPeerInfoCommon) String() string
- func (m *NtpEdmPeerInfoCommon) XXX_DiscardUnknown()
- func (m *NtpEdmPeerInfoCommon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NtpEdmPeerInfoCommon) XXX_Merge(src proto.Message)
- func (m *NtpEdmPeerInfoCommon) XXX_Size() int
- func (m *NtpEdmPeerInfoCommon) XXX_Unmarshal(b []byte) error
- type NtpEdmPeerSummaryInfo
- func (*NtpEdmPeerSummaryInfo) Descriptor() ([]byte, []int)
- func (m *NtpEdmPeerSummaryInfo) GetPeerInfoCommon() *NtpEdmPeerInfoCommon
- func (m *NtpEdmPeerSummaryInfo) GetTimeSince() int32
- func (*NtpEdmPeerSummaryInfo) ProtoMessage()
- func (m *NtpEdmPeerSummaryInfo) Reset()
- func (m *NtpEdmPeerSummaryInfo) String() string
- func (m *NtpEdmPeerSummaryInfo) XXX_DiscardUnknown()
- func (m *NtpEdmPeerSummaryInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NtpEdmPeerSummaryInfo) XXX_Merge(src proto.Message)
- func (m *NtpEdmPeerSummaryInfo) XXX_Size() int
- func (m *NtpEdmPeerSummaryInfo) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NtpEdmAssocSummaryResult ¶
type NtpEdmAssocSummaryResult struct { IsNtpEnabled bool `protobuf:"varint,50,opt,name=is_ntp_enabled,json=isNtpEnabled,proto3" json:"is_ntp_enabled,omitempty"` SysLeap string `protobuf:"bytes,51,opt,name=sys_leap,json=sysLeap,proto3" json:"sys_leap,omitempty"` PeerSummaryInfo []*NtpEdmPeerSummaryInfo `protobuf:"bytes,52,rep,name=peer_summary_info,json=peerSummaryInfo,proto3" json:"peer_summary_info,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NtpEdmAssocSummaryResult) Descriptor ¶
func (*NtpEdmAssocSummaryResult) Descriptor() ([]byte, []int)
func (*NtpEdmAssocSummaryResult) GetIsNtpEnabled ¶
func (m *NtpEdmAssocSummaryResult) GetIsNtpEnabled() bool
func (*NtpEdmAssocSummaryResult) GetPeerSummaryInfo ¶
func (m *NtpEdmAssocSummaryResult) GetPeerSummaryInfo() []*NtpEdmPeerSummaryInfo
func (*NtpEdmAssocSummaryResult) GetSysLeap ¶
func (m *NtpEdmAssocSummaryResult) GetSysLeap() string
func (*NtpEdmAssocSummaryResult) ProtoMessage ¶
func (*NtpEdmAssocSummaryResult) ProtoMessage()
func (*NtpEdmAssocSummaryResult) Reset ¶
func (m *NtpEdmAssocSummaryResult) Reset()
func (*NtpEdmAssocSummaryResult) String ¶
func (m *NtpEdmAssocSummaryResult) String() string
func (*NtpEdmAssocSummaryResult) XXX_DiscardUnknown ¶
func (m *NtpEdmAssocSummaryResult) XXX_DiscardUnknown()
func (*NtpEdmAssocSummaryResult) XXX_Marshal ¶
func (m *NtpEdmAssocSummaryResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NtpEdmAssocSummaryResult) XXX_Merge ¶
func (m *NtpEdmAssocSummaryResult) XXX_Merge(src proto.Message)
func (*NtpEdmAssocSummaryResult) XXX_Size ¶
func (m *NtpEdmAssocSummaryResult) XXX_Size() int
func (*NtpEdmAssocSummaryResult) XXX_Unmarshal ¶
func (m *NtpEdmAssocSummaryResult) XXX_Unmarshal(b []byte) error
type NtpEdmAssocSummaryResult_KEYS ¶
type NtpEdmAssocSummaryResult_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 (*NtpEdmAssocSummaryResult_KEYS) Descriptor ¶
func (*NtpEdmAssocSummaryResult_KEYS) Descriptor() ([]byte, []int)
func (*NtpEdmAssocSummaryResult_KEYS) GetNode ¶
func (m *NtpEdmAssocSummaryResult_KEYS) GetNode() string
func (*NtpEdmAssocSummaryResult_KEYS) ProtoMessage ¶
func (*NtpEdmAssocSummaryResult_KEYS) ProtoMessage()
func (*NtpEdmAssocSummaryResult_KEYS) Reset ¶
func (m *NtpEdmAssocSummaryResult_KEYS) Reset()
func (*NtpEdmAssocSummaryResult_KEYS) String ¶
func (m *NtpEdmAssocSummaryResult_KEYS) String() string
func (*NtpEdmAssocSummaryResult_KEYS) XXX_DiscardUnknown ¶
func (m *NtpEdmAssocSummaryResult_KEYS) XXX_DiscardUnknown()
func (*NtpEdmAssocSummaryResult_KEYS) XXX_Marshal ¶
func (m *NtpEdmAssocSummaryResult_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NtpEdmAssocSummaryResult_KEYS) XXX_Merge ¶
func (m *NtpEdmAssocSummaryResult_KEYS) XXX_Merge(src proto.Message)
func (*NtpEdmAssocSummaryResult_KEYS) XXX_Size ¶
func (m *NtpEdmAssocSummaryResult_KEYS) XXX_Size() int
func (*NtpEdmAssocSummaryResult_KEYS) XXX_Unmarshal ¶
func (m *NtpEdmAssocSummaryResult_KEYS) XXX_Unmarshal(b []byte) error
type NtpEdmPeerInfoCommon ¶
type NtpEdmPeerInfoCommon struct { HostMode string `protobuf:"bytes,1,opt,name=host_mode,json=hostMode,proto3" json:"host_mode,omitempty"` IsConfigured bool `protobuf:"varint,2,opt,name=is_configured,json=isConfigured,proto3" json:"is_configured,omitempty"` Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` ReferenceId string `protobuf:"bytes,4,opt,name=reference_id,json=referenceId,proto3" json:"reference_id,omitempty"` HostPoll uint32 `protobuf:"varint,5,opt,name=host_poll,json=hostPoll,proto3" json:"host_poll,omitempty"` Reachability uint32 `protobuf:"varint,6,opt,name=reachability,proto3" json:"reachability,omitempty"` Stratum uint32 `protobuf:"varint,7,opt,name=stratum,proto3" json:"stratum,omitempty"` Status string `protobuf:"bytes,8,opt,name=status,proto3" json:"status,omitempty"` Delay string `protobuf:"bytes,9,opt,name=delay,proto3" json:"delay,omitempty"` Offset string `protobuf:"bytes,10,opt,name=offset,proto3" json:"offset,omitempty"` Dispersion string `protobuf:"bytes,11,opt,name=dispersion,proto3" json:"dispersion,omitempty"` IsSysPeer bool `protobuf:"varint,12,opt,name=is_sys_peer,json=isSysPeer,proto3" json:"is_sys_peer,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NtpEdmPeerInfoCommon) Descriptor ¶
func (*NtpEdmPeerInfoCommon) Descriptor() ([]byte, []int)
func (*NtpEdmPeerInfoCommon) GetAddress ¶
func (m *NtpEdmPeerInfoCommon) GetAddress() string
func (*NtpEdmPeerInfoCommon) GetDelay ¶
func (m *NtpEdmPeerInfoCommon) GetDelay() string
func (*NtpEdmPeerInfoCommon) GetDispersion ¶
func (m *NtpEdmPeerInfoCommon) GetDispersion() string
func (*NtpEdmPeerInfoCommon) GetHostMode ¶
func (m *NtpEdmPeerInfoCommon) GetHostMode() string
func (*NtpEdmPeerInfoCommon) GetHostPoll ¶
func (m *NtpEdmPeerInfoCommon) GetHostPoll() uint32
func (*NtpEdmPeerInfoCommon) GetIsConfigured ¶
func (m *NtpEdmPeerInfoCommon) GetIsConfigured() bool
func (*NtpEdmPeerInfoCommon) GetIsSysPeer ¶
func (m *NtpEdmPeerInfoCommon) GetIsSysPeer() bool
func (*NtpEdmPeerInfoCommon) GetOffset ¶
func (m *NtpEdmPeerInfoCommon) GetOffset() string
func (*NtpEdmPeerInfoCommon) GetReachability ¶
func (m *NtpEdmPeerInfoCommon) GetReachability() uint32
func (*NtpEdmPeerInfoCommon) GetReferenceId ¶
func (m *NtpEdmPeerInfoCommon) GetReferenceId() string
func (*NtpEdmPeerInfoCommon) GetStatus ¶
func (m *NtpEdmPeerInfoCommon) GetStatus() string
func (*NtpEdmPeerInfoCommon) GetStratum ¶
func (m *NtpEdmPeerInfoCommon) GetStratum() uint32
func (*NtpEdmPeerInfoCommon) ProtoMessage ¶
func (*NtpEdmPeerInfoCommon) ProtoMessage()
func (*NtpEdmPeerInfoCommon) Reset ¶
func (m *NtpEdmPeerInfoCommon) Reset()
func (*NtpEdmPeerInfoCommon) String ¶
func (m *NtpEdmPeerInfoCommon) String() string
func (*NtpEdmPeerInfoCommon) XXX_DiscardUnknown ¶
func (m *NtpEdmPeerInfoCommon) XXX_DiscardUnknown()
func (*NtpEdmPeerInfoCommon) XXX_Marshal ¶
func (m *NtpEdmPeerInfoCommon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NtpEdmPeerInfoCommon) XXX_Merge ¶
func (m *NtpEdmPeerInfoCommon) XXX_Merge(src proto.Message)
func (*NtpEdmPeerInfoCommon) XXX_Size ¶
func (m *NtpEdmPeerInfoCommon) XXX_Size() int
func (*NtpEdmPeerInfoCommon) XXX_Unmarshal ¶
func (m *NtpEdmPeerInfoCommon) XXX_Unmarshal(b []byte) error
type NtpEdmPeerSummaryInfo ¶
type NtpEdmPeerSummaryInfo struct { PeerInfoCommon *NtpEdmPeerInfoCommon `protobuf:"bytes,1,opt,name=peer_info_common,json=peerInfoCommon,proto3" json:"peer_info_common,omitempty"` TimeSince int32 `protobuf:"zigzag32,2,opt,name=time_since,json=timeSince,proto3" json:"time_since,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NtpEdmPeerSummaryInfo) Descriptor ¶
func (*NtpEdmPeerSummaryInfo) Descriptor() ([]byte, []int)
func (*NtpEdmPeerSummaryInfo) GetPeerInfoCommon ¶
func (m *NtpEdmPeerSummaryInfo) GetPeerInfoCommon() *NtpEdmPeerInfoCommon
func (*NtpEdmPeerSummaryInfo) GetTimeSince ¶
func (m *NtpEdmPeerSummaryInfo) GetTimeSince() int32
func (*NtpEdmPeerSummaryInfo) ProtoMessage ¶
func (*NtpEdmPeerSummaryInfo) ProtoMessage()
func (*NtpEdmPeerSummaryInfo) Reset ¶
func (m *NtpEdmPeerSummaryInfo) Reset()
func (*NtpEdmPeerSummaryInfo) String ¶
func (m *NtpEdmPeerSummaryInfo) String() string
func (*NtpEdmPeerSummaryInfo) XXX_DiscardUnknown ¶
func (m *NtpEdmPeerSummaryInfo) XXX_DiscardUnknown()
func (*NtpEdmPeerSummaryInfo) XXX_Marshal ¶
func (m *NtpEdmPeerSummaryInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NtpEdmPeerSummaryInfo) XXX_Merge ¶
func (m *NtpEdmPeerSummaryInfo) XXX_Merge(src proto.Message)
func (*NtpEdmPeerSummaryInfo) XXX_Size ¶
func (m *NtpEdmPeerSummaryInfo) XXX_Size() int
func (*NtpEdmPeerSummaryInfo) XXX_Unmarshal ¶
func (m *NtpEdmPeerSummaryInfo) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.