cisco_ios_xr_crypto_sam_oper_sam_log_contents_log_content

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-crypto-sam-oper:sam/log-contents/log-content

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CryptoLog

type CryptoLog struct {
	Logs                 []*LogSamInfo `protobuf:"bytes,50,rep,name=logs,proto3" json:"logs,omitempty"`
	TotalEntries         uint32        `protobuf:"varint,51,opt,name=total_entries,json=totalEntries,proto3" json:"total_entries,omitempty"`
	EntriesShown         uint32        `protobuf:"varint,52,opt,name=entries_shown,json=entriesShown,proto3" json:"entries_shown,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*CryptoLog) Descriptor

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

func (*CryptoLog) GetEntriesShown

func (m *CryptoLog) GetEntriesShown() uint32

func (*CryptoLog) GetLogs

func (m *CryptoLog) GetLogs() []*LogSamInfo

func (*CryptoLog) GetTotalEntries

func (m *CryptoLog) GetTotalEntries() uint32

func (*CryptoLog) ProtoMessage

func (*CryptoLog) ProtoMessage()

func (*CryptoLog) Reset

func (m *CryptoLog) Reset()

func (*CryptoLog) String

func (m *CryptoLog) String() string

func (*CryptoLog) XXX_DiscardUnknown

func (m *CryptoLog) XXX_DiscardUnknown()

func (*CryptoLog) XXX_Marshal

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

func (*CryptoLog) XXX_Merge

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

func (*CryptoLog) XXX_Size

func (m *CryptoLog) XXX_Size() int

func (*CryptoLog) XXX_Unmarshal

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

type CryptoLog_KEYS

type CryptoLog_KEYS struct {
	NumberOfLines        uint32   `protobuf:"varint,1,opt,name=number_of_lines,json=numberOfLines,proto3" json:"number_of_lines,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CryptoLog_KEYS) Descriptor

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

func (*CryptoLog_KEYS) GetNumberOfLines

func (m *CryptoLog_KEYS) GetNumberOfLines() uint32

func (*CryptoLog_KEYS) ProtoMessage

func (*CryptoLog_KEYS) ProtoMessage()

func (*CryptoLog_KEYS) Reset

func (m *CryptoLog_KEYS) Reset()

func (*CryptoLog_KEYS) String

func (m *CryptoLog_KEYS) String() string

func (*CryptoLog_KEYS) XXX_DiscardUnknown

func (m *CryptoLog_KEYS) XXX_DiscardUnknown()

func (*CryptoLog_KEYS) XXX_Marshal

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

func (*CryptoLog_KEYS) XXX_Merge

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

func (*CryptoLog_KEYS) XXX_Size

func (m *CryptoLog_KEYS) XXX_Size() int

func (*CryptoLog_KEYS) XXX_Unmarshal

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

type LogSamInfo

type LogSamInfo struct {
	Time                 string   `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty"`
	Code                 string   `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	TargetDevice         string   `protobuf:"bytes,3,opt,name=target_device,json=targetDevice,proto3" json:"target_device,omitempty"`
	Index                uint32   `protobuf:"varint,4,opt,name=index,proto3" json:"index,omitempty"`
	Error                string   `protobuf:"bytes,5,opt,name=error,proto3" json:"error,omitempty"`
	Issuer               string   `protobuf:"bytes,6,opt,name=issuer,proto3" json:"issuer,omitempty"`
	SerialNo             string   `protobuf:"bytes,7,opt,name=serial_no,json=serialNo,proto3" json:"serial_no,omitempty"`
	SamTableIndex        uint32   `protobuf:"varint,8,opt,name=sam_table_index,json=samTableIndex,proto3" json:"sam_table_index,omitempty"`
	UpdateTime           string   `protobuf:"bytes,9,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	SourceDevice         string   `protobuf:"bytes,10,opt,name=source_device,json=sourceDevice,proto3" json:"source_device,omitempty"`
	Table                string   `protobuf:"bytes,11,opt,name=table,proto3" json:"table,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LogSamInfo) Descriptor

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

func (*LogSamInfo) GetCode

func (m *LogSamInfo) GetCode() string

func (*LogSamInfo) GetError

func (m *LogSamInfo) GetError() string

func (*LogSamInfo) GetIndex

func (m *LogSamInfo) GetIndex() uint32

func (*LogSamInfo) GetIssuer

func (m *LogSamInfo) GetIssuer() string

func (*LogSamInfo) GetSamTableIndex

func (m *LogSamInfo) GetSamTableIndex() uint32

func (*LogSamInfo) GetSerialNo

func (m *LogSamInfo) GetSerialNo() string

func (*LogSamInfo) GetSourceDevice

func (m *LogSamInfo) GetSourceDevice() string

func (*LogSamInfo) GetTable

func (m *LogSamInfo) GetTable() string

func (*LogSamInfo) GetTargetDevice

func (m *LogSamInfo) GetTargetDevice() string

func (*LogSamInfo) GetTime

func (m *LogSamInfo) GetTime() string

func (*LogSamInfo) GetUpdateTime

func (m *LogSamInfo) GetUpdateTime() string

func (*LogSamInfo) ProtoMessage

func (*LogSamInfo) ProtoMessage()

func (*LogSamInfo) Reset

func (m *LogSamInfo) Reset()

func (*LogSamInfo) String

func (m *LogSamInfo) String() string

func (*LogSamInfo) XXX_DiscardUnknown

func (m *LogSamInfo) XXX_DiscardUnknown()

func (*LogSamInfo) XXX_Marshal

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

func (*LogSamInfo) XXX_Merge

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

func (*LogSamInfo) XXX_Size

func (m *LogSamInfo) XXX_Size() int

func (*LogSamInfo) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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