infra_dumper_oper

package
v0.0.0-...-50def94 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

This module contains a collection of YANG definitions for Cisco IOS-XR infra-dumper package operational data.

This module contains definitions for the following management objects:

context: Core dump configuration commands

Copyright (c) 2013-2018 by Cisco Systems, Inc. All rights reserved.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Context number table.
	ContextNumbers Context_ContextNumbers

	// Core Context location table.
	ContextLocations Context_ContextLocations

	// context bag.
	All Context_All
}

Context Core dump configuration commands

func (*Context) GetEntityData

func (context *Context) GetEntityData() *types.CommonEntityData

type Context_All

type Context_All struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// All crash info. The type is slice of Context_All_CrashInfo.
	CrashInfo []*Context_All_CrashInfo
}

Context_All context bag

func (*Context_All) GetEntityData

func (all *Context_All) GetEntityData() *types.CommonEntityData

type Context_All_CrashInfo

type Context_All_CrashInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Node name. The type is string.
	Node interface{}

	// Context Information. The type is slice of
	// Context_All_CrashInfo_ContextInfo.
	ContextInfo []*Context_All_CrashInfo_ContextInfo

	// Crash Package Information. The type is slice of
	// Context_All_CrashInfo_CrashPackageInformation.
	CrashPackageInformation []*Context_All_CrashInfo_CrashPackageInformation
}

Context_All_CrashInfo All crash info

func (*Context_All_CrashInfo) GetEntityData

func (crashInfo *Context_All_CrashInfo) GetEntityData() *types.CommonEntityData

type Context_All_CrashInfo_ContextInfo

type Context_All_CrashInfo_ContextInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Process name. The type is string.
	ProcessName interface{}

	// Process ID. The type is interface{} with range: 0..4294967295.
	Pid interface{}

	// Thread ID. The type is interface{} with range: 0..4294967295.
	Tid interface{}

	// Core dump time/Crash time. The type is string.
	CoreDumpTime interface{}

	// Signal number. The type is interface{} with range: 0..4294967295.
	SigNum interface{}

	// Signal error string. The type is string.
	SinErrStr interface{}

	// Sender pid. The type is interface{} with range: 0..4294967295.
	SigSendPid interface{}

	// Signal code. The type is interface{} with range: 0..4294967295.
	SigCode interface{}

	// Signal info. The type is string.
	SinInfo interface{}

	// Core for process at . The type is string.
	CoreForProcess interface{}

	// Registers Info. The type is string.
	RegistersInfo interface{}

	// Stack Trace. The type is slice of
	// Context_All_CrashInfo_ContextInfo_StackTrace.
	StackTrace []*Context_All_CrashInfo_ContextInfo_StackTrace

	// DLL Information. The type is slice of
	// Context_All_CrashInfo_ContextInfo_DllInfo.
	DllInfo []*Context_All_CrashInfo_ContextInfo_DllInfo
}

Context_All_CrashInfo_ContextInfo Context Information

func (*Context_All_CrashInfo_ContextInfo) GetEntityData

func (contextInfo *Context_All_CrashInfo_ContextInfo) GetEntityData() *types.CommonEntityData

type Context_All_CrashInfo_ContextInfo_DllInfo

type Context_All_CrashInfo_ContextInfo_DllInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// DLL Path. The type is string.
	Path interface{}

	// text addr. The type is interface{} with range: 0..4294967295.
	TextAddr interface{}

	// text size. The type is interface{} with range: 0..4294967295.
	TextSize interface{}

	// data addr. The type is interface{} with range: 0..4294967295.
	DataAddr interface{}

	// data size. The type is interface{} with range: 0..4294967295.
	DataSize interface{}

	// version. The type is interface{} with range: 0..4294967295.
	Version interface{}
}

Context_All_CrashInfo_ContextInfo_DllInfo DLL Information

func (*Context_All_CrashInfo_ContextInfo_DllInfo) GetEntityData

type Context_All_CrashInfo_ContextInfo_StackTrace

type Context_All_CrashInfo_ContextInfo_StackTrace struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// stack trace. The type is interface{} with range: 0..4294967295.
	StackTrace interface{}
}

Context_All_CrashInfo_ContextInfo_StackTrace Stack Trace

func (*Context_All_CrashInfo_ContextInfo_StackTrace) GetEntityData

type Context_All_CrashInfo_CrashPackageInformation

type Context_All_CrashInfo_CrashPackageInformation struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Package name. The type is string.
	Name interface{}

	// Package Source. The type is string.
	Source interface{}
}

Context_All_CrashInfo_CrashPackageInformation Crash Package Information

func (*Context_All_CrashInfo_CrashPackageInformation) GetEntityData

func (crashPackageInformation *Context_All_CrashInfo_CrashPackageInformation) GetEntityData() *types.CommonEntityData

type Context_ContextLocations

type Context_ContextLocations struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Operational Context for a particular location. The type is slice of
	// Context_ContextLocations_ContextLocation.
	ContextLocation []*Context_ContextLocations_ContextLocation
}

Context_ContextLocations Core Context location table

func (*Context_ContextLocations) GetEntityData

func (contextLocations *Context_ContextLocations) GetEntityData() *types.CommonEntityData

type Context_ContextLocations_ContextLocation

type Context_ContextLocations_ContextLocation struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. The node. The type is string with pattern:
	// ([a-zA-Z0-9_]*\d+/){1,2}([a-zA-Z0-9_]*\d+).
	NodeName interface{}

	// Context number Table.
	Numbers Context_ContextLocations_ContextLocation_Numbers

	// context bag.
	All Context_ContextLocations_ContextLocation_All
}

Context_ContextLocations_ContextLocation Operational Context for a particular location

func (*Context_ContextLocations_ContextLocation) GetEntityData

func (contextLocation *Context_ContextLocations_ContextLocation) GetEntityData() *types.CommonEntityData

type Context_ContextLocations_ContextLocation_All

type Context_ContextLocations_ContextLocation_All struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// All crash info. The type is slice of
	// Context_ContextLocations_ContextLocation_All_CrashInfo.
	CrashInfo []*Context_ContextLocations_ContextLocation_All_CrashInfo
}

Context_ContextLocations_ContextLocation_All context bag

func (*Context_ContextLocations_ContextLocation_All) GetEntityData

type Context_ContextLocations_ContextLocation_All_CrashInfo

type Context_ContextLocations_ContextLocation_All_CrashInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Node name. The type is string.
	Node interface{}

	// Context Information. The type is slice of
	// Context_ContextLocations_ContextLocation_All_CrashInfo_ContextInfo.
	ContextInfo []*Context_ContextLocations_ContextLocation_All_CrashInfo_ContextInfo

	// Crash Package Information. The type is slice of
	// Context_ContextLocations_ContextLocation_All_CrashInfo_CrashPackageInformation.
	CrashPackageInformation []*Context_ContextLocations_ContextLocation_All_CrashInfo_CrashPackageInformation
}

Context_ContextLocations_ContextLocation_All_CrashInfo All crash info

func (*Context_ContextLocations_ContextLocation_All_CrashInfo) GetEntityData

type Context_ContextLocations_ContextLocation_All_CrashInfo_ContextInfo

type Context_ContextLocations_ContextLocation_All_CrashInfo_ContextInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Process name. The type is string.
	ProcessName interface{}

	// Process ID. The type is interface{} with range: 0..4294967295.
	Pid interface{}

	// Thread ID. The type is interface{} with range: 0..4294967295.
	Tid interface{}

	// Core dump time/Crash time. The type is string.
	CoreDumpTime interface{}

	// Signal number. The type is interface{} with range: 0..4294967295.
	SigNum interface{}

	// Signal error string. The type is string.
	SinErrStr interface{}

	// Sender pid. The type is interface{} with range: 0..4294967295.
	SigSendPid interface{}

	// Signal code. The type is interface{} with range: 0..4294967295.
	SigCode interface{}

	// Signal info. The type is string.
	SinInfo interface{}

	// Core for process at . The type is string.
	CoreForProcess interface{}

	// Registers Info. The type is string.
	RegistersInfo interface{}

	// Stack Trace. The type is slice of
	// Context_ContextLocations_ContextLocation_All_CrashInfo_ContextInfo_StackTrace.
	StackTrace []*Context_ContextLocations_ContextLocation_All_CrashInfo_ContextInfo_StackTrace

	// DLL Information. The type is slice of
	// Context_ContextLocations_ContextLocation_All_CrashInfo_ContextInfo_DllInfo.
	DllInfo []*Context_ContextLocations_ContextLocation_All_CrashInfo_ContextInfo_DllInfo
}

Context_ContextLocations_ContextLocation_All_CrashInfo_ContextInfo Context Information

func (*Context_ContextLocations_ContextLocation_All_CrashInfo_ContextInfo) GetEntityData

type Context_ContextLocations_ContextLocation_All_CrashInfo_ContextInfo_DllInfo

type Context_ContextLocations_ContextLocation_All_CrashInfo_ContextInfo_DllInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// DLL Path. The type is string.
	Path interface{}

	// text addr. The type is interface{} with range: 0..4294967295.
	TextAddr interface{}

	// text size. The type is interface{} with range: 0..4294967295.
	TextSize interface{}

	// data addr. The type is interface{} with range: 0..4294967295.
	DataAddr interface{}

	// data size. The type is interface{} with range: 0..4294967295.
	DataSize interface{}

	// version. The type is interface{} with range: 0..4294967295.
	Version interface{}
}

Context_ContextLocations_ContextLocation_All_CrashInfo_ContextInfo_DllInfo DLL Information

func (*Context_ContextLocations_ContextLocation_All_CrashInfo_ContextInfo_DllInfo) GetEntityData

type Context_ContextLocations_ContextLocation_All_CrashInfo_ContextInfo_StackTrace

type Context_ContextLocations_ContextLocation_All_CrashInfo_ContextInfo_StackTrace struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// stack trace. The type is interface{} with range: 0..4294967295.
	StackTrace interface{}
}

Context_ContextLocations_ContextLocation_All_CrashInfo_ContextInfo_StackTrace Stack Trace

func (*Context_ContextLocations_ContextLocation_All_CrashInfo_ContextInfo_StackTrace) GetEntityData

type Context_ContextLocations_ContextLocation_All_CrashInfo_CrashPackageInformation

type Context_ContextLocations_ContextLocation_All_CrashInfo_CrashPackageInformation struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Package name. The type is string.
	Name interface{}

	// Package Source. The type is string.
	Source interface{}
}

Context_ContextLocations_ContextLocation_All_CrashInfo_CrashPackageInformation Crash Package Information

func (*Context_ContextLocations_ContextLocation_All_CrashInfo_CrashPackageInformation) GetEntityData

type Context_ContextLocations_ContextLocation_Numbers

type Context_ContextLocations_ContextLocation_Numbers struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Context number. The type is slice of
	// Context_ContextLocations_ContextLocation_Numbers_Number.
	Number []*Context_ContextLocations_ContextLocation_Numbers_Number
}

Context_ContextLocations_ContextLocation_Numbers Context number Table

func (*Context_ContextLocations_ContextLocation_Numbers) GetEntityData

type Context_ContextLocations_ContextLocation_Numbers_Number

type Context_ContextLocations_ContextLocation_Numbers_Number struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Context for which crash dump info required. The
	// type is interface{} with range: 0..4294967295.
	ContextNum interface{}

	// Context info bag.
	Enter Context_ContextLocations_ContextLocation_Numbers_Number_Enter
}

Context_ContextLocations_ContextLocation_Numbers_Number Context number

func (*Context_ContextLocations_ContextLocation_Numbers_Number) GetEntityData

type Context_ContextLocations_ContextLocation_Numbers_Number_Enter

type Context_ContextLocations_ContextLocation_Numbers_Number_Enter struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// All crash info. The type is slice of
	// Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo.
	CrashInfo []*Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo
}

Context_ContextLocations_ContextLocation_Numbers_Number_Enter Context info bag

func (*Context_ContextLocations_ContextLocation_Numbers_Number_Enter) GetEntityData

type Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo

type Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Node name. The type is string.
	Node interface{}

	// Context Information. The type is slice of
	// Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_ContextInfo.
	ContextInfo []*Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_ContextInfo

	// Crash Package Information. The type is slice of
	// Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_CrashPackageInformation.
	CrashPackageInformation []*Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_CrashPackageInformation
}

Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo All crash info

func (*Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo) GetEntityData

type Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_ContextInfo

type Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_ContextInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Process name. The type is string.
	ProcessName interface{}

	// Process ID. The type is interface{} with range: 0..4294967295.
	Pid interface{}

	// Thread ID. The type is interface{} with range: 0..4294967295.
	Tid interface{}

	// Core dump time/Crash time. The type is string.
	CoreDumpTime interface{}

	// Signal number. The type is interface{} with range: 0..4294967295.
	SigNum interface{}

	// Signal error string. The type is string.
	SinErrStr interface{}

	// Sender pid. The type is interface{} with range: 0..4294967295.
	SigSendPid interface{}

	// Signal code. The type is interface{} with range: 0..4294967295.
	SigCode interface{}

	// Signal info. The type is string.
	SinInfo interface{}

	// Core for process at . The type is string.
	CoreForProcess interface{}

	// Registers Info. The type is string.
	RegistersInfo interface{}

	// Stack Trace. The type is slice of
	// Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_ContextInfo_StackTrace.
	StackTrace []*Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_ContextInfo_StackTrace

	// DLL Information. The type is slice of
	// Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_ContextInfo_DllInfo.
	DllInfo []*Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_ContextInfo_DllInfo
}

Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_ContextInfo Context Information

func (*Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_ContextInfo) GetEntityData

type Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_ContextInfo_DllInfo

type Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_ContextInfo_DllInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// DLL Path. The type is string.
	Path interface{}

	// text addr. The type is interface{} with range: 0..4294967295.
	TextAddr interface{}

	// text size. The type is interface{} with range: 0..4294967295.
	TextSize interface{}

	// data addr. The type is interface{} with range: 0..4294967295.
	DataAddr interface{}

	// data size. The type is interface{} with range: 0..4294967295.
	DataSize interface{}

	// version. The type is interface{} with range: 0..4294967295.
	Version interface{}
}

Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_ContextInfo_DllInfo DLL Information

func (*Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_ContextInfo_DllInfo) GetEntityData

type Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_ContextInfo_StackTrace

type Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_ContextInfo_StackTrace struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// stack trace. The type is interface{} with range: 0..4294967295.
	StackTrace interface{}
}

Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_ContextInfo_StackTrace Stack Trace

func (*Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_ContextInfo_StackTrace) GetEntityData

type Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_CrashPackageInformation

type Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_CrashPackageInformation struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Package name. The type is string.
	Name interface{}

	// Package Source. The type is string.
	Source interface{}
}

Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_CrashPackageInformation Crash Package Information

func (*Context_ContextLocations_ContextLocation_Numbers_Number_Enter_CrashInfo_CrashPackageInformation) GetEntityData

type Context_ContextNumbers

type Context_ContextNumbers struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Context number . The type is slice of Context_ContextNumbers_ContextNumber.
	ContextNumber []*Context_ContextNumbers_ContextNumber
}

Context_ContextNumbers Context number table

func (*Context_ContextNumbers) GetEntityData

func (contextNumbers *Context_ContextNumbers) GetEntityData() *types.CommonEntityData

type Context_ContextNumbers_ContextNumber

type Context_ContextNumbers_ContextNumber struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Context for which crash dump info required. The
	// type is interface{} with range: 0..4294967295.
	ContextNum interface{}

	// Core Context location table.
	Locations Context_ContextNumbers_ContextNumber_Locations

	// context bag.
	All Context_ContextNumbers_ContextNumber_All
}

Context_ContextNumbers_ContextNumber Context number

func (*Context_ContextNumbers_ContextNumber) GetEntityData

func (contextNumber *Context_ContextNumbers_ContextNumber) GetEntityData() *types.CommonEntityData

type Context_ContextNumbers_ContextNumber_All

type Context_ContextNumbers_ContextNumber_All struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// All crash info. The type is slice of
	// Context_ContextNumbers_ContextNumber_All_CrashInfo.
	CrashInfo []*Context_ContextNumbers_ContextNumber_All_CrashInfo
}

Context_ContextNumbers_ContextNumber_All context bag

func (*Context_ContextNumbers_ContextNumber_All) GetEntityData

type Context_ContextNumbers_ContextNumber_All_CrashInfo

type Context_ContextNumbers_ContextNumber_All_CrashInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Node name. The type is string.
	Node interface{}

	// Context Information. The type is slice of
	// Context_ContextNumbers_ContextNumber_All_CrashInfo_ContextInfo.
	ContextInfo []*Context_ContextNumbers_ContextNumber_All_CrashInfo_ContextInfo

	// Crash Package Information. The type is slice of
	// Context_ContextNumbers_ContextNumber_All_CrashInfo_CrashPackageInformation.
	CrashPackageInformation []*Context_ContextNumbers_ContextNumber_All_CrashInfo_CrashPackageInformation
}

Context_ContextNumbers_ContextNumber_All_CrashInfo All crash info

func (*Context_ContextNumbers_ContextNumber_All_CrashInfo) GetEntityData

type Context_ContextNumbers_ContextNumber_All_CrashInfo_ContextInfo

type Context_ContextNumbers_ContextNumber_All_CrashInfo_ContextInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Process name. The type is string.
	ProcessName interface{}

	// Process ID. The type is interface{} with range: 0..4294967295.
	Pid interface{}

	// Thread ID. The type is interface{} with range: 0..4294967295.
	Tid interface{}

	// Core dump time/Crash time. The type is string.
	CoreDumpTime interface{}

	// Signal number. The type is interface{} with range: 0..4294967295.
	SigNum interface{}

	// Signal error string. The type is string.
	SinErrStr interface{}

	// Sender pid. The type is interface{} with range: 0..4294967295.
	SigSendPid interface{}

	// Signal code. The type is interface{} with range: 0..4294967295.
	SigCode interface{}

	// Signal info. The type is string.
	SinInfo interface{}

	// Core for process at . The type is string.
	CoreForProcess interface{}

	// Registers Info. The type is string.
	RegistersInfo interface{}

	// Stack Trace. The type is slice of
	// Context_ContextNumbers_ContextNumber_All_CrashInfo_ContextInfo_StackTrace.
	StackTrace []*Context_ContextNumbers_ContextNumber_All_CrashInfo_ContextInfo_StackTrace

	// DLL Information. The type is slice of
	// Context_ContextNumbers_ContextNumber_All_CrashInfo_ContextInfo_DllInfo.
	DllInfo []*Context_ContextNumbers_ContextNumber_All_CrashInfo_ContextInfo_DllInfo
}

Context_ContextNumbers_ContextNumber_All_CrashInfo_ContextInfo Context Information

func (*Context_ContextNumbers_ContextNumber_All_CrashInfo_ContextInfo) GetEntityData

type Context_ContextNumbers_ContextNumber_All_CrashInfo_ContextInfo_DllInfo

type Context_ContextNumbers_ContextNumber_All_CrashInfo_ContextInfo_DllInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// DLL Path. The type is string.
	Path interface{}

	// text addr. The type is interface{} with range: 0..4294967295.
	TextAddr interface{}

	// text size. The type is interface{} with range: 0..4294967295.
	TextSize interface{}

	// data addr. The type is interface{} with range: 0..4294967295.
	DataAddr interface{}

	// data size. The type is interface{} with range: 0..4294967295.
	DataSize interface{}

	// version. The type is interface{} with range: 0..4294967295.
	Version interface{}
}

Context_ContextNumbers_ContextNumber_All_CrashInfo_ContextInfo_DllInfo DLL Information

func (*Context_ContextNumbers_ContextNumber_All_CrashInfo_ContextInfo_DllInfo) GetEntityData

type Context_ContextNumbers_ContextNumber_All_CrashInfo_ContextInfo_StackTrace

type Context_ContextNumbers_ContextNumber_All_CrashInfo_ContextInfo_StackTrace struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// stack trace. The type is interface{} with range: 0..4294967295.
	StackTrace interface{}
}

Context_ContextNumbers_ContextNumber_All_CrashInfo_ContextInfo_StackTrace Stack Trace

func (*Context_ContextNumbers_ContextNumber_All_CrashInfo_ContextInfo_StackTrace) GetEntityData

type Context_ContextNumbers_ContextNumber_All_CrashInfo_CrashPackageInformation

type Context_ContextNumbers_ContextNumber_All_CrashInfo_CrashPackageInformation struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Package name. The type is string.
	Name interface{}

	// Package Source. The type is string.
	Source interface{}
}

Context_ContextNumbers_ContextNumber_All_CrashInfo_CrashPackageInformation Crash Package Information

func (*Context_ContextNumbers_ContextNumber_All_CrashInfo_CrashPackageInformation) GetEntityData

type Context_ContextNumbers_ContextNumber_Locations

type Context_ContextNumbers_ContextNumber_Locations struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Operational Context for a particular location. The type is slice of
	// Context_ContextNumbers_ContextNumber_Locations_Location.
	Location []*Context_ContextNumbers_ContextNumber_Locations_Location
}

Context_ContextNumbers_ContextNumber_Locations Core Context location table

func (*Context_ContextNumbers_ContextNumber_Locations) GetEntityData

type Context_ContextNumbers_ContextNumber_Locations_Location

type Context_ContextNumbers_ContextNumber_Locations_Location struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. The node. The type is string with pattern:
	// ([a-zA-Z0-9_]*\d+/){1,2}([a-zA-Z0-9_]*\d+).
	NodeName interface{}

	// Context info bag.
	Enter Context_ContextNumbers_ContextNumber_Locations_Location_Enter
}

Context_ContextNumbers_ContextNumber_Locations_Location Operational Context for a particular location

func (*Context_ContextNumbers_ContextNumber_Locations_Location) GetEntityData

type Context_ContextNumbers_ContextNumber_Locations_Location_Enter

type Context_ContextNumbers_ContextNumber_Locations_Location_Enter struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// All crash info. The type is slice of
	// Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo.
	CrashInfo []*Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo
}

Context_ContextNumbers_ContextNumber_Locations_Location_Enter Context info bag

func (*Context_ContextNumbers_ContextNumber_Locations_Location_Enter) GetEntityData

type Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo

type Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Node name. The type is string.
	Node interface{}

	// Context Information. The type is slice of
	// Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_ContextInfo.
	ContextInfo []*Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_ContextInfo

	// Crash Package Information. The type is slice of
	// Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_CrashPackageInformation.
	CrashPackageInformation []*Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_CrashPackageInformation
}

Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo All crash info

func (*Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo) GetEntityData

type Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_ContextInfo

type Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_ContextInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Process name. The type is string.
	ProcessName interface{}

	// Process ID. The type is interface{} with range: 0..4294967295.
	Pid interface{}

	// Thread ID. The type is interface{} with range: 0..4294967295.
	Tid interface{}

	// Core dump time/Crash time. The type is string.
	CoreDumpTime interface{}

	// Signal number. The type is interface{} with range: 0..4294967295.
	SigNum interface{}

	// Signal error string. The type is string.
	SinErrStr interface{}

	// Sender pid. The type is interface{} with range: 0..4294967295.
	SigSendPid interface{}

	// Signal code. The type is interface{} with range: 0..4294967295.
	SigCode interface{}

	// Signal info. The type is string.
	SinInfo interface{}

	// Core for process at . The type is string.
	CoreForProcess interface{}

	// Registers Info. The type is string.
	RegistersInfo interface{}

	// Stack Trace. The type is slice of
	// Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_ContextInfo_StackTrace.
	StackTrace []*Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_ContextInfo_StackTrace

	// DLL Information. The type is slice of
	// Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_ContextInfo_DllInfo.
	DllInfo []*Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_ContextInfo_DllInfo
}

Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_ContextInfo Context Information

func (*Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_ContextInfo) GetEntityData

type Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_ContextInfo_DllInfo

type Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_ContextInfo_DllInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// DLL Path. The type is string.
	Path interface{}

	// text addr. The type is interface{} with range: 0..4294967295.
	TextAddr interface{}

	// text size. The type is interface{} with range: 0..4294967295.
	TextSize interface{}

	// data addr. The type is interface{} with range: 0..4294967295.
	DataAddr interface{}

	// data size. The type is interface{} with range: 0..4294967295.
	DataSize interface{}

	// version. The type is interface{} with range: 0..4294967295.
	Version interface{}
}

Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_ContextInfo_DllInfo DLL Information

func (*Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_ContextInfo_DllInfo) GetEntityData

type Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_ContextInfo_StackTrace

type Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_ContextInfo_StackTrace struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// stack trace. The type is interface{} with range: 0..4294967295.
	StackTrace interface{}
}

Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_ContextInfo_StackTrace Stack Trace

func (*Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_ContextInfo_StackTrace) GetEntityData

type Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_CrashPackageInformation

type Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_CrashPackageInformation struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Package name. The type is string.
	Name interface{}

	// Package Source. The type is string.
	Source interface{}
}

Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_CrashPackageInformation Crash Package Information

func (*Context_ContextNumbers_ContextNumber_Locations_Location_Enter_CrashInfo_CrashPackageInformation) GetEntityData

Jump to

Keyboard shortcuts

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