cisco_ios_xr_nto_misc_oper_memory_summary_nodes_node_detail

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-nto-misc-oper:memory-summary/nodes/node/detail

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NodeMemInfoDetail

type NodeMemInfoDetail struct {
	PageSize              uint32               `protobuf:"varint,50,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	RamMemory             uint64               `protobuf:"varint,51,opt,name=ram_memory,json=ramMemory,proto3" json:"ram_memory,omitempty"`
	FreePhysicalMemory    uint64               `protobuf:"varint,52,opt,name=free_physical_memory,json=freePhysicalMemory,proto3" json:"free_physical_memory,omitempty"`
	PrivatePhysicalMemory uint64               `` /* 128-byte string literal not displayed */
	SystemRamMemory       uint64               `protobuf:"varint,54,opt,name=system_ram_memory,json=systemRamMemory,proto3" json:"system_ram_memory,omitempty"`
	FreeApplicationMemory uint64               `` /* 128-byte string literal not displayed */
	ImageMemory           uint64               `protobuf:"varint,56,opt,name=image_memory,json=imageMemory,proto3" json:"image_memory,omitempty"`
	BootRamSize           uint64               `protobuf:"varint,57,opt,name=boot_ram_size,json=bootRamSize,proto3" json:"boot_ram_size,omitempty"`
	ReservedMemory        uint64               `protobuf:"varint,58,opt,name=reserved_memory,json=reservedMemory,proto3" json:"reserved_memory,omitempty"`
	IoMemory              uint64               `protobuf:"varint,59,opt,name=io_memory,json=ioMemory,proto3" json:"io_memory,omitempty"`
	FlashSystem           uint64               `protobuf:"varint,60,opt,name=flash_system,json=flashSystem,proto3" json:"flash_system,omitempty"`
	SharedWindow          []*SharedWindowEntry `protobuf:"bytes,61,rep,name=shared_window,json=sharedWindow,proto3" json:"shared_window,omitempty"`
	TotalSharedWindow     uint64               `protobuf:"varint,62,opt,name=total_shared_window,json=totalSharedWindow,proto3" json:"total_shared_window,omitempty"`
	AllocatedMemory       uint64               `protobuf:"varint,63,opt,name=allocated_memory,json=allocatedMemory,proto3" json:"allocated_memory,omitempty"`
	ProgramText           uint64               `protobuf:"varint,64,opt,name=program_text,json=programText,proto3" json:"program_text,omitempty"`
	ProgramData           uint64               `protobuf:"varint,65,opt,name=program_data,json=programData,proto3" json:"program_data,omitempty"`
	ProgramStack          uint64               `protobuf:"varint,66,opt,name=program_stack,json=programStack,proto3" json:"program_stack,omitempty"`
	TotalUsed             uint64               `protobuf:"varint,67,opt,name=total_used,json=totalUsed,proto3" json:"total_used,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}             `json:"-"`
	XXX_unrecognized      []byte               `json:"-"`
	XXX_sizecache         int32                `json:"-"`
}

func (*NodeMemInfoDetail) Descriptor

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

func (*NodeMemInfoDetail) GetAllocatedMemory

func (m *NodeMemInfoDetail) GetAllocatedMemory() uint64

func (*NodeMemInfoDetail) GetBootRamSize

func (m *NodeMemInfoDetail) GetBootRamSize() uint64

func (*NodeMemInfoDetail) GetFlashSystem

func (m *NodeMemInfoDetail) GetFlashSystem() uint64

func (*NodeMemInfoDetail) GetFreeApplicationMemory

func (m *NodeMemInfoDetail) GetFreeApplicationMemory() uint64

func (*NodeMemInfoDetail) GetFreePhysicalMemory

func (m *NodeMemInfoDetail) GetFreePhysicalMemory() uint64

func (*NodeMemInfoDetail) GetImageMemory

func (m *NodeMemInfoDetail) GetImageMemory() uint64

func (*NodeMemInfoDetail) GetIoMemory

func (m *NodeMemInfoDetail) GetIoMemory() uint64

func (*NodeMemInfoDetail) GetPageSize

func (m *NodeMemInfoDetail) GetPageSize() uint32

func (*NodeMemInfoDetail) GetPrivatePhysicalMemory

func (m *NodeMemInfoDetail) GetPrivatePhysicalMemory() uint64

func (*NodeMemInfoDetail) GetProgramData

func (m *NodeMemInfoDetail) GetProgramData() uint64

func (*NodeMemInfoDetail) GetProgramStack

func (m *NodeMemInfoDetail) GetProgramStack() uint64

func (*NodeMemInfoDetail) GetProgramText

func (m *NodeMemInfoDetail) GetProgramText() uint64

func (*NodeMemInfoDetail) GetRamMemory

func (m *NodeMemInfoDetail) GetRamMemory() uint64

func (*NodeMemInfoDetail) GetReservedMemory

func (m *NodeMemInfoDetail) GetReservedMemory() uint64

func (*NodeMemInfoDetail) GetSharedWindow

func (m *NodeMemInfoDetail) GetSharedWindow() []*SharedWindowEntry

func (*NodeMemInfoDetail) GetSystemRamMemory

func (m *NodeMemInfoDetail) GetSystemRamMemory() uint64

func (*NodeMemInfoDetail) GetTotalSharedWindow

func (m *NodeMemInfoDetail) GetTotalSharedWindow() uint64

func (*NodeMemInfoDetail) GetTotalUsed

func (m *NodeMemInfoDetail) GetTotalUsed() uint64

func (*NodeMemInfoDetail) ProtoMessage

func (*NodeMemInfoDetail) ProtoMessage()

func (*NodeMemInfoDetail) Reset

func (m *NodeMemInfoDetail) Reset()

func (*NodeMemInfoDetail) String

func (m *NodeMemInfoDetail) String() string

func (*NodeMemInfoDetail) XXX_DiscardUnknown

func (m *NodeMemInfoDetail) XXX_DiscardUnknown()

func (*NodeMemInfoDetail) XXX_Marshal

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

func (*NodeMemInfoDetail) XXX_Merge

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

func (*NodeMemInfoDetail) XXX_Size

func (m *NodeMemInfoDetail) XXX_Size() int

func (*NodeMemInfoDetail) XXX_Unmarshal

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

type NodeMemInfoDetail_KEYS

type NodeMemInfoDetail_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 (*NodeMemInfoDetail_KEYS) Descriptor

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

func (*NodeMemInfoDetail_KEYS) GetNodeName

func (m *NodeMemInfoDetail_KEYS) GetNodeName() string

func (*NodeMemInfoDetail_KEYS) ProtoMessage

func (*NodeMemInfoDetail_KEYS) ProtoMessage()

func (*NodeMemInfoDetail_KEYS) Reset

func (m *NodeMemInfoDetail_KEYS) Reset()

func (*NodeMemInfoDetail_KEYS) String

func (m *NodeMemInfoDetail_KEYS) String() string

func (*NodeMemInfoDetail_KEYS) XXX_DiscardUnknown

func (m *NodeMemInfoDetail_KEYS) XXX_DiscardUnknown()

func (*NodeMemInfoDetail_KEYS) XXX_Marshal

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

func (*NodeMemInfoDetail_KEYS) XXX_Merge

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

func (*NodeMemInfoDetail_KEYS) XXX_Size

func (m *NodeMemInfoDetail_KEYS) XXX_Size() int

func (*NodeMemInfoDetail_KEYS) XXX_Unmarshal

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

type SharedWindowEntry

type SharedWindowEntry struct {
	SharedWindow         string   `protobuf:"bytes,1,opt,name=shared_window,json=sharedWindow,proto3" json:"shared_window,omitempty"`
	WindowSize           uint64   `protobuf:"varint,2,opt,name=window_size,json=windowSize,proto3" json:"window_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SharedWindowEntry) Descriptor

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

func (*SharedWindowEntry) GetSharedWindow

func (m *SharedWindowEntry) GetSharedWindow() string

func (*SharedWindowEntry) GetWindowSize

func (m *SharedWindowEntry) GetWindowSize() uint64

func (*SharedWindowEntry) ProtoMessage

func (*SharedWindowEntry) ProtoMessage()

func (*SharedWindowEntry) Reset

func (m *SharedWindowEntry) Reset()

func (*SharedWindowEntry) String

func (m *SharedWindowEntry) String() string

func (*SharedWindowEntry) XXX_DiscardUnknown

func (m *SharedWindowEntry) XXX_DiscardUnknown()

func (*SharedWindowEntry) XXX_Marshal

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

func (*SharedWindowEntry) XXX_Merge

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

func (*SharedWindowEntry) XXX_Size

func (m *SharedWindowEntry) XXX_Size() int

func (*SharedWindowEntry) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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