cisco_ios_xr_sysmgr_oper_system_process_node_table_node_boot

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: 0

Documentation

Overview

Cisco-IOS-XR-sysmgr-oper:system-process/node-table/node/boot

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BandStatsInfo

type BandStatsInfo struct {
	Level                string   `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"`
	BandName             string   `protobuf:"bytes,2,opt,name=band_name,json=bandName,proto3" json:"band_name,omitempty"`
	BandFinishTime       string   `protobuf:"bytes,3,opt,name=band_finish_time,json=bandFinishTime,proto3" json:"band_finish_time,omitempty"`
	BandTime             string   `protobuf:"bytes,4,opt,name=band_time,json=bandTime,proto3" json:"band_time,omitempty"`
	FinishTime           string   `protobuf:"bytes,5,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
	IdlePercentage       string   `protobuf:"bytes,6,opt,name=idle_percentage,json=idlePercentage,proto3" json:"idle_percentage,omitempty"`
	Jid                  uint32   `protobuf:"varint,7,opt,name=jid,proto3" json:"jid,omitempty"`
	ReadyTime            string   `protobuf:"bytes,8,opt,name=ready_time,json=readyTime,proto3" json:"ready_time,omitempty"`
	LastProcess          string   `protobuf:"bytes,9,opt,name=last_process,json=lastProcess,proto3" json:"last_process,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BandStatsInfo) Descriptor

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

func (*BandStatsInfo) GetBandFinishTime

func (m *BandStatsInfo) GetBandFinishTime() string

func (*BandStatsInfo) GetBandName

func (m *BandStatsInfo) GetBandName() string

func (*BandStatsInfo) GetBandTime

func (m *BandStatsInfo) GetBandTime() string

func (*BandStatsInfo) GetFinishTime

func (m *BandStatsInfo) GetFinishTime() string

func (*BandStatsInfo) GetIdlePercentage

func (m *BandStatsInfo) GetIdlePercentage() string

func (*BandStatsInfo) GetJid

func (m *BandStatsInfo) GetJid() uint32

func (*BandStatsInfo) GetLastProcess

func (m *BandStatsInfo) GetLastProcess() string

func (*BandStatsInfo) GetLevel

func (m *BandStatsInfo) GetLevel() string

func (*BandStatsInfo) GetReadyTime

func (m *BandStatsInfo) GetReadyTime() string

func (*BandStatsInfo) ProtoMessage

func (*BandStatsInfo) ProtoMessage()

func (*BandStatsInfo) Reset

func (m *BandStatsInfo) Reset()

func (*BandStatsInfo) String

func (m *BandStatsInfo) String() string

func (*BandStatsInfo) XXX_DiscardUnknown

func (m *BandStatsInfo) XXX_DiscardUnknown()

func (*BandStatsInfo) XXX_Marshal

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

func (*BandStatsInfo) XXX_Merge

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

func (*BandStatsInfo) XXX_Size

func (m *BandStatsInfo) XXX_Size() int

func (*BandStatsInfo) XXX_Unmarshal

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

type BootedProcessInfo

type BootedProcessInfo struct {
	StartTimeStamp       string   `protobuf:"bytes,1,opt,name=start_time_stamp,json=startTimeStamp,proto3" json:"start_time_stamp,omitempty"`
	Started              string   `protobuf:"bytes,2,opt,name=started,proto3" json:"started,omitempty"`
	Level                string   `protobuf:"bytes,3,opt,name=level,proto3" json:"level,omitempty"`
	Jid                  int32    `protobuf:"zigzag32,4,opt,name=jid,proto3" json:"jid,omitempty"`
	InstanceId           int32    `protobuf:"zigzag32,5,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	ReadyTimeStamp       string   `protobuf:"bytes,6,opt,name=ready_time_stamp,json=readyTimeStamp,proto3" json:"ready_time_stamp,omitempty"`
	Ready                string   `protobuf:"bytes,7,opt,name=ready,proto3" json:"ready,omitempty"`
	IsEoiTimeout         bool     `protobuf:"varint,8,opt,name=is_eoi_timeout,json=isEoiTimeout,proto3" json:"is_eoi_timeout,omitempty"`
	ProcessName          string   `protobuf:"bytes,9,opt,name=process_name,json=processName,proto3" json:"process_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BootedProcessInfo) Descriptor

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

func (*BootedProcessInfo) GetInstanceId

func (m *BootedProcessInfo) GetInstanceId() int32

func (*BootedProcessInfo) GetIsEoiTimeout

func (m *BootedProcessInfo) GetIsEoiTimeout() bool

func (*BootedProcessInfo) GetJid

func (m *BootedProcessInfo) GetJid() int32

func (*BootedProcessInfo) GetLevel

func (m *BootedProcessInfo) GetLevel() string

func (*BootedProcessInfo) GetProcessName

func (m *BootedProcessInfo) GetProcessName() string

func (*BootedProcessInfo) GetReady

func (m *BootedProcessInfo) GetReady() string

func (*BootedProcessInfo) GetReadyTimeStamp

func (m *BootedProcessInfo) GetReadyTimeStamp() string

func (*BootedProcessInfo) GetStartTimeStamp

func (m *BootedProcessInfo) GetStartTimeStamp() string

func (*BootedProcessInfo) GetStarted

func (m *BootedProcessInfo) GetStarted() string

func (*BootedProcessInfo) ProtoMessage

func (*BootedProcessInfo) ProtoMessage()

func (*BootedProcessInfo) Reset

func (m *BootedProcessInfo) Reset()

func (*BootedProcessInfo) String

func (m *BootedProcessInfo) String() string

func (*BootedProcessInfo) XXX_DiscardUnknown

func (m *BootedProcessInfo) XXX_DiscardUnknown()

func (*BootedProcessInfo) XXX_Marshal

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

func (*BootedProcessInfo) XXX_Merge

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

func (*BootedProcessInfo) XXX_Size

func (m *BootedProcessInfo) XXX_Size() int

func (*BootedProcessInfo) XXX_Unmarshal

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

type ProcBootInfo

type ProcBootInfo struct {
	StandbyBandStatistic []*BandStatsInfo     `protobuf:"bytes,50,rep,name=standby_band_statistic,json=standbyBandStatistic,proto3" json:"standby_band_statistic,omitempty"`
	ActiveBandStatistic  []*BandStatsInfo     `protobuf:"bytes,51,rep,name=active_band_statistic,json=activeBandStatistic,proto3" json:"active_band_statistic,omitempty"`
	BootedProcess        []*BootedProcessInfo `protobuf:"bytes,52,rep,name=booted_process,json=bootedProcess,proto3" json:"booted_process,omitempty"`
	LastProcessStarted   string               `protobuf:"bytes,53,opt,name=last_process_started,json=lastProcessStarted,proto3" json:"last_process_started,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ProcBootInfo) Descriptor

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

func (*ProcBootInfo) GetActiveBandStatistic

func (m *ProcBootInfo) GetActiveBandStatistic() []*BandStatsInfo

func (*ProcBootInfo) GetBootedProcess

func (m *ProcBootInfo) GetBootedProcess() []*BootedProcessInfo

func (*ProcBootInfo) GetLastProcessStarted

func (m *ProcBootInfo) GetLastProcessStarted() string

func (*ProcBootInfo) GetStandbyBandStatistic

func (m *ProcBootInfo) GetStandbyBandStatistic() []*BandStatsInfo

func (*ProcBootInfo) ProtoMessage

func (*ProcBootInfo) ProtoMessage()

func (*ProcBootInfo) Reset

func (m *ProcBootInfo) Reset()

func (*ProcBootInfo) String

func (m *ProcBootInfo) String() string

func (*ProcBootInfo) XXX_DiscardUnknown

func (m *ProcBootInfo) XXX_DiscardUnknown()

func (*ProcBootInfo) XXX_Marshal

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

func (*ProcBootInfo) XXX_Merge

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

func (*ProcBootInfo) XXX_Size

func (m *ProcBootInfo) XXX_Size() int

func (*ProcBootInfo) XXX_Unmarshal

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

type ProcBootInfo_KEYS

type ProcBootInfo_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ProcBootInfo_KEYS) Descriptor

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

func (*ProcBootInfo_KEYS) GetNodeName

func (m *ProcBootInfo_KEYS) GetNodeName() string

func (*ProcBootInfo_KEYS) ProtoMessage

func (*ProcBootInfo_KEYS) ProtoMessage()

func (*ProcBootInfo_KEYS) Reset

func (m *ProcBootInfo_KEYS) Reset()

func (*ProcBootInfo_KEYS) String

func (m *ProcBootInfo_KEYS) String() string

func (*ProcBootInfo_KEYS) XXX_DiscardUnknown

func (m *ProcBootInfo_KEYS) XXX_DiscardUnknown()

func (*ProcBootInfo_KEYS) XXX_Marshal

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

func (*ProcBootInfo_KEYS) XXX_Merge

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

func (*ProcBootInfo_KEYS) XXX_Size

func (m *ProcBootInfo_KEYS) XXX_Size() int

func (*ProcBootInfo_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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