cisco_ios_xr_infra_rcmd_oper_rcmd_isis_instances_instance_spf_run_offlines_spf_run_offline

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/isis/instances/instance/spf-run-offlines/spf-run-offline

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RcmdIsisSpfRun

type RcmdIsisSpfRun struct {
	SpfSummary           *RcmdIsisSpfRunSummary `protobuf:"bytes,50,opt,name=spf_summary,json=spfSummary,proto3" json:"spf_summary,omitempty"`
	StartTime            string                 `protobuf:"bytes,51,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	WaitTime             uint32                 `protobuf:"varint,52,opt,name=wait_time,json=waitTime,proto3" json:"wait_time,omitempty"`
	Reason               string                 `protobuf:"bytes,53,opt,name=reason,proto3" json:"reason,omitempty"`
	TriggerLsp           []*RcmdLspInfo         `protobuf:"bytes,54,rep,name=trigger_lsp,json=triggerLsp,proto3" json:"trigger_lsp,omitempty"`
	NodeStatistics       *RcmdStat              `protobuf:"bytes,55,opt,name=node_statistics,json=nodeStatistics,proto3" json:"node_statistics,omitempty"`
	Priority             []*RcmdPriority        `protobuf:"bytes,56,rep,name=priority,proto3" json:"priority,omitempty"`
	LspProcessed         []*RcmdLspInfo         `protobuf:"bytes,57,rep,name=lsp_processed,json=lspProcessed,proto3" json:"lsp_processed,omitempty"`
	LspRegenerated       []*RcmdRegenLspInfo    `protobuf:"bytes,58,rep,name=lsp_regenerated,json=lspRegenerated,proto3" json:"lsp_regenerated,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*RcmdIsisSpfRun) Descriptor

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

func (*RcmdIsisSpfRun) GetLspProcessed

func (m *RcmdIsisSpfRun) GetLspProcessed() []*RcmdLspInfo

func (*RcmdIsisSpfRun) GetLspRegenerated

func (m *RcmdIsisSpfRun) GetLspRegenerated() []*RcmdRegenLspInfo

func (*RcmdIsisSpfRun) GetNodeStatistics

func (m *RcmdIsisSpfRun) GetNodeStatistics() *RcmdStat

func (*RcmdIsisSpfRun) GetPriority

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

func (*RcmdIsisSpfRun) GetReason

func (m *RcmdIsisSpfRun) GetReason() string

func (*RcmdIsisSpfRun) GetSpfSummary

func (m *RcmdIsisSpfRun) GetSpfSummary() *RcmdIsisSpfRunSummary

func (*RcmdIsisSpfRun) GetStartTime

func (m *RcmdIsisSpfRun) GetStartTime() string

func (*RcmdIsisSpfRun) GetTriggerLsp

func (m *RcmdIsisSpfRun) GetTriggerLsp() []*RcmdLspInfo

func (*RcmdIsisSpfRun) GetWaitTime

func (m *RcmdIsisSpfRun) GetWaitTime() uint32

func (*RcmdIsisSpfRun) ProtoMessage

func (*RcmdIsisSpfRun) ProtoMessage()

func (*RcmdIsisSpfRun) Reset

func (m *RcmdIsisSpfRun) Reset()

func (*RcmdIsisSpfRun) String

func (m *RcmdIsisSpfRun) String() string

func (*RcmdIsisSpfRun) XXX_DiscardUnknown

func (m *RcmdIsisSpfRun) XXX_DiscardUnknown()

func (*RcmdIsisSpfRun) XXX_Marshal

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

func (*RcmdIsisSpfRun) XXX_Merge

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

func (*RcmdIsisSpfRun) XXX_Size

func (m *RcmdIsisSpfRun) XXX_Size() int

func (*RcmdIsisSpfRun) XXX_Unmarshal

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

type RcmdIsisSpfRunSummary

type RcmdIsisSpfRunSummary struct {
	Topology             uint32                 `protobuf:"varint,1,opt,name=topology,proto3" json:"topology,omitempty"`
	IsisLevel            string                 `protobuf:"bytes,2,opt,name=isis_level,json=isisLevel,proto3" json:"isis_level,omitempty"`
	Type                 string                 `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	ThresholdExceeded    bool                   `protobuf:"varint,4,opt,name=threshold_exceeded,json=thresholdExceeded,proto3" json:"threshold_exceeded,omitempty"`
	State                string                 `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"`
	IsDataComplete       bool                   `protobuf:"varint,6,opt,name=is_data_complete,json=isDataComplete,proto3" json:"is_data_complete,omitempty"`
	TriggerTime          string                 `protobuf:"bytes,7,opt,name=trigger_time,json=triggerTime,proto3" json:"trigger_time,omitempty"`
	Duration             string                 `protobuf:"bytes,8,opt,name=duration,proto3" json:"duration,omitempty"`
	TotalLspChanges      uint32                 `protobuf:"varint,9,opt,name=total_lsp_changes,json=totalLspChanges,proto3" json:"total_lsp_changes,omitempty"`
	PrioritySummary      []*RcmdPrioritySummary `protobuf:"bytes,10,rep,name=priority_summary,json=prioritySummary,proto3" json:"priority_summary,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*RcmdIsisSpfRunSummary) Descriptor

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

func (*RcmdIsisSpfRunSummary) GetDuration

func (m *RcmdIsisSpfRunSummary) GetDuration() string

func (*RcmdIsisSpfRunSummary) GetIsDataComplete

func (m *RcmdIsisSpfRunSummary) GetIsDataComplete() bool

func (*RcmdIsisSpfRunSummary) GetIsisLevel

func (m *RcmdIsisSpfRunSummary) GetIsisLevel() string

func (*RcmdIsisSpfRunSummary) GetPrioritySummary

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

func (*RcmdIsisSpfRunSummary) GetState

func (m *RcmdIsisSpfRunSummary) GetState() string

func (*RcmdIsisSpfRunSummary) GetThresholdExceeded

func (m *RcmdIsisSpfRunSummary) GetThresholdExceeded() bool

func (*RcmdIsisSpfRunSummary) GetTopology

func (m *RcmdIsisSpfRunSummary) GetTopology() uint32

func (*RcmdIsisSpfRunSummary) GetTotalLspChanges

func (m *RcmdIsisSpfRunSummary) GetTotalLspChanges() uint32

func (*RcmdIsisSpfRunSummary) GetTriggerTime

func (m *RcmdIsisSpfRunSummary) GetTriggerTime() string

func (*RcmdIsisSpfRunSummary) GetType

func (m *RcmdIsisSpfRunSummary) GetType() string

func (*RcmdIsisSpfRunSummary) ProtoMessage

func (*RcmdIsisSpfRunSummary) ProtoMessage()

func (*RcmdIsisSpfRunSummary) Reset

func (m *RcmdIsisSpfRunSummary) Reset()

func (*RcmdIsisSpfRunSummary) String

func (m *RcmdIsisSpfRunSummary) String() string

func (*RcmdIsisSpfRunSummary) XXX_DiscardUnknown

func (m *RcmdIsisSpfRunSummary) XXX_DiscardUnknown()

func (*RcmdIsisSpfRunSummary) XXX_Marshal

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

func (*RcmdIsisSpfRunSummary) XXX_Merge

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

func (*RcmdIsisSpfRunSummary) XXX_Size

func (m *RcmdIsisSpfRunSummary) XXX_Size() int

func (*RcmdIsisSpfRunSummary) XXX_Unmarshal

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

type RcmdIsisSpfRun_KEYS

type RcmdIsisSpfRun_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 (*RcmdIsisSpfRun_KEYS) Descriptor

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

func (*RcmdIsisSpfRun_KEYS) GetInstanceName

func (m *RcmdIsisSpfRun_KEYS) GetInstanceName() string

func (*RcmdIsisSpfRun_KEYS) GetSpfRunNumber

func (m *RcmdIsisSpfRun_KEYS) GetSpfRunNumber() uint32

func (*RcmdIsisSpfRun_KEYS) ProtoMessage

func (*RcmdIsisSpfRun_KEYS) ProtoMessage()

func (*RcmdIsisSpfRun_KEYS) Reset

func (m *RcmdIsisSpfRun_KEYS) Reset()

func (*RcmdIsisSpfRun_KEYS) String

func (m *RcmdIsisSpfRun_KEYS) String() string

func (*RcmdIsisSpfRun_KEYS) XXX_DiscardUnknown

func (m *RcmdIsisSpfRun_KEYS) XXX_DiscardUnknown()

func (*RcmdIsisSpfRun_KEYS) XXX_Marshal

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

func (*RcmdIsisSpfRun_KEYS) XXX_Merge

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

func (*RcmdIsisSpfRun_KEYS) XXX_Size

func (m *RcmdIsisSpfRun_KEYS) XXX_Size() int

func (*RcmdIsisSpfRun_KEYS) XXX_Unmarshal

func (m *RcmdIsisSpfRun_KEYS) 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 RcmdLspInfo

type RcmdLspInfo struct {
	LspId                string   `protobuf:"bytes,1,opt,name=lsp_id,json=lspId,proto3" json:"lsp_id,omitempty"`
	SequenceNumber       uint32   `protobuf:"varint,2,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"`
	ChangeType           string   `protobuf:"bytes,3,opt,name=change_type,json=changeType,proto3" json:"change_type,omitempty"`
	ReceptionTime        string   `protobuf:"bytes,4,opt,name=reception_time,json=receptionTime,proto3" json:"reception_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RcmdLspInfo) Descriptor

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

func (*RcmdLspInfo) GetChangeType

func (m *RcmdLspInfo) GetChangeType() string

func (*RcmdLspInfo) GetLspId

func (m *RcmdLspInfo) GetLspId() string

func (*RcmdLspInfo) GetReceptionTime

func (m *RcmdLspInfo) GetReceptionTime() string

func (*RcmdLspInfo) GetSequenceNumber

func (m *RcmdLspInfo) GetSequenceNumber() uint32

func (*RcmdLspInfo) ProtoMessage

func (*RcmdLspInfo) ProtoMessage()

func (*RcmdLspInfo) Reset

func (m *RcmdLspInfo) Reset()

func (*RcmdLspInfo) String

func (m *RcmdLspInfo) String() string

func (*RcmdLspInfo) XXX_DiscardUnknown

func (m *RcmdLspInfo) XXX_DiscardUnknown()

func (*RcmdLspInfo) XXX_Marshal

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

func (*RcmdLspInfo) XXX_Merge

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

func (*RcmdLspInfo) XXX_Size

func (m *RcmdLspInfo) XXX_Size() int

func (*RcmdLspInfo) XXX_Unmarshal

func (m *RcmdLspInfo) 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 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 RcmdRegenLspInfo

type RcmdRegenLspInfo struct {
	SerialNumberXr       uint32   `protobuf:"varint,1,opt,name=serial_number_xr,json=serialNumberXr,proto3" json:"serial_number_xr,omitempty"`
	LspId                string   `protobuf:"bytes,2,opt,name=lsp_id,json=lspId,proto3" json:"lsp_id,omitempty"`
	SequenceNumber       uint32   `protobuf:"varint,3,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"`
	ReceptionTime        string   `protobuf:"bytes,4,opt,name=reception_time,json=receptionTime,proto3" json:"reception_time,omitempty"`
	IsisLevel            string   `protobuf:"bytes,5,opt,name=isis_level,json=isisLevel,proto3" json:"isis_level,omitempty"`
	SpfRunNumber         uint32   `protobuf:"varint,6,opt,name=spf_run_number,json=spfRunNumber,proto3" json:"spf_run_number,omitempty"`
	Reason               string   `protobuf:"bytes,7,opt,name=reason,proto3" json:"reason,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RcmdRegenLspInfo) Descriptor

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

func (*RcmdRegenLspInfo) GetIsisLevel

func (m *RcmdRegenLspInfo) GetIsisLevel() string

func (*RcmdRegenLspInfo) GetLspId

func (m *RcmdRegenLspInfo) GetLspId() string

func (*RcmdRegenLspInfo) GetReason

func (m *RcmdRegenLspInfo) GetReason() string

func (*RcmdRegenLspInfo) GetReceptionTime

func (m *RcmdRegenLspInfo) GetReceptionTime() string

func (*RcmdRegenLspInfo) GetSequenceNumber

func (m *RcmdRegenLspInfo) GetSequenceNumber() uint32

func (*RcmdRegenLspInfo) GetSerialNumberXr

func (m *RcmdRegenLspInfo) GetSerialNumberXr() uint32

func (*RcmdRegenLspInfo) GetSpfRunNumber

func (m *RcmdRegenLspInfo) GetSpfRunNumber() uint32

func (*RcmdRegenLspInfo) ProtoMessage

func (*RcmdRegenLspInfo) ProtoMessage()

func (*RcmdRegenLspInfo) Reset

func (m *RcmdRegenLspInfo) Reset()

func (*RcmdRegenLspInfo) String

func (m *RcmdRegenLspInfo) String() string

func (*RcmdRegenLspInfo) XXX_DiscardUnknown

func (m *RcmdRegenLspInfo) XXX_DiscardUnknown()

func (*RcmdRegenLspInfo) XXX_Marshal

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

func (*RcmdRegenLspInfo) XXX_Merge

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

func (*RcmdRegenLspInfo) XXX_Size

func (m *RcmdRegenLspInfo) XXX_Size() int

func (*RcmdRegenLspInfo) XXX_Unmarshal

func (m *RcmdRegenLspInfo) 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