cisco_ios_xr_clns_isis_oper_isis_instances_instance_levels_level_database_log

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Cisco-IOS-XR-clns-isis-oper:isis/instances/instance/levels/level/database-log

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IsisShGenericLogEnt

type IsisShGenericLogEnt struct {
	// Time in UTC relative to Jan 1st, 1970
	Timestamp            *IsisShTimestampType `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Generic portion of a log entry

func (*IsisShGenericLogEnt) Descriptor

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

func (*IsisShGenericLogEnt) GetTimestamp

func (m *IsisShGenericLogEnt) GetTimestamp() *IsisShTimestampType

func (*IsisShGenericLogEnt) ProtoMessage

func (*IsisShGenericLogEnt) ProtoMessage()

func (*IsisShGenericLogEnt) Reset

func (m *IsisShGenericLogEnt) Reset()

func (*IsisShGenericLogEnt) String

func (m *IsisShGenericLogEnt) String() string

func (*IsisShGenericLogEnt) XXX_DiscardUnknown

func (m *IsisShGenericLogEnt) XXX_DiscardUnknown()

func (*IsisShGenericLogEnt) XXX_Marshal

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

func (*IsisShGenericLogEnt) XXX_Merge

func (dst *IsisShGenericLogEnt) XXX_Merge(src proto.Message)

func (*IsisShGenericLogEnt) XXX_Size

func (m *IsisShGenericLogEnt) XXX_Size() int

func (*IsisShGenericLogEnt) XXX_Unmarshal

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

type IsisShLspDbLogEnt

type IsisShLspDbLogEnt struct {
	// Generic entry data
	GenericData *IsisShGenericLogEnt `protobuf:"bytes,1,opt,name=generic_data,json=genericData,proto3" json:"generic_data,omitempty"`
	// Operation applying to this entry.
	LspdbOperation string `protobuf:"bytes,2,opt,name=lspdb_operation,json=lspdbOperation,proto3" json:"lspdb_operation,omitempty"`
	// Entry being inserted or the updated version of an old entry.
	NewLspEntry *IsisShLspHeader `protobuf:"bytes,3,opt,name=new_lsp_entry,json=newLspEntry,proto3" json:"new_lsp_entry,omitempty"`
	// Entry being replaced.
	OldLspEntry          *IsisShLspHeader `protobuf:"bytes,4,opt,name=old_lsp_entry,json=oldLspEntry,proto3" json:"old_lsp_entry,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

LSP Database Log Entry

func (*IsisShLspDbLogEnt) Descriptor

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

func (*IsisShLspDbLogEnt) GetGenericData

func (m *IsisShLspDbLogEnt) GetGenericData() *IsisShGenericLogEnt

func (*IsisShLspDbLogEnt) GetLspdbOperation

func (m *IsisShLspDbLogEnt) GetLspdbOperation() string

func (*IsisShLspDbLogEnt) GetNewLspEntry

func (m *IsisShLspDbLogEnt) GetNewLspEntry() *IsisShLspHeader

func (*IsisShLspDbLogEnt) GetOldLspEntry

func (m *IsisShLspDbLogEnt) GetOldLspEntry() *IsisShLspHeader

func (*IsisShLspDbLogEnt) ProtoMessage

func (*IsisShLspDbLogEnt) ProtoMessage()

func (*IsisShLspDbLogEnt) Reset

func (m *IsisShLspDbLogEnt) Reset()

func (*IsisShLspDbLogEnt) String

func (m *IsisShLspDbLogEnt) String() string

func (*IsisShLspDbLogEnt) XXX_DiscardUnknown

func (m *IsisShLspDbLogEnt) XXX_DiscardUnknown()

func (*IsisShLspDbLogEnt) XXX_Marshal

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

func (*IsisShLspDbLogEnt) XXX_Merge

func (dst *IsisShLspDbLogEnt) XXX_Merge(src proto.Message)

func (*IsisShLspDbLogEnt) XXX_Size

func (m *IsisShLspDbLogEnt) XXX_Size() int

func (*IsisShLspDbLogEnt) XXX_Unmarshal

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

type IsisShLspDbLogStruc

type IsisShLspDbLogStruc struct {
	// Entries
	LogEntry             []*IsisShLspDbLogEnt `protobuf:"bytes,50,rep,name=log_entry,json=logEntry,proto3" json:"log_entry,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*IsisShLspDbLogStruc) Descriptor

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

func (*IsisShLspDbLogStruc) GetLogEntry

func (m *IsisShLspDbLogStruc) GetLogEntry() []*IsisShLspDbLogEnt

func (*IsisShLspDbLogStruc) ProtoMessage

func (*IsisShLspDbLogStruc) ProtoMessage()

func (*IsisShLspDbLogStruc) Reset

func (m *IsisShLspDbLogStruc) Reset()

func (*IsisShLspDbLogStruc) String

func (m *IsisShLspDbLogStruc) String() string

func (*IsisShLspDbLogStruc) XXX_DiscardUnknown

func (m *IsisShLspDbLogStruc) XXX_DiscardUnknown()

func (*IsisShLspDbLogStruc) XXX_Marshal

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

func (*IsisShLspDbLogStruc) XXX_Merge

func (dst *IsisShLspDbLogStruc) XXX_Merge(src proto.Message)

func (*IsisShLspDbLogStruc) XXX_Size

func (m *IsisShLspDbLogStruc) XXX_Size() int

func (*IsisShLspDbLogStruc) XXX_Unmarshal

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

type IsisShLspDbLogStruc_KEYS

type IsisShLspDbLogStruc_KEYS struct {
	InstanceName         string   `protobuf:"bytes,1,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"`
	Level                string   `protobuf:"bytes,2,opt,name=level,proto3" json:"level,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

LSP Database Log

func (*IsisShLspDbLogStruc_KEYS) Descriptor

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

func (*IsisShLspDbLogStruc_KEYS) GetInstanceName

func (m *IsisShLspDbLogStruc_KEYS) GetInstanceName() string

func (*IsisShLspDbLogStruc_KEYS) GetLevel

func (m *IsisShLspDbLogStruc_KEYS) GetLevel() string

func (*IsisShLspDbLogStruc_KEYS) ProtoMessage

func (*IsisShLspDbLogStruc_KEYS) ProtoMessage()

func (*IsisShLspDbLogStruc_KEYS) Reset

func (m *IsisShLspDbLogStruc_KEYS) Reset()

func (*IsisShLspDbLogStruc_KEYS) String

func (m *IsisShLspDbLogStruc_KEYS) String() string

func (*IsisShLspDbLogStruc_KEYS) XXX_DiscardUnknown

func (m *IsisShLspDbLogStruc_KEYS) XXX_DiscardUnknown()

func (*IsisShLspDbLogStruc_KEYS) XXX_Marshal

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

func (*IsisShLspDbLogStruc_KEYS) XXX_Merge

func (dst *IsisShLspDbLogStruc_KEYS) XXX_Merge(src proto.Message)

func (*IsisShLspDbLogStruc_KEYS) XXX_Size

func (m *IsisShLspDbLogStruc_KEYS) XXX_Size() int

func (*IsisShLspDbLogStruc_KEYS) XXX_Unmarshal

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

type IsisShLspHeader

type IsisShLspHeader struct {
	// The LSP ID
	LspId string `protobuf:"bytes,1,opt,name=lsp_id,json=lspId,proto3" json:"lsp_id,omitempty"`
	// TRUE if this is a locally generated LSP
	LocalLspFlag bool `protobuf:"varint,2,opt,name=local_lsp_flag,json=localLspFlag,proto3" json:"local_lsp_flag,omitempty"`
	// TRUE if this LSP has not expired
	LspActiveFlag bool `protobuf:"varint,3,opt,name=lsp_active_flag,json=lspActiveFlag,proto3" json:"lsp_active_flag,omitempty"`
	// Time, in seconds, until LSP expiry (if active) or deletion (if expired)
	LspHoldtime uint32 `protobuf:"varint,4,opt,name=lsp_holdtime,json=lspHoldtime,proto3" json:"lsp_holdtime,omitempty"`
	// The LSP sequence number
	LspSequenceNumber uint32 `protobuf:"varint,5,opt,name=lsp_sequence_number,json=lspSequenceNumber,proto3" json:"lsp_sequence_number,omitempty"`
	// The LSP checksum
	LspChecksum uint32 `protobuf:"varint,6,opt,name=lsp_checksum,json=lspChecksum,proto3" json:"lsp_checksum,omitempty"`
	// TRUE if partition repair is supported
	LspParitionRepairSupportedFlag bool `` /* 158-byte string literal not displayed */
	// TRUE if attached bit is set
	LspAttachedFlag bool `protobuf:"varint,8,opt,name=lsp_attached_flag,json=lspAttachedFlag,proto3" json:"lsp_attached_flag,omitempty"`
	// TRUE if the overload bit is set
	LspOverloadedFlag bool `protobuf:"varint,9,opt,name=lsp_overloaded_flag,json=lspOverloadedFlag,proto3" json:"lsp_overloaded_flag,omitempty"`
	// TRUE if the LSP is non-v1a, XXX for testing
	LspNonV1AFlag uint32 `protobuf:"varint,10,opt,name=lsp_non_v1_a_flag,json=lspNonV1AFlag,proto3" json:"lsp_non_v1_a_flag,omitempty"`
	// The type of the IS sourcing the LSP
	LspLevel string `protobuf:"bytes,11,opt,name=lsp_level,json=lspLevel,proto3" json:"lsp_level,omitempty"`
	// The total length of the LSP
	LspLength            uint32   `protobuf:"varint,12,opt,name=lsp_length,json=lspLength,proto3" json:"lsp_length,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Contents of an IS-IS LSP header

func (*IsisShLspHeader) Descriptor

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

func (*IsisShLspHeader) GetLocalLspFlag

func (m *IsisShLspHeader) GetLocalLspFlag() bool

func (*IsisShLspHeader) GetLspActiveFlag

func (m *IsisShLspHeader) GetLspActiveFlag() bool

func (*IsisShLspHeader) GetLspAttachedFlag

func (m *IsisShLspHeader) GetLspAttachedFlag() bool

func (*IsisShLspHeader) GetLspChecksum

func (m *IsisShLspHeader) GetLspChecksum() uint32

func (*IsisShLspHeader) GetLspHoldtime

func (m *IsisShLspHeader) GetLspHoldtime() uint32

func (*IsisShLspHeader) GetLspId

func (m *IsisShLspHeader) GetLspId() string

func (*IsisShLspHeader) GetLspLength

func (m *IsisShLspHeader) GetLspLength() uint32

func (*IsisShLspHeader) GetLspLevel

func (m *IsisShLspHeader) GetLspLevel() string

func (*IsisShLspHeader) GetLspNonV1AFlag

func (m *IsisShLspHeader) GetLspNonV1AFlag() uint32

func (*IsisShLspHeader) GetLspOverloadedFlag

func (m *IsisShLspHeader) GetLspOverloadedFlag() bool

func (*IsisShLspHeader) GetLspParitionRepairSupportedFlag

func (m *IsisShLspHeader) GetLspParitionRepairSupportedFlag() bool

func (*IsisShLspHeader) GetLspSequenceNumber

func (m *IsisShLspHeader) GetLspSequenceNumber() uint32

func (*IsisShLspHeader) ProtoMessage

func (*IsisShLspHeader) ProtoMessage()

func (*IsisShLspHeader) Reset

func (m *IsisShLspHeader) Reset()

func (*IsisShLspHeader) String

func (m *IsisShLspHeader) String() string

func (*IsisShLspHeader) XXX_DiscardUnknown

func (m *IsisShLspHeader) XXX_DiscardUnknown()

func (*IsisShLspHeader) XXX_Marshal

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

func (*IsisShLspHeader) XXX_Merge

func (dst *IsisShLspHeader) XXX_Merge(src proto.Message)

func (*IsisShLspHeader) XXX_Size

func (m *IsisShLspHeader) XXX_Size() int

func (*IsisShLspHeader) XXX_Unmarshal

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

type IsisShTimestampType

type IsisShTimestampType struct {
	// Timestamp value (seconds)
	Seconds uint32 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"`
	// Timestamp value (nanoseconds)
	NanoSeconds          uint32   `protobuf:"varint,2,opt,name=nano_seconds,json=nanoSeconds,proto3" json:"nano_seconds,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Timestamp for an event

func (*IsisShTimestampType) Descriptor

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

func (*IsisShTimestampType) GetNanoSeconds

func (m *IsisShTimestampType) GetNanoSeconds() uint32

func (*IsisShTimestampType) GetSeconds

func (m *IsisShTimestampType) GetSeconds() uint32

func (*IsisShTimestampType) ProtoMessage

func (*IsisShTimestampType) ProtoMessage()

func (*IsisShTimestampType) Reset

func (m *IsisShTimestampType) Reset()

func (*IsisShTimestampType) String

func (m *IsisShTimestampType) String() string

func (*IsisShTimestampType) XXX_DiscardUnknown

func (m *IsisShTimestampType) XXX_DiscardUnknown()

func (*IsisShTimestampType) XXX_Marshal

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

func (*IsisShTimestampType) XXX_Merge

func (dst *IsisShTimestampType) XXX_Merge(src proto.Message)

func (*IsisShTimestampType) XXX_Size

func (m *IsisShTimestampType) XXX_Size() int

func (*IsisShTimestampType) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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