Documentation
¶
Overview ¶
Cisco-IOS-XR-infra-syslog-oper:get-syslog/output/data/syslog/messages/message
Index ¶
- type SystemMessage
- func (*SystemMessage) Descriptor() ([]byte, []int)
- func (m *SystemMessage) GetCardType() string
- func (m *SystemMessage) GetCategory() string
- func (m *SystemMessage) GetGroup() string
- func (m *SystemMessage) GetMessageName() string
- func (m *SystemMessage) GetNodeName() string
- func (m *SystemMessage) GetProcessName() string
- func (m *SystemMessage) GetSeverity() string
- func (m *SystemMessage) GetText() string
- func (m *SystemMessage) GetTimeOfDay() string
- func (m *SystemMessage) GetTimeStamp() uint64
- func (m *SystemMessage) GetTimeZone() string
- func (*SystemMessage) ProtoMessage()
- func (m *SystemMessage) Reset()
- func (m *SystemMessage) String() string
- func (m *SystemMessage) XXX_DiscardUnknown()
- func (m *SystemMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SystemMessage) XXX_Merge(src proto.Message)
- func (m *SystemMessage) XXX_Size() int
- func (m *SystemMessage) XXX_Unmarshal(b []byte) error
- type SystemMessage_KEYS
- func (*SystemMessage_KEYS) Descriptor() ([]byte, []int)
- func (m *SystemMessage_KEYS) GetMessageId() uint32
- func (*SystemMessage_KEYS) ProtoMessage()
- func (m *SystemMessage_KEYS) Reset()
- func (m *SystemMessage_KEYS) String() string
- func (m *SystemMessage_KEYS) XXX_DiscardUnknown()
- func (m *SystemMessage_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SystemMessage_KEYS) XXX_Merge(src proto.Message)
- func (m *SystemMessage_KEYS) XXX_Size() int
- func (m *SystemMessage_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemMessage ¶
type SystemMessage struct { CardType string `protobuf:"bytes,50,opt,name=card_type,json=cardType,proto3" json:"card_type,omitempty"` NodeName string `protobuf:"bytes,51,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"` TimeStamp uint64 `protobuf:"varint,52,opt,name=time_stamp,json=timeStamp,proto3" json:"time_stamp,omitempty"` TimeOfDay string `protobuf:"bytes,53,opt,name=time_of_day,json=timeOfDay,proto3" json:"time_of_day,omitempty"` TimeZone string `protobuf:"bytes,54,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"` ProcessName string `protobuf:"bytes,55,opt,name=process_name,json=processName,proto3" json:"process_name,omitempty"` Category string `protobuf:"bytes,56,opt,name=category,proto3" json:"category,omitempty"` Group string `protobuf:"bytes,57,opt,name=group,proto3" json:"group,omitempty"` MessageName string `protobuf:"bytes,58,opt,name=message_name,json=messageName,proto3" json:"message_name,omitempty"` Severity string `protobuf:"bytes,59,opt,name=severity,proto3" json:"severity,omitempty"` Text string `protobuf:"bytes,60,opt,name=text,proto3" json:"text,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SystemMessage) Descriptor ¶
func (*SystemMessage) Descriptor() ([]byte, []int)
func (*SystemMessage) GetCardType ¶
func (m *SystemMessage) GetCardType() string
func (*SystemMessage) GetCategory ¶
func (m *SystemMessage) GetCategory() string
func (*SystemMessage) GetGroup ¶
func (m *SystemMessage) GetGroup() string
func (*SystemMessage) GetMessageName ¶
func (m *SystemMessage) GetMessageName() string
func (*SystemMessage) GetNodeName ¶
func (m *SystemMessage) GetNodeName() string
func (*SystemMessage) GetProcessName ¶
func (m *SystemMessage) GetProcessName() string
func (*SystemMessage) GetSeverity ¶
func (m *SystemMessage) GetSeverity() string
func (*SystemMessage) GetText ¶
func (m *SystemMessage) GetText() string
func (*SystemMessage) GetTimeOfDay ¶
func (m *SystemMessage) GetTimeOfDay() string
func (*SystemMessage) GetTimeStamp ¶
func (m *SystemMessage) GetTimeStamp() uint64
func (*SystemMessage) GetTimeZone ¶
func (m *SystemMessage) GetTimeZone() string
func (*SystemMessage) ProtoMessage ¶
func (*SystemMessage) ProtoMessage()
func (*SystemMessage) Reset ¶
func (m *SystemMessage) Reset()
func (*SystemMessage) String ¶
func (m *SystemMessage) String() string
func (*SystemMessage) XXX_DiscardUnknown ¶
func (m *SystemMessage) XXX_DiscardUnknown()
func (*SystemMessage) XXX_Marshal ¶
func (m *SystemMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SystemMessage) XXX_Merge ¶
func (m *SystemMessage) XXX_Merge(src proto.Message)
func (*SystemMessage) XXX_Size ¶
func (m *SystemMessage) XXX_Size() int
func (*SystemMessage) XXX_Unmarshal ¶
func (m *SystemMessage) XXX_Unmarshal(b []byte) error
type SystemMessage_KEYS ¶
type SystemMessage_KEYS struct { MessageId uint32 `protobuf:"varint,1,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SystemMessage_KEYS) Descriptor ¶
func (*SystemMessage_KEYS) Descriptor() ([]byte, []int)
func (*SystemMessage_KEYS) GetMessageId ¶
func (m *SystemMessage_KEYS) GetMessageId() uint32
func (*SystemMessage_KEYS) ProtoMessage ¶
func (*SystemMessage_KEYS) ProtoMessage()
func (*SystemMessage_KEYS) Reset ¶
func (m *SystemMessage_KEYS) Reset()
func (*SystemMessage_KEYS) String ¶
func (m *SystemMessage_KEYS) String() string
func (*SystemMessage_KEYS) XXX_DiscardUnknown ¶
func (m *SystemMessage_KEYS) XXX_DiscardUnknown()
func (*SystemMessage_KEYS) XXX_Marshal ¶
func (m *SystemMessage_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SystemMessage_KEYS) XXX_Merge ¶
func (m *SystemMessage_KEYS) XXX_Merge(src proto.Message)
func (*SystemMessage_KEYS) XXX_Size ¶
func (m *SystemMessage_KEYS) XXX_Size() int
func (*SystemMessage_KEYS) XXX_Unmarshal ¶
func (m *SystemMessage_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.