cisco_ios_xr_infra_rcmd_oper_rcmd_ospf_instances_instance_spf_run_summaries_spf_run_summary

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-infra-rcmd-oper:rcmd/ospf/instances/instance/spf-run-summaries/spf-run-summary

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RcmdIaextPriority

type RcmdIaextPriority struct {
	PrioritySummary      *RcmdIaextPrioritySummary `protobuf:"bytes,1,opt,name=priority_summary,json=prioritySummary,proto3" json:"priority_summary,omitempty"`
	ConvergenceTimeline  []*RcmdTimeline           `protobuf:"bytes,2,rep,name=convergence_timeline,json=convergenceTimeline,proto3" json:"convergence_timeline,omitempty"`
	LeafNetworksAdded    []*RcmdNetwork            `protobuf:"bytes,3,rep,name=leaf_networks_added,json=leafNetworksAdded,proto3" json:"leaf_networks_added,omitempty"`
	LeafNetworksDeleted  []*RcmdNetwork            `protobuf:"bytes,4,rep,name=leaf_networks_deleted,json=leafNetworksDeleted,proto3" json:"leaf_networks_deleted,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*RcmdIaextPriority) Descriptor

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

func (*RcmdIaextPriority) GetConvergenceTimeline

func (m *RcmdIaextPriority) GetConvergenceTimeline() []*RcmdTimeline

func (*RcmdIaextPriority) GetLeafNetworksAdded

func (m *RcmdIaextPriority) GetLeafNetworksAdded() []*RcmdNetwork

func (*RcmdIaextPriority) GetLeafNetworksDeleted

func (m *RcmdIaextPriority) GetLeafNetworksDeleted() []*RcmdNetwork

func (*RcmdIaextPriority) GetPrioritySummary

func (m *RcmdIaextPriority) GetPrioritySummary() *RcmdIaextPrioritySummary

func (*RcmdIaextPriority) ProtoMessage

func (*RcmdIaextPriority) ProtoMessage()

func (*RcmdIaextPriority) Reset

func (m *RcmdIaextPriority) Reset()

func (*RcmdIaextPriority) String

func (m *RcmdIaextPriority) String() string

func (*RcmdIaextPriority) XXX_DiscardUnknown

func (m *RcmdIaextPriority) XXX_DiscardUnknown()

func (*RcmdIaextPriority) XXX_Marshal

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

func (*RcmdIaextPriority) XXX_Merge

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

func (*RcmdIaextPriority) XXX_Size

func (m *RcmdIaextPriority) XXX_Size() int

func (*RcmdIaextPriority) XXX_Unmarshal

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

type RcmdIaextPrioritySummary

type RcmdIaextPrioritySummary struct {
	Level                string         `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"`
	ThresholdExceeded    bool           `protobuf:"varint,2,opt,name=threshold_exceeded,json=thresholdExceeded,proto3" json:"threshold_exceeded,omitempty"`
	RouteStatistics      *RcmdStat      `protobuf:"bytes,3,opt,name=route_statistics,json=routeStatistics,proto3" json:"route_statistics,omitempty"`
	Type3LsAs            uint32         `protobuf:"varint,4,opt,name=type3ls_as,json=type3lsAs,proto3" json:"type3ls_as,omitempty"`
	Type4LsAs            uint32         `protobuf:"varint,5,opt,name=type4ls_as,json=type4lsAs,proto3" json:"type4ls_as,omitempty"`
	Type57LsAs           uint32         `protobuf:"varint,6,opt,name=type57ls_as,json=type57lsAs,proto3" json:"type57ls_as,omitempty"`
	IpConvergenceTime    *RcmdTimestamp `protobuf:"bytes,7,opt,name=ip_convergence_time,json=ipConvergenceTime,proto3" json:"ip_convergence_time,omitempty"`
	MplsConvergenceTime  *RcmdTimestamp `protobuf:"bytes,8,opt,name=mpls_convergence_time,json=mplsConvergenceTime,proto3" json:"mpls_convergence_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*RcmdIaextPrioritySummary) Descriptor

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

func (*RcmdIaextPrioritySummary) GetIpConvergenceTime

func (m *RcmdIaextPrioritySummary) GetIpConvergenceTime() *RcmdTimestamp

func (*RcmdIaextPrioritySummary) GetLevel

func (m *RcmdIaextPrioritySummary) GetLevel() string

func (*RcmdIaextPrioritySummary) GetMplsConvergenceTime

func (m *RcmdIaextPrioritySummary) GetMplsConvergenceTime() *RcmdTimestamp

func (*RcmdIaextPrioritySummary) GetRouteStatistics

func (m *RcmdIaextPrioritySummary) GetRouteStatistics() *RcmdStat

func (*RcmdIaextPrioritySummary) GetThresholdExceeded

func (m *RcmdIaextPrioritySummary) GetThresholdExceeded() bool

func (*RcmdIaextPrioritySummary) GetType3LsAs

func (m *RcmdIaextPrioritySummary) GetType3LsAs() uint32

func (*RcmdIaextPrioritySummary) GetType4LsAs

func (m *RcmdIaextPrioritySummary) GetType4LsAs() uint32

func (*RcmdIaextPrioritySummary) GetType57LsAs

func (m *RcmdIaextPrioritySummary) GetType57LsAs() uint32

func (*RcmdIaextPrioritySummary) ProtoMessage

func (*RcmdIaextPrioritySummary) ProtoMessage()

func (*RcmdIaextPrioritySummary) Reset

func (m *RcmdIaextPrioritySummary) Reset()

func (*RcmdIaextPrioritySummary) String

func (m *RcmdIaextPrioritySummary) String() string

func (*RcmdIaextPrioritySummary) XXX_DiscardUnknown

func (m *RcmdIaextPrioritySummary) XXX_DiscardUnknown()

func (*RcmdIaextPrioritySummary) XXX_Marshal

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

func (*RcmdIaextPrioritySummary) XXX_Merge

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

func (*RcmdIaextPrioritySummary) XXX_Size

func (m *RcmdIaextPrioritySummary) XXX_Size() int

func (*RcmdIaextPrioritySummary) XXX_Unmarshal

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

type RcmdLcInfo

type RcmdLcInfo struct {
	NodeName             string    `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	Speed                string    `protobuf:"bytes,2,opt,name=speed,proto3" json:"speed,omitempty"`
	FibComplete          *RcmdTime `protobuf:"bytes,3,opt,name=fib_complete,json=fibComplete,proto3" json:"fib_complete,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*RcmdLcInfo) Descriptor

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

func (*RcmdLcInfo) GetFibComplete

func (m *RcmdLcInfo) GetFibComplete() *RcmdTime

func (*RcmdLcInfo) GetNodeName

func (m *RcmdLcInfo) GetNodeName() string

func (*RcmdLcInfo) GetSpeed

func (m *RcmdLcInfo) GetSpeed() string

func (*RcmdLcInfo) ProtoMessage

func (*RcmdLcInfo) ProtoMessage()

func (*RcmdLcInfo) Reset

func (m *RcmdLcInfo) Reset()

func (*RcmdLcInfo) String

func (m *RcmdLcInfo) String() string

func (*RcmdLcInfo) XXX_DiscardUnknown

func (m *RcmdLcInfo) XXX_DiscardUnknown()

func (*RcmdLcInfo) XXX_Marshal

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

func (*RcmdLcInfo) XXX_Merge

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

func (*RcmdLcInfo) XXX_Size

func (m *RcmdLcInfo) XXX_Size() int

func (*RcmdLcInfo) XXX_Unmarshal

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

type RcmdLsaInfo

type RcmdLsaInfo struct {
	LsaId                string   `protobuf:"bytes,1,opt,name=lsa_id,json=lsaId,proto3" json:"lsa_id,omitempty"`
	SequenceNumber       string   `protobuf:"bytes,2,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"`
	LsaType              string   `protobuf:"bytes,3,opt,name=lsa_type,json=lsaType,proto3" json:"lsa_type,omitempty"`
	OriginRouterId       string   `protobuf:"bytes,4,opt,name=origin_router_id,json=originRouterId,proto3" json:"origin_router_id,omitempty"`
	ChangeType           string   `protobuf:"bytes,5,opt,name=change_type,json=changeType,proto3" json:"change_type,omitempty"`
	ReceptionTime        string   `protobuf:"bytes,6,opt,name=reception_time,json=receptionTime,proto3" json:"reception_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RcmdLsaInfo) Descriptor

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

func (*RcmdLsaInfo) GetChangeType

func (m *RcmdLsaInfo) GetChangeType() string

func (*RcmdLsaInfo) GetLsaId

func (m *RcmdLsaInfo) GetLsaId() string

func (*RcmdLsaInfo) GetLsaType

func (m *RcmdLsaInfo) GetLsaType() string

func (*RcmdLsaInfo) GetOriginRouterId

func (m *RcmdLsaInfo) GetOriginRouterId() string

func (*RcmdLsaInfo) GetReceptionTime

func (m *RcmdLsaInfo) GetReceptionTime() string

func (*RcmdLsaInfo) GetSequenceNumber

func (m *RcmdLsaInfo) GetSequenceNumber() string

func (*RcmdLsaInfo) ProtoMessage

func (*RcmdLsaInfo) ProtoMessage()

func (*RcmdLsaInfo) Reset

func (m *RcmdLsaInfo) Reset()

func (*RcmdLsaInfo) String

func (m *RcmdLsaInfo) String() string

func (*RcmdLsaInfo) XXX_DiscardUnknown

func (m *RcmdLsaInfo) XXX_DiscardUnknown()

func (*RcmdLsaInfo) XXX_Marshal

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

func (*RcmdLsaInfo) XXX_Merge

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

func (*RcmdLsaInfo) XXX_Size

func (m *RcmdLsaInfo) XXX_Size() int

func (*RcmdLsaInfo) XXX_Unmarshal

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

type RcmdNetwork

type RcmdNetwork struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	NetMask              uint32   `protobuf:"varint,2,opt,name=net_mask,json=netMask,proto3" json:"net_mask,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RcmdNetwork) Descriptor

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

func (*RcmdNetwork) GetAddress

func (m *RcmdNetwork) GetAddress() string

func (*RcmdNetwork) GetNetMask

func (m *RcmdNetwork) GetNetMask() uint32

func (*RcmdNetwork) ProtoMessage

func (*RcmdNetwork) ProtoMessage()

func (*RcmdNetwork) Reset

func (m *RcmdNetwork) Reset()

func (*RcmdNetwork) String

func (m *RcmdNetwork) String() string

func (*RcmdNetwork) XXX_DiscardUnknown

func (m *RcmdNetwork) XXX_DiscardUnknown()

func (*RcmdNetwork) XXX_Marshal

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

func (*RcmdNetwork) XXX_Merge

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

func (*RcmdNetwork) XXX_Size

func (m *RcmdNetwork) XXX_Size() int

func (*RcmdNetwork) XXX_Unmarshal

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

type RcmdOspfIaextInfo

type RcmdOspfIaextInfo struct {
	Priority             []*RcmdIaextPriority `protobuf:"bytes,1,rep,name=priority,proto3" json:"priority,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*RcmdOspfIaextInfo) Descriptor

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

func (*RcmdOspfIaextInfo) GetPriority

func (m *RcmdOspfIaextInfo) GetPriority() []*RcmdIaextPriority

func (*RcmdOspfIaextInfo) ProtoMessage

func (*RcmdOspfIaextInfo) ProtoMessage()

func (*RcmdOspfIaextInfo) Reset

func (m *RcmdOspfIaextInfo) Reset()

func (*RcmdOspfIaextInfo) String

func (m *RcmdOspfIaextInfo) String() string

func (*RcmdOspfIaextInfo) XXX_DiscardUnknown

func (m *RcmdOspfIaextInfo) XXX_DiscardUnknown()

func (*RcmdOspfIaextInfo) XXX_Marshal

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

func (*RcmdOspfIaextInfo) XXX_Merge

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

func (*RcmdOspfIaextInfo) XXX_Size

func (m *RcmdOspfIaextInfo) XXX_Size() int

func (*RcmdOspfIaextInfo) XXX_Unmarshal

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

type RcmdOspfSpfRun

type RcmdOspfSpfRun struct {
	SpfSummary           *RcmdOspfSpfRunSummary `protobuf:"bytes,50,opt,name=spf_summary,json=spfSummary,proto3" json:"spf_summary,omitempty"`
	DijkstraRun          []*RcmdOspfSptInfo     `protobuf:"bytes,51,rep,name=dijkstra_run,json=dijkstraRun,proto3" json:"dijkstra_run,omitempty"`
	InterAreaAndExternal []*RcmdOspfIaextInfo   `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*RcmdOspfSpfRun) Descriptor

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

func (*RcmdOspfSpfRun) GetDijkstraRun

func (m *RcmdOspfSpfRun) GetDijkstraRun() []*RcmdOspfSptInfo

func (*RcmdOspfSpfRun) GetInterAreaAndExternal

func (m *RcmdOspfSpfRun) GetInterAreaAndExternal() []*RcmdOspfIaextInfo

func (*RcmdOspfSpfRun) GetSpfSummary

func (m *RcmdOspfSpfRun) GetSpfSummary() *RcmdOspfSpfRunSummary

func (*RcmdOspfSpfRun) ProtoMessage

func (*RcmdOspfSpfRun) ProtoMessage()

func (*RcmdOspfSpfRun) Reset

func (m *RcmdOspfSpfRun) Reset()

func (*RcmdOspfSpfRun) String

func (m *RcmdOspfSpfRun) String() string

func (*RcmdOspfSpfRun) XXX_DiscardUnknown

func (m *RcmdOspfSpfRun) XXX_DiscardUnknown()

func (*RcmdOspfSpfRun) XXX_Marshal

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

func (*RcmdOspfSpfRun) XXX_Merge

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

func (*RcmdOspfSpfRun) XXX_Size

func (m *RcmdOspfSpfRun) XXX_Size() int

func (*RcmdOspfSpfRun) XXX_Unmarshal

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

type RcmdOspfSpfRunSummary

type RcmdOspfSpfRunSummary struct {
	State                            string                 `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	IsDataComplete                   bool                   `protobuf:"varint,2,opt,name=is_data_complete,json=isDataComplete,proto3" json:"is_data_complete,omitempty"`
	ThresholdExceeded                bool                   `protobuf:"varint,3,opt,name=threshold_exceeded,json=thresholdExceeded,proto3" json:"threshold_exceeded,omitempty"`
	TriggerTime                      string                 `protobuf:"bytes,4,opt,name=trigger_time,json=triggerTime,proto3" json:"trigger_time,omitempty"`
	StartTime                        string                 `protobuf:"bytes,5,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	Duration                         string                 `protobuf:"bytes,6,opt,name=duration,proto3" json:"duration,omitempty"`
	TotalDijkstraRuns                uint32                 `protobuf:"varint,7,opt,name=total_dijkstra_runs,json=totalDijkstraRuns,proto3" json:"total_dijkstra_runs,omitempty"`
	TotalInterAreaAndExternalBatches uint32                 `` /* 166-byte string literal not displayed */
	TotalType12LsaChanges            uint32                 `` /* 127-byte string literal not displayed */
	TotalType357LsaChanges           uint32                 `` /* 131-byte string literal not displayed */
	PrioritySummary                  []*RcmdPrioritySummary `protobuf:"bytes,11,rep,name=priority_summary,json=prioritySummary,proto3" json:"priority_summary,omitempty"`
	XXX_NoUnkeyedLiteral             struct{}               `json:"-"`
	XXX_unrecognized                 []byte                 `json:"-"`
	XXX_sizecache                    int32                  `json:"-"`
}

func (*RcmdOspfSpfRunSummary) Descriptor

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

func (*RcmdOspfSpfRunSummary) GetDuration

func (m *RcmdOspfSpfRunSummary) GetDuration() string

func (*RcmdOspfSpfRunSummary) GetIsDataComplete

func (m *RcmdOspfSpfRunSummary) GetIsDataComplete() bool

func (*RcmdOspfSpfRunSummary) GetPrioritySummary

func (m *RcmdOspfSpfRunSummary) GetPrioritySummary() []*RcmdPrioritySummary

func (*RcmdOspfSpfRunSummary) GetStartTime

func (m *RcmdOspfSpfRunSummary) GetStartTime() string

func (*RcmdOspfSpfRunSummary) GetState

func (m *RcmdOspfSpfRunSummary) GetState() string

func (*RcmdOspfSpfRunSummary) GetThresholdExceeded

func (m *RcmdOspfSpfRunSummary) GetThresholdExceeded() bool

func (*RcmdOspfSpfRunSummary) GetTotalDijkstraRuns

func (m *RcmdOspfSpfRunSummary) GetTotalDijkstraRuns() uint32

func (*RcmdOspfSpfRunSummary) GetTotalInterAreaAndExternalBatches

func (m *RcmdOspfSpfRunSummary) GetTotalInterAreaAndExternalBatches() uint32

func (*RcmdOspfSpfRunSummary) GetTotalType12LsaChanges

func (m *RcmdOspfSpfRunSummary) GetTotalType12LsaChanges() uint32

func (*RcmdOspfSpfRunSummary) GetTotalType357LsaChanges

func (m *RcmdOspfSpfRunSummary) GetTotalType357LsaChanges() uint32

func (*RcmdOspfSpfRunSummary) GetTriggerTime

func (m *RcmdOspfSpfRunSummary) GetTriggerTime() string

func (*RcmdOspfSpfRunSummary) ProtoMessage

func (*RcmdOspfSpfRunSummary) ProtoMessage()

func (*RcmdOspfSpfRunSummary) Reset

func (m *RcmdOspfSpfRunSummary) Reset()

func (*RcmdOspfSpfRunSummary) String

func (m *RcmdOspfSpfRunSummary) String() string

func (*RcmdOspfSpfRunSummary) XXX_DiscardUnknown

func (m *RcmdOspfSpfRunSummary) XXX_DiscardUnknown()

func (*RcmdOspfSpfRunSummary) XXX_Marshal

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

func (*RcmdOspfSpfRunSummary) XXX_Merge

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

func (*RcmdOspfSpfRunSummary) XXX_Size

func (m *RcmdOspfSpfRunSummary) XXX_Size() int

func (*RcmdOspfSpfRunSummary) XXX_Unmarshal

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

type RcmdOspfSpfRun_KEYS

type RcmdOspfSpfRun_KEYS struct {
	InstanceName         string   `protobuf:"bytes,1,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"`
	SpfRunNumber         uint32   `protobuf:"varint,2,opt,name=spf_run_number,json=spfRunNumber,proto3" json:"spf_run_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RcmdOspfSpfRun_KEYS) Descriptor

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

func (*RcmdOspfSpfRun_KEYS) GetInstanceName

func (m *RcmdOspfSpfRun_KEYS) GetInstanceName() string

func (*RcmdOspfSpfRun_KEYS) GetSpfRunNumber

func (m *RcmdOspfSpfRun_KEYS) GetSpfRunNumber() uint32

func (*RcmdOspfSpfRun_KEYS) ProtoMessage

func (*RcmdOspfSpfRun_KEYS) ProtoMessage()

func (*RcmdOspfSpfRun_KEYS) Reset

func (m *RcmdOspfSpfRun_KEYS) Reset()

func (*RcmdOspfSpfRun_KEYS) String

func (m *RcmdOspfSpfRun_KEYS) String() string

func (*RcmdOspfSpfRun_KEYS) XXX_DiscardUnknown

func (m *RcmdOspfSpfRun_KEYS) XXX_DiscardUnknown()

func (*RcmdOspfSpfRun_KEYS) XXX_Marshal

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

func (*RcmdOspfSpfRun_KEYS) XXX_Merge

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

func (*RcmdOspfSpfRun_KEYS) XXX_Size

func (m *RcmdOspfSpfRun_KEYS) XXX_Size() int

func (*RcmdOspfSpfRun_KEYS) XXX_Unmarshal

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

type RcmdOspfSptInfo

type RcmdOspfSptInfo struct {
	DijkstraRunNumber    uint32          `protobuf:"varint,1,opt,name=dijkstra_run_number,json=dijkstraRunNumber,proto3" json:"dijkstra_run_number,omitempty"`
	AreaId               string          `protobuf:"bytes,2,opt,name=area_id,json=areaId,proto3" json:"area_id,omitempty"`
	ThresholdExceeded    bool            `protobuf:"varint,3,opt,name=threshold_exceeded,json=thresholdExceeded,proto3" json:"threshold_exceeded,omitempty"`
	TriggerTime          string          `protobuf:"bytes,4,opt,name=trigger_time,json=triggerTime,proto3" json:"trigger_time,omitempty"`
	StartTime            string          `protobuf:"bytes,5,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	WaitTime             uint32          `protobuf:"varint,6,opt,name=wait_time,json=waitTime,proto3" json:"wait_time,omitempty"`
	Duration             string          `protobuf:"bytes,7,opt,name=duration,proto3" json:"duration,omitempty"`
	TriggerLsa           []*RcmdLsaInfo  `protobuf:"bytes,8,rep,name=trigger_lsa,json=triggerLsa,proto3" json:"trigger_lsa,omitempty"`
	Priority             []*RcmdPriority `protobuf:"bytes,9,rep,name=priority,proto3" json:"priority,omitempty"`
	LsaProcessed         []*RcmdLsaInfo  `protobuf:"bytes,10,rep,name=lsa_processed,json=lsaProcessed,proto3" json:"lsa_processed,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*RcmdOspfSptInfo) Descriptor

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

func (*RcmdOspfSptInfo) GetAreaId

func (m *RcmdOspfSptInfo) GetAreaId() string

func (*RcmdOspfSptInfo) GetDijkstraRunNumber

func (m *RcmdOspfSptInfo) GetDijkstraRunNumber() uint32

func (*RcmdOspfSptInfo) GetDuration

func (m *RcmdOspfSptInfo) GetDuration() string

func (*RcmdOspfSptInfo) GetLsaProcessed

func (m *RcmdOspfSptInfo) GetLsaProcessed() []*RcmdLsaInfo

func (*RcmdOspfSptInfo) GetPriority

func (m *RcmdOspfSptInfo) GetPriority() []*RcmdPriority

func (*RcmdOspfSptInfo) GetStartTime

func (m *RcmdOspfSptInfo) GetStartTime() string

func (*RcmdOspfSptInfo) GetThresholdExceeded

func (m *RcmdOspfSptInfo) GetThresholdExceeded() bool

func (*RcmdOspfSptInfo) GetTriggerLsa

func (m *RcmdOspfSptInfo) GetTriggerLsa() []*RcmdLsaInfo

func (*RcmdOspfSptInfo) GetTriggerTime

func (m *RcmdOspfSptInfo) GetTriggerTime() string

func (*RcmdOspfSptInfo) GetWaitTime

func (m *RcmdOspfSptInfo) GetWaitTime() uint32

func (*RcmdOspfSptInfo) ProtoMessage

func (*RcmdOspfSptInfo) ProtoMessage()

func (*RcmdOspfSptInfo) Reset

func (m *RcmdOspfSptInfo) Reset()

func (*RcmdOspfSptInfo) String

func (m *RcmdOspfSptInfo) String() string

func (*RcmdOspfSptInfo) XXX_DiscardUnknown

func (m *RcmdOspfSptInfo) XXX_DiscardUnknown()

func (*RcmdOspfSptInfo) XXX_Marshal

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

func (*RcmdOspfSptInfo) XXX_Merge

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

func (*RcmdOspfSptInfo) XXX_Size

func (m *RcmdOspfSptInfo) XXX_Size() int

func (*RcmdOspfSptInfo) XXX_Unmarshal

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

type RcmdPriority

type RcmdPriority struct {
	PrioritySummary      *RcmdPrioritySummary `protobuf:"bytes,1,opt,name=priority_summary,json=prioritySummary,proto3" json:"priority_summary,omitempty"`
	ConvergenceTimeline  []*RcmdTimeline      `protobuf:"bytes,2,rep,name=convergence_timeline,json=convergenceTimeline,proto3" json:"convergence_timeline,omitempty"`
	LeafNetworksAdded    []*RcmdNetwork       `protobuf:"bytes,3,rep,name=leaf_networks_added,json=leafNetworksAdded,proto3" json:"leaf_networks_added,omitempty"`
	LeafNetworksDeleted  []*RcmdNetwork       `protobuf:"bytes,4,rep,name=leaf_networks_deleted,json=leafNetworksDeleted,proto3" json:"leaf_networks_deleted,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*RcmdPriority) Descriptor

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

func (*RcmdPriority) GetConvergenceTimeline

func (m *RcmdPriority) GetConvergenceTimeline() []*RcmdTimeline

func (*RcmdPriority) GetLeafNetworksAdded

func (m *RcmdPriority) GetLeafNetworksAdded() []*RcmdNetwork

func (*RcmdPriority) GetLeafNetworksDeleted

func (m *RcmdPriority) GetLeafNetworksDeleted() []*RcmdNetwork

func (*RcmdPriority) GetPrioritySummary

func (m *RcmdPriority) GetPrioritySummary() *RcmdPrioritySummary

func (*RcmdPriority) ProtoMessage

func (*RcmdPriority) ProtoMessage()

func (*RcmdPriority) Reset

func (m *RcmdPriority) Reset()

func (*RcmdPriority) String

func (m *RcmdPriority) String() string

func (*RcmdPriority) XXX_DiscardUnknown

func (m *RcmdPriority) XXX_DiscardUnknown()

func (*RcmdPriority) XXX_Marshal

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

func (*RcmdPriority) XXX_Merge

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

func (*RcmdPriority) XXX_Size

func (m *RcmdPriority) XXX_Size() int

func (*RcmdPriority) XXX_Unmarshal

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

type RcmdPrioritySummary

type RcmdPrioritySummary struct {
	Level                string             `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"`
	ThresholdExceeded    bool               `protobuf:"varint,2,opt,name=threshold_exceeded,json=thresholdExceeded,proto3" json:"threshold_exceeded,omitempty"`
	RouteStatistics      *RcmdStat          `protobuf:"bytes,3,opt,name=route_statistics,json=routeStatistics,proto3" json:"route_statistics,omitempty"`
	FrrStatistic         []*RcmdShowFrrStat `protobuf:"bytes,4,rep,name=frr_statistic,json=frrStatistic,proto3" json:"frr_statistic,omitempty"`
	IpConvergenceTime    *RcmdTimestamp     `protobuf:"bytes,5,opt,name=ip_convergence_time,json=ipConvergenceTime,proto3" json:"ip_convergence_time,omitempty"`
	MplsConvergenceTime  *RcmdTimestamp     `protobuf:"bytes,6,opt,name=mpls_convergence_time,json=mplsConvergenceTime,proto3" json:"mpls_convergence_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*RcmdPrioritySummary) Descriptor

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

func (*RcmdPrioritySummary) GetFrrStatistic

func (m *RcmdPrioritySummary) GetFrrStatistic() []*RcmdShowFrrStat

func (*RcmdPrioritySummary) GetIpConvergenceTime

func (m *RcmdPrioritySummary) GetIpConvergenceTime() *RcmdTimestamp

func (*RcmdPrioritySummary) GetLevel

func (m *RcmdPrioritySummary) GetLevel() string

func (*RcmdPrioritySummary) GetMplsConvergenceTime

func (m *RcmdPrioritySummary) GetMplsConvergenceTime() *RcmdTimestamp

func (*RcmdPrioritySummary) GetRouteStatistics

func (m *RcmdPrioritySummary) GetRouteStatistics() *RcmdStat

func (*RcmdPrioritySummary) GetThresholdExceeded

func (m *RcmdPrioritySummary) GetThresholdExceeded() bool

func (*RcmdPrioritySummary) ProtoMessage

func (*RcmdPrioritySummary) ProtoMessage()

func (*RcmdPrioritySummary) Reset

func (m *RcmdPrioritySummary) Reset()

func (*RcmdPrioritySummary) String

func (m *RcmdPrioritySummary) String() string

func (*RcmdPrioritySummary) XXX_DiscardUnknown

func (m *RcmdPrioritySummary) XXX_DiscardUnknown()

func (*RcmdPrioritySummary) XXX_Marshal

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

func (*RcmdPrioritySummary) XXX_Merge

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

func (*RcmdPrioritySummary) XXX_Size

func (m *RcmdPrioritySummary) XXX_Size() int

func (*RcmdPrioritySummary) XXX_Unmarshal

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

type RcmdShowFrrStat

type RcmdShowFrrStat struct {
	TotalRoutes              uint32   `protobuf:"varint,1,opt,name=total_routes,json=totalRoutes,proto3" json:"total_routes,omitempty"`
	FullyProtectedRoutes     uint32   `protobuf:"varint,2,opt,name=fully_protected_routes,json=fullyProtectedRoutes,proto3" json:"fully_protected_routes,omitempty"`
	PartiallyProtectedRoutes uint32   `` /* 136-byte string literal not displayed */
	Coverage                 string   `protobuf:"bytes,4,opt,name=coverage,proto3" json:"coverage,omitempty"`
	XXX_NoUnkeyedLiteral     struct{} `json:"-"`
	XXX_unrecognized         []byte   `json:"-"`
	XXX_sizecache            int32    `json:"-"`
}

func (*RcmdShowFrrStat) Descriptor

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

func (*RcmdShowFrrStat) GetCoverage

func (m *RcmdShowFrrStat) GetCoverage() string

func (*RcmdShowFrrStat) GetFullyProtectedRoutes

func (m *RcmdShowFrrStat) GetFullyProtectedRoutes() uint32

func (*RcmdShowFrrStat) GetPartiallyProtectedRoutes

func (m *RcmdShowFrrStat) GetPartiallyProtectedRoutes() uint32

func (*RcmdShowFrrStat) GetTotalRoutes

func (m *RcmdShowFrrStat) GetTotalRoutes() uint32

func (*RcmdShowFrrStat) ProtoMessage

func (*RcmdShowFrrStat) ProtoMessage()

func (*RcmdShowFrrStat) Reset

func (m *RcmdShowFrrStat) Reset()

func (*RcmdShowFrrStat) String

func (m *RcmdShowFrrStat) String() string

func (*RcmdShowFrrStat) XXX_DiscardUnknown

func (m *RcmdShowFrrStat) XXX_DiscardUnknown()

func (*RcmdShowFrrStat) XXX_Marshal

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

func (*RcmdShowFrrStat) XXX_Merge

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

func (*RcmdShowFrrStat) XXX_Size

func (m *RcmdShowFrrStat) XXX_Size() int

func (*RcmdShowFrrStat) XXX_Unmarshal

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

type RcmdStat

type RcmdStat struct {
	Adds                 uint32   `protobuf:"varint,1,opt,name=adds,proto3" json:"adds,omitempty"`
	Deletes              uint32   `protobuf:"varint,2,opt,name=deletes,proto3" json:"deletes,omitempty"`
	Modifies             uint32   `protobuf:"varint,3,opt,name=modifies,proto3" json:"modifies,omitempty"`
	Reachables           uint32   `protobuf:"varint,4,opt,name=reachables,proto3" json:"reachables,omitempty"`
	Unreachables         uint32   `protobuf:"varint,5,opt,name=unreachables,proto3" json:"unreachables,omitempty"`
	Touches              uint32   `protobuf:"varint,6,opt,name=touches,proto3" json:"touches,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RcmdStat) Descriptor

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

func (*RcmdStat) GetAdds

func (m *RcmdStat) GetAdds() uint32

func (*RcmdStat) GetDeletes

func (m *RcmdStat) GetDeletes() uint32

func (*RcmdStat) GetModifies

func (m *RcmdStat) GetModifies() uint32

func (*RcmdStat) GetReachables

func (m *RcmdStat) GetReachables() uint32

func (*RcmdStat) GetTouches

func (m *RcmdStat) GetTouches() uint32

func (*RcmdStat) GetUnreachables

func (m *RcmdStat) GetUnreachables() uint32

func (*RcmdStat) ProtoMessage

func (*RcmdStat) ProtoMessage()

func (*RcmdStat) Reset

func (m *RcmdStat) Reset()

func (*RcmdStat) String

func (m *RcmdStat) String() string

func (*RcmdStat) XXX_DiscardUnknown

func (m *RcmdStat) XXX_DiscardUnknown()

func (*RcmdStat) XXX_Marshal

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

func (*RcmdStat) XXX_Merge

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

func (*RcmdStat) XXX_Size

func (m *RcmdStat) XXX_Size() int

func (*RcmdStat) XXX_Unmarshal

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

type RcmdTime

type RcmdTime struct {
	StartTime            string   `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime              string   `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	Duration             string   `protobuf:"bytes,3,opt,name=duration,proto3" json:"duration,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RcmdTime) Descriptor

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

func (*RcmdTime) GetDuration

func (m *RcmdTime) GetDuration() string

func (*RcmdTime) GetEndTime

func (m *RcmdTime) GetEndTime() string

func (*RcmdTime) GetStartTime

func (m *RcmdTime) GetStartTime() string

func (*RcmdTime) ProtoMessage

func (*RcmdTime) ProtoMessage()

func (*RcmdTime) Reset

func (m *RcmdTime) Reset()

func (*RcmdTime) String

func (m *RcmdTime) String() string

func (*RcmdTime) XXX_DiscardUnknown

func (m *RcmdTime) XXX_DiscardUnknown()

func (*RcmdTime) XXX_Marshal

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

func (*RcmdTime) XXX_Merge

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

func (*RcmdTime) XXX_Size

func (m *RcmdTime) XXX_Size() int

func (*RcmdTime) XXX_Unmarshal

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

type RcmdTimeline

type RcmdTimeline struct {
	RouteOrigin          *RcmdTime     `protobuf:"bytes,1,opt,name=route_origin,json=routeOrigin,proto3" json:"route_origin,omitempty"`
	RiBv4Enter           *RcmdTime     `protobuf:"bytes,2,opt,name=ri_bv4_enter,json=riBv4Enter,proto3" json:"ri_bv4_enter,omitempty"`
	RiBv4Exit            *RcmdTime     `protobuf:"bytes,3,opt,name=ri_bv4_exit,json=riBv4Exit,proto3" json:"ri_bv4_exit,omitempty"`
	RiBv4Redistribute    *RcmdTime     `protobuf:"bytes,4,opt,name=ri_bv4_redistribute,json=riBv4Redistribute,proto3" json:"ri_bv4_redistribute,omitempty"`
	LdpEnter             *RcmdTime     `protobuf:"bytes,5,opt,name=ldp_enter,json=ldpEnter,proto3" json:"ldp_enter,omitempty"`
	LdpExit              *RcmdTime     `protobuf:"bytes,6,opt,name=ldp_exit,json=ldpExit,proto3" json:"ldp_exit,omitempty"`
	LsdEnter             *RcmdTime     `protobuf:"bytes,7,opt,name=lsd_enter,json=lsdEnter,proto3" json:"lsd_enter,omitempty"`
	LsdExit              *RcmdTime     `protobuf:"bytes,8,opt,name=lsd_exit,json=lsdExit,proto3" json:"lsd_exit,omitempty"`
	LcIp                 []*RcmdLcInfo `protobuf:"bytes,9,rep,name=lc_ip,json=lcIp,proto3" json:"lc_ip,omitempty"`
	LcMpls               []*RcmdLcInfo `protobuf:"bytes,10,rep,name=lc_mpls,json=lcMpls,proto3" json:"lc_mpls,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*RcmdTimeline) Descriptor

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

func (*RcmdTimeline) GetLcIp

func (m *RcmdTimeline) GetLcIp() []*RcmdLcInfo

func (*RcmdTimeline) GetLcMpls

func (m *RcmdTimeline) GetLcMpls() []*RcmdLcInfo

func (*RcmdTimeline) GetLdpEnter

func (m *RcmdTimeline) GetLdpEnter() *RcmdTime

func (*RcmdTimeline) GetLdpExit

func (m *RcmdTimeline) GetLdpExit() *RcmdTime

func (*RcmdTimeline) GetLsdEnter

func (m *RcmdTimeline) GetLsdEnter() *RcmdTime

func (*RcmdTimeline) GetLsdExit

func (m *RcmdTimeline) GetLsdExit() *RcmdTime

func (*RcmdTimeline) GetRiBv4Enter

func (m *RcmdTimeline) GetRiBv4Enter() *RcmdTime

func (*RcmdTimeline) GetRiBv4Exit

func (m *RcmdTimeline) GetRiBv4Exit() *RcmdTime

func (*RcmdTimeline) GetRiBv4Redistribute

func (m *RcmdTimeline) GetRiBv4Redistribute() *RcmdTime

func (*RcmdTimeline) GetRouteOrigin

func (m *RcmdTimeline) GetRouteOrigin() *RcmdTime

func (*RcmdTimeline) ProtoMessage

func (*RcmdTimeline) ProtoMessage()

func (*RcmdTimeline) Reset

func (m *RcmdTimeline) Reset()

func (*RcmdTimeline) String

func (m *RcmdTimeline) String() string

func (*RcmdTimeline) XXX_DiscardUnknown

func (m *RcmdTimeline) XXX_DiscardUnknown()

func (*RcmdTimeline) XXX_Marshal

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

func (*RcmdTimeline) XXX_Merge

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

func (*RcmdTimeline) XXX_Size

func (m *RcmdTimeline) XXX_Size() int

func (*RcmdTimeline) XXX_Unmarshal

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

type RcmdTimestamp

type RcmdTimestamp struct {
	MinimumTime          string   `protobuf:"bytes,1,opt,name=minimum_time,json=minimumTime,proto3" json:"minimum_time,omitempty"`
	MaximumTime          string   `protobuf:"bytes,2,opt,name=maximum_time,json=maximumTime,proto3" json:"maximum_time,omitempty"`
	SlowestNodeName      string   `protobuf:"bytes,3,opt,name=slowest_node_name,json=slowestNodeName,proto3" json:"slowest_node_name,omitempty"`
	FastestNodeName      string   `protobuf:"bytes,4,opt,name=fastest_node_name,json=fastestNodeName,proto3" json:"fastest_node_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RcmdTimestamp) Descriptor

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

func (*RcmdTimestamp) GetFastestNodeName

func (m *RcmdTimestamp) GetFastestNodeName() string

func (*RcmdTimestamp) GetMaximumTime

func (m *RcmdTimestamp) GetMaximumTime() string

func (*RcmdTimestamp) GetMinimumTime

func (m *RcmdTimestamp) GetMinimumTime() string

func (*RcmdTimestamp) GetSlowestNodeName

func (m *RcmdTimestamp) GetSlowestNodeName() string

func (*RcmdTimestamp) ProtoMessage

func (*RcmdTimestamp) ProtoMessage()

func (*RcmdTimestamp) Reset

func (m *RcmdTimestamp) Reset()

func (*RcmdTimestamp) String

func (m *RcmdTimestamp) String() string

func (*RcmdTimestamp) XXX_DiscardUnknown

func (m *RcmdTimestamp) XXX_DiscardUnknown()

func (*RcmdTimestamp) XXX_Marshal

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

func (*RcmdTimestamp) XXX_Merge

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

func (*RcmdTimestamp) XXX_Size

func (m *RcmdTimestamp) XXX_Size() int

func (*RcmdTimestamp) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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