Documentation ¶
Overview ¶
Cisco-IOS-XR-mpls-ldp-oper:mpls-ldp/nodes/node/default-vrf/afs/af/igp/sync-delay-restart
Index ¶
- type LdpIgpSyncDelayRestartInfo
- func (*LdpIgpSyncDelayRestartInfo) Descriptor() ([]byte, []int)
- func (m *LdpIgpSyncDelayRestartInfo) GetConfigured() bool
- func (m *LdpIgpSyncDelayRestartInfo) GetDelaySecs() uint32
- func (m *LdpIgpSyncDelayRestartInfo) GetRemainingSecs() uint32
- func (m *LdpIgpSyncDelayRestartInfo) GetTimerRunning() bool
- func (*LdpIgpSyncDelayRestartInfo) ProtoMessage()
- func (m *LdpIgpSyncDelayRestartInfo) Reset()
- func (m *LdpIgpSyncDelayRestartInfo) String() string
- func (m *LdpIgpSyncDelayRestartInfo) XXX_DiscardUnknown()
- func (m *LdpIgpSyncDelayRestartInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LdpIgpSyncDelayRestartInfo) XXX_Merge(src proto.Message)
- func (m *LdpIgpSyncDelayRestartInfo) XXX_Size() int
- func (m *LdpIgpSyncDelayRestartInfo) XXX_Unmarshal(b []byte) error
- type LdpIgpSyncDelayRestartInfo_KEYS
- func (*LdpIgpSyncDelayRestartInfo_KEYS) Descriptor() ([]byte, []int)
- func (m *LdpIgpSyncDelayRestartInfo_KEYS) GetAfName() string
- func (m *LdpIgpSyncDelayRestartInfo_KEYS) GetNodeName() string
- func (*LdpIgpSyncDelayRestartInfo_KEYS) ProtoMessage()
- func (m *LdpIgpSyncDelayRestartInfo_KEYS) Reset()
- func (m *LdpIgpSyncDelayRestartInfo_KEYS) String() string
- func (m *LdpIgpSyncDelayRestartInfo_KEYS) XXX_DiscardUnknown()
- func (m *LdpIgpSyncDelayRestartInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LdpIgpSyncDelayRestartInfo_KEYS) XXX_Merge(src proto.Message)
- func (m *LdpIgpSyncDelayRestartInfo_KEYS) XXX_Size() int
- func (m *LdpIgpSyncDelayRestartInfo_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LdpIgpSyncDelayRestartInfo ¶
type LdpIgpSyncDelayRestartInfo struct { Configured bool `protobuf:"varint,50,opt,name=configured,proto3" json:"configured,omitempty"` DelaySecs uint32 `protobuf:"varint,51,opt,name=delay_secs,json=delaySecs,proto3" json:"delay_secs,omitempty"` TimerRunning bool `protobuf:"varint,52,opt,name=timer_running,json=timerRunning,proto3" json:"timer_running,omitempty"` RemainingSecs uint32 `protobuf:"varint,53,opt,name=remaining_secs,json=remainingSecs,proto3" json:"remaining_secs,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LdpIgpSyncDelayRestartInfo) Descriptor ¶
func (*LdpIgpSyncDelayRestartInfo) Descriptor() ([]byte, []int)
func (*LdpIgpSyncDelayRestartInfo) GetConfigured ¶
func (m *LdpIgpSyncDelayRestartInfo) GetConfigured() bool
func (*LdpIgpSyncDelayRestartInfo) GetDelaySecs ¶
func (m *LdpIgpSyncDelayRestartInfo) GetDelaySecs() uint32
func (*LdpIgpSyncDelayRestartInfo) GetRemainingSecs ¶
func (m *LdpIgpSyncDelayRestartInfo) GetRemainingSecs() uint32
func (*LdpIgpSyncDelayRestartInfo) GetTimerRunning ¶
func (m *LdpIgpSyncDelayRestartInfo) GetTimerRunning() bool
func (*LdpIgpSyncDelayRestartInfo) ProtoMessage ¶
func (*LdpIgpSyncDelayRestartInfo) ProtoMessage()
func (*LdpIgpSyncDelayRestartInfo) Reset ¶
func (m *LdpIgpSyncDelayRestartInfo) Reset()
func (*LdpIgpSyncDelayRestartInfo) String ¶
func (m *LdpIgpSyncDelayRestartInfo) String() string
func (*LdpIgpSyncDelayRestartInfo) XXX_DiscardUnknown ¶
func (m *LdpIgpSyncDelayRestartInfo) XXX_DiscardUnknown()
func (*LdpIgpSyncDelayRestartInfo) XXX_Marshal ¶
func (m *LdpIgpSyncDelayRestartInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LdpIgpSyncDelayRestartInfo) XXX_Merge ¶
func (m *LdpIgpSyncDelayRestartInfo) XXX_Merge(src proto.Message)
func (*LdpIgpSyncDelayRestartInfo) XXX_Size ¶
func (m *LdpIgpSyncDelayRestartInfo) XXX_Size() int
func (*LdpIgpSyncDelayRestartInfo) XXX_Unmarshal ¶
func (m *LdpIgpSyncDelayRestartInfo) XXX_Unmarshal(b []byte) error
type LdpIgpSyncDelayRestartInfo_KEYS ¶
type LdpIgpSyncDelayRestartInfo_KEYS struct { NodeName string `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"` AfName string `protobuf:"bytes,2,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LdpIgpSyncDelayRestartInfo_KEYS) Descriptor ¶
func (*LdpIgpSyncDelayRestartInfo_KEYS) Descriptor() ([]byte, []int)
func (*LdpIgpSyncDelayRestartInfo_KEYS) GetAfName ¶
func (m *LdpIgpSyncDelayRestartInfo_KEYS) GetAfName() string
func (*LdpIgpSyncDelayRestartInfo_KEYS) GetNodeName ¶
func (m *LdpIgpSyncDelayRestartInfo_KEYS) GetNodeName() string
func (*LdpIgpSyncDelayRestartInfo_KEYS) ProtoMessage ¶
func (*LdpIgpSyncDelayRestartInfo_KEYS) ProtoMessage()
func (*LdpIgpSyncDelayRestartInfo_KEYS) Reset ¶
func (m *LdpIgpSyncDelayRestartInfo_KEYS) Reset()
func (*LdpIgpSyncDelayRestartInfo_KEYS) String ¶
func (m *LdpIgpSyncDelayRestartInfo_KEYS) String() string
func (*LdpIgpSyncDelayRestartInfo_KEYS) XXX_DiscardUnknown ¶
func (m *LdpIgpSyncDelayRestartInfo_KEYS) XXX_DiscardUnknown()
func (*LdpIgpSyncDelayRestartInfo_KEYS) XXX_Marshal ¶
func (m *LdpIgpSyncDelayRestartInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LdpIgpSyncDelayRestartInfo_KEYS) XXX_Merge ¶
func (m *LdpIgpSyncDelayRestartInfo_KEYS) XXX_Merge(src proto.Message)
func (*LdpIgpSyncDelayRestartInfo_KEYS) XXX_Size ¶
func (m *LdpIgpSyncDelayRestartInfo_KEYS) XXX_Size() int
func (*LdpIgpSyncDelayRestartInfo_KEYS) XXX_Unmarshal ¶
func (m *LdpIgpSyncDelayRestartInfo_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.