cisco_ios_xr_infra_serg_oper_session_redundancy_agent_nodes_node_memory

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-serg-oper:session-redundancy-agent/nodes/node/memory

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SergShowEdmMemoryInfo

type SergShowEdmMemoryInfo struct {
	Size                 uint32   `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"`
	Total                uint32   `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Success              uint32   `protobuf:"varint,3,opt,name=success,proto3" json:"success,omitempty"`
	Failure              uint32   `protobuf:"varint,4,opt,name=failure,proto3" json:"failure,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SergShowEdmMemoryInfo) Descriptor

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

func (*SergShowEdmMemoryInfo) GetFailure

func (m *SergShowEdmMemoryInfo) GetFailure() uint32

func (*SergShowEdmMemoryInfo) GetSize

func (m *SergShowEdmMemoryInfo) GetSize() uint32

func (*SergShowEdmMemoryInfo) GetSuccess

func (m *SergShowEdmMemoryInfo) GetSuccess() uint32

func (*SergShowEdmMemoryInfo) GetTotal

func (m *SergShowEdmMemoryInfo) GetTotal() uint32

func (*SergShowEdmMemoryInfo) ProtoMessage

func (*SergShowEdmMemoryInfo) ProtoMessage()

func (*SergShowEdmMemoryInfo) Reset

func (m *SergShowEdmMemoryInfo) Reset()

func (*SergShowEdmMemoryInfo) String

func (m *SergShowEdmMemoryInfo) String() string

func (*SergShowEdmMemoryInfo) XXX_DiscardUnknown

func (m *SergShowEdmMemoryInfo) XXX_DiscardUnknown()

func (*SergShowEdmMemoryInfo) XXX_Marshal

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

func (*SergShowEdmMemoryInfo) XXX_Merge

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

func (*SergShowEdmMemoryInfo) XXX_Size

func (m *SergShowEdmMemoryInfo) XXX_Size() int

func (*SergShowEdmMemoryInfo) XXX_Unmarshal

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

type SergShowMemory

type SergShowMemory struct {
	MemoryInfo           []*SergShowMemoryInfo       `protobuf:"bytes,50,rep,name=memory_info,json=memoryInfo,proto3" json:"memory_info,omitempty"`
	EdmMemoryInfo        []*SergShowEdmMemoryInfo    `protobuf:"bytes,51,rep,name=edm_memory_info,json=edmMemoryInfo,proto3" json:"edm_memory_info,omitempty"`
	StringMemoryInfo     []*SergShowStringMemoryInfo `protobuf:"bytes,52,rep,name=string_memory_info,json=stringMemoryInfo,proto3" json:"string_memory_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*SergShowMemory) Descriptor

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

func (*SergShowMemory) GetEdmMemoryInfo

func (m *SergShowMemory) GetEdmMemoryInfo() []*SergShowEdmMemoryInfo

func (*SergShowMemory) GetMemoryInfo

func (m *SergShowMemory) GetMemoryInfo() []*SergShowMemoryInfo

func (*SergShowMemory) GetStringMemoryInfo

func (m *SergShowMemory) GetStringMemoryInfo() []*SergShowStringMemoryInfo

func (*SergShowMemory) ProtoMessage

func (*SergShowMemory) ProtoMessage()

func (*SergShowMemory) Reset

func (m *SergShowMemory) Reset()

func (*SergShowMemory) String

func (m *SergShowMemory) String() string

func (*SergShowMemory) XXX_DiscardUnknown

func (m *SergShowMemory) XXX_DiscardUnknown()

func (*SergShowMemory) XXX_Marshal

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

func (*SergShowMemory) XXX_Merge

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

func (*SergShowMemory) XXX_Size

func (m *SergShowMemory) XXX_Size() int

func (*SergShowMemory) XXX_Unmarshal

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

type SergShowMemoryInfo

type SergShowMemoryInfo struct {
	StructureName        string   `protobuf:"bytes,1,opt,name=structure_name,json=structureName,proto3" json:"structure_name,omitempty"`
	Size                 uint32   `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	CurrentCount         uint32   `protobuf:"varint,3,opt,name=current_count,json=currentCount,proto3" json:"current_count,omitempty"`
	AllocFails           uint32   `protobuf:"varint,4,opt,name=alloc_fails,json=allocFails,proto3" json:"alloc_fails,omitempty"`
	AllocCount           uint32   `protobuf:"varint,5,opt,name=alloc_count,json=allocCount,proto3" json:"alloc_count,omitempty"`
	FreedCount           uint32   `protobuf:"varint,6,opt,name=freed_count,json=freedCount,proto3" json:"freed_count,omitempty"`
	MemoryType           string   `protobuf:"bytes,7,opt,name=memory_type,json=memoryType,proto3" json:"memory_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SergShowMemoryInfo) Descriptor

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

func (*SergShowMemoryInfo) GetAllocCount

func (m *SergShowMemoryInfo) GetAllocCount() uint32

func (*SergShowMemoryInfo) GetAllocFails

func (m *SergShowMemoryInfo) GetAllocFails() uint32

func (*SergShowMemoryInfo) GetCurrentCount

func (m *SergShowMemoryInfo) GetCurrentCount() uint32

func (*SergShowMemoryInfo) GetFreedCount

func (m *SergShowMemoryInfo) GetFreedCount() uint32

func (*SergShowMemoryInfo) GetMemoryType

func (m *SergShowMemoryInfo) GetMemoryType() string

func (*SergShowMemoryInfo) GetSize

func (m *SergShowMemoryInfo) GetSize() uint32

func (*SergShowMemoryInfo) GetStructureName

func (m *SergShowMemoryInfo) GetStructureName() string

func (*SergShowMemoryInfo) ProtoMessage

func (*SergShowMemoryInfo) ProtoMessage()

func (*SergShowMemoryInfo) Reset

func (m *SergShowMemoryInfo) Reset()

func (*SergShowMemoryInfo) String

func (m *SergShowMemoryInfo) String() string

func (*SergShowMemoryInfo) XXX_DiscardUnknown

func (m *SergShowMemoryInfo) XXX_DiscardUnknown()

func (*SergShowMemoryInfo) XXX_Marshal

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

func (*SergShowMemoryInfo) XXX_Merge

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

func (*SergShowMemoryInfo) XXX_Size

func (m *SergShowMemoryInfo) XXX_Size() int

func (*SergShowMemoryInfo) XXX_Unmarshal

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

type SergShowMemory_KEYS

type SergShowMemory_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 (*SergShowMemory_KEYS) Descriptor

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

func (*SergShowMemory_KEYS) GetNodeName

func (m *SergShowMemory_KEYS) GetNodeName() string

func (*SergShowMemory_KEYS) ProtoMessage

func (*SergShowMemory_KEYS) ProtoMessage()

func (*SergShowMemory_KEYS) Reset

func (m *SergShowMemory_KEYS) Reset()

func (*SergShowMemory_KEYS) String

func (m *SergShowMemory_KEYS) String() string

func (*SergShowMemory_KEYS) XXX_DiscardUnknown

func (m *SergShowMemory_KEYS) XXX_DiscardUnknown()

func (*SergShowMemory_KEYS) XXX_Marshal

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

func (*SergShowMemory_KEYS) XXX_Merge

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

func (*SergShowMemory_KEYS) XXX_Size

func (m *SergShowMemory_KEYS) XXX_Size() int

func (*SergShowMemory_KEYS) XXX_Unmarshal

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

type SergShowStringMemoryInfo

type SergShowStringMemoryInfo struct {
	Size                 uint32   `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"`
	Total                uint32   `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Success              uint32   `protobuf:"varint,3,opt,name=success,proto3" json:"success,omitempty"`
	Failure              uint32   `protobuf:"varint,4,opt,name=failure,proto3" json:"failure,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SergShowStringMemoryInfo) Descriptor

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

func (*SergShowStringMemoryInfo) GetFailure

func (m *SergShowStringMemoryInfo) GetFailure() uint32

func (*SergShowStringMemoryInfo) GetSize

func (m *SergShowStringMemoryInfo) GetSize() uint32

func (*SergShowStringMemoryInfo) GetSuccess

func (m *SergShowStringMemoryInfo) GetSuccess() uint32

func (*SergShowStringMemoryInfo) GetTotal

func (m *SergShowStringMemoryInfo) GetTotal() uint32

func (*SergShowStringMemoryInfo) ProtoMessage

func (*SergShowStringMemoryInfo) ProtoMessage()

func (*SergShowStringMemoryInfo) Reset

func (m *SergShowStringMemoryInfo) Reset()

func (*SergShowStringMemoryInfo) String

func (m *SergShowStringMemoryInfo) String() string

func (*SergShowStringMemoryInfo) XXX_DiscardUnknown

func (m *SergShowStringMemoryInfo) XXX_DiscardUnknown()

func (*SergShowStringMemoryInfo) XXX_Marshal

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

func (*SergShowStringMemoryInfo) XXX_Merge

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

func (*SergShowStringMemoryInfo) XXX_Size

func (m *SergShowStringMemoryInfo) XXX_Size() int

func (*SergShowStringMemoryInfo) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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