Documentation ¶
Overview ¶
Cisco-IOS-XR-pmengine-oper:performance-management-history/global/periodic/macsec-history/macsec-port-histories/macsec-port-history/macsec-minute15-history/macsec-minute15secyif-histories/macsec-minute15secyif-history/macsec-minute15secyif-time-line-instances/macsec-minute15secyif-time-line-instance
Index ¶
- type PmSecyIfParam
- func (*PmSecyIfParam) Descriptor() ([]byte, []int)
- func (m *PmSecyIfParam) GetData() uint64
- func (m *PmSecyIfParam) GetTcaReport() bool
- func (m *PmSecyIfParam) GetThreshold() uint64
- func (m *PmSecyIfParam) GetValid() bool
- func (*PmSecyIfParam) ProtoMessage()
- func (m *PmSecyIfParam) Reset()
- func (m *PmSecyIfParam) String() string
- func (m *PmSecyIfParam) XXX_DiscardUnknown()
- func (m *PmSecyIfParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PmSecyIfParam) XXX_Merge(src proto.Message)
- func (m *PmSecyIfParam) XXX_Size() int
- func (m *PmSecyIfParam) XXX_Unmarshal(b []byte) error
- type PmSecyIfParas
- func (*PmSecyIfParas) Descriptor() ([]byte, []int)
- func (m *PmSecyIfParas) GetInOctetsDecrypted() *PmSecyIfParam
- func (m *PmSecyIfParas) GetInOctetsValidated() *PmSecyIfParam
- func (m *PmSecyIfParas) GetInPktsBadTag() *PmSecyIfParam
- func (m *PmSecyIfParas) GetInPktsNoSci() *PmSecyIfParam
- func (m *PmSecyIfParas) GetInPktsNoTag() *PmSecyIfParam
- func (m *PmSecyIfParas) GetInPktsOverrun() *PmSecyIfParam
- func (m *PmSecyIfParas) GetInPktsUnknownSci() *PmSecyIfParam
- func (m *PmSecyIfParas) GetInPktsUntagged() *PmSecyIfParam
- func (m *PmSecyIfParas) GetIndex() uint32
- func (m *PmSecyIfParas) GetLastClear15MinTime() []string
- func (m *PmSecyIfParas) GetLastClear24HrTime() []string
- func (m *PmSecyIfParas) GetLastClear30SecTime() []string
- func (m *PmSecyIfParas) GetLastClearTime() []string
- func (m *PmSecyIfParas) GetOutOctetsEncrypted() *PmSecyIfParam
- func (m *PmSecyIfParas) GetOutOctetsProtected() *PmSecyIfParam
- func (m *PmSecyIfParas) GetOutPktsTooLong() *PmSecyIfParam
- func (m *PmSecyIfParas) GetOutPktsUntagged() *PmSecyIfParam
- func (m *PmSecyIfParas) GetSampleCount() uint64
- func (m *PmSecyIfParas) GetSec30Support() bool
- func (m *PmSecyIfParas) GetTimestamp() []string
- func (m *PmSecyIfParas) GetValid() bool
- func (*PmSecyIfParas) ProtoMessage()
- func (m *PmSecyIfParas) Reset()
- func (m *PmSecyIfParas) String() string
- func (m *PmSecyIfParas) XXX_DiscardUnknown()
- func (m *PmSecyIfParas) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PmSecyIfParas) XXX_Merge(src proto.Message)
- func (m *PmSecyIfParas) XXX_Size() int
- func (m *PmSecyIfParas) XXX_Unmarshal(b []byte) error
- type PmSecyIfParas_KEYS
- func (*PmSecyIfParas_KEYS) Descriptor() ([]byte, []int)
- func (m *PmSecyIfParas_KEYS) GetName() string
- func (m *PmSecyIfParas_KEYS) GetNumber() uint32
- func (m *PmSecyIfParas_KEYS) GetNumber_1() uint32
- func (*PmSecyIfParas_KEYS) ProtoMessage()
- func (m *PmSecyIfParas_KEYS) Reset()
- func (m *PmSecyIfParas_KEYS) String() string
- func (m *PmSecyIfParas_KEYS) XXX_DiscardUnknown()
- func (m *PmSecyIfParas_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PmSecyIfParas_KEYS) XXX_Merge(src proto.Message)
- func (m *PmSecyIfParas_KEYS) XXX_Size() int
- func (m *PmSecyIfParas_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PmSecyIfParam ¶
type PmSecyIfParam struct { Data uint64 `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"` Threshold uint64 `protobuf:"varint,2,opt,name=threshold,proto3" json:"threshold,omitempty"` TcaReport bool `protobuf:"varint,3,opt,name=tca_report,json=tcaReport,proto3" json:"tca_report,omitempty"` Valid bool `protobuf:"varint,4,opt,name=valid,proto3" json:"valid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PmSecyIfParam) Descriptor ¶
func (*PmSecyIfParam) Descriptor() ([]byte, []int)
func (*PmSecyIfParam) GetData ¶
func (m *PmSecyIfParam) GetData() uint64
func (*PmSecyIfParam) GetTcaReport ¶
func (m *PmSecyIfParam) GetTcaReport() bool
func (*PmSecyIfParam) GetThreshold ¶
func (m *PmSecyIfParam) GetThreshold() uint64
func (*PmSecyIfParam) GetValid ¶
func (m *PmSecyIfParam) GetValid() bool
func (*PmSecyIfParam) ProtoMessage ¶
func (*PmSecyIfParam) ProtoMessage()
func (*PmSecyIfParam) Reset ¶
func (m *PmSecyIfParam) Reset()
func (*PmSecyIfParam) String ¶
func (m *PmSecyIfParam) String() string
func (*PmSecyIfParam) XXX_DiscardUnknown ¶
func (m *PmSecyIfParam) XXX_DiscardUnknown()
func (*PmSecyIfParam) XXX_Marshal ¶
func (m *PmSecyIfParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PmSecyIfParam) XXX_Merge ¶
func (m *PmSecyIfParam) XXX_Merge(src proto.Message)
func (*PmSecyIfParam) XXX_Size ¶
func (m *PmSecyIfParam) XXX_Size() int
func (*PmSecyIfParam) XXX_Unmarshal ¶
func (m *PmSecyIfParam) XXX_Unmarshal(b []byte) error
type PmSecyIfParas ¶
type PmSecyIfParas struct { Index uint32 `protobuf:"varint,50,opt,name=index,proto3" json:"index,omitempty"` Valid bool `protobuf:"varint,51,opt,name=valid,proto3" json:"valid,omitempty"` Timestamp []string `protobuf:"bytes,52,rep,name=timestamp,proto3" json:"timestamp,omitempty"` LastClearTime []string `protobuf:"bytes,53,rep,name=last_clear_time,json=lastClearTime,proto3" json:"last_clear_time,omitempty"` LastClear15MinTime []string `protobuf:"bytes,54,rep,name=last_clear15_min_time,json=lastClear15MinTime,proto3" json:"last_clear15_min_time,omitempty"` LastClear30SecTime []string `protobuf:"bytes,55,rep,name=last_clear30_sec_time,json=lastClear30SecTime,proto3" json:"last_clear30_sec_time,omitempty"` LastClear24HrTime []string `protobuf:"bytes,56,rep,name=last_clear24_hr_time,json=lastClear24HrTime,proto3" json:"last_clear24_hr_time,omitempty"` Sec30Support bool `protobuf:"varint,57,opt,name=sec30_support,json=sec30Support,proto3" json:"sec30_support,omitempty"` SampleCount uint64 `protobuf:"varint,58,opt,name=sample_count,json=sampleCount,proto3" json:"sample_count,omitempty"` InPktsUntagged *PmSecyIfParam `protobuf:"bytes,59,opt,name=in_pkts_untagged,json=inPktsUntagged,proto3" json:"in_pkts_untagged,omitempty"` InPktsNoTag *PmSecyIfParam `protobuf:"bytes,60,opt,name=in_pkts_no_tag,json=inPktsNoTag,proto3" json:"in_pkts_no_tag,omitempty"` InPktsBadTag *PmSecyIfParam `protobuf:"bytes,61,opt,name=in_pkts_bad_tag,json=inPktsBadTag,proto3" json:"in_pkts_bad_tag,omitempty"` InPktsUnknownSci *PmSecyIfParam `protobuf:"bytes,62,opt,name=in_pkts_unknown_sci,json=inPktsUnknownSci,proto3" json:"in_pkts_unknown_sci,omitempty"` InPktsNoSci *PmSecyIfParam `protobuf:"bytes,63,opt,name=in_pkts_no_sci,json=inPktsNoSci,proto3" json:"in_pkts_no_sci,omitempty"` InPktsOverrun *PmSecyIfParam `protobuf:"bytes,64,opt,name=in_pkts_overrun,json=inPktsOverrun,proto3" json:"in_pkts_overrun,omitempty"` InOctetsValidated *PmSecyIfParam `protobuf:"bytes,65,opt,name=in_octets_validated,json=inOctetsValidated,proto3" json:"in_octets_validated,omitempty"` InOctetsDecrypted *PmSecyIfParam `protobuf:"bytes,66,opt,name=in_octets_decrypted,json=inOctetsDecrypted,proto3" json:"in_octets_decrypted,omitempty"` OutPktsUntagged *PmSecyIfParam `protobuf:"bytes,67,opt,name=out_pkts_untagged,json=outPktsUntagged,proto3" json:"out_pkts_untagged,omitempty"` OutPktsTooLong *PmSecyIfParam `protobuf:"bytes,68,opt,name=out_pkts_too_long,json=outPktsTooLong,proto3" json:"out_pkts_too_long,omitempty"` OutOctetsProtected *PmSecyIfParam `protobuf:"bytes,69,opt,name=out_octets_protected,json=outOctetsProtected,proto3" json:"out_octets_protected,omitempty"` OutOctetsEncrypted *PmSecyIfParam `protobuf:"bytes,70,opt,name=out_octets_encrypted,json=outOctetsEncrypted,proto3" json:"out_octets_encrypted,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PmSecyIfParas) Descriptor ¶
func (*PmSecyIfParas) Descriptor() ([]byte, []int)
func (*PmSecyIfParas) GetInOctetsDecrypted ¶
func (m *PmSecyIfParas) GetInOctetsDecrypted() *PmSecyIfParam
func (*PmSecyIfParas) GetInOctetsValidated ¶
func (m *PmSecyIfParas) GetInOctetsValidated() *PmSecyIfParam
func (*PmSecyIfParas) GetInPktsBadTag ¶
func (m *PmSecyIfParas) GetInPktsBadTag() *PmSecyIfParam
func (*PmSecyIfParas) GetInPktsNoSci ¶
func (m *PmSecyIfParas) GetInPktsNoSci() *PmSecyIfParam
func (*PmSecyIfParas) GetInPktsNoTag ¶
func (m *PmSecyIfParas) GetInPktsNoTag() *PmSecyIfParam
func (*PmSecyIfParas) GetInPktsOverrun ¶
func (m *PmSecyIfParas) GetInPktsOverrun() *PmSecyIfParam
func (*PmSecyIfParas) GetInPktsUnknownSci ¶
func (m *PmSecyIfParas) GetInPktsUnknownSci() *PmSecyIfParam
func (*PmSecyIfParas) GetInPktsUntagged ¶
func (m *PmSecyIfParas) GetInPktsUntagged() *PmSecyIfParam
func (*PmSecyIfParas) GetIndex ¶
func (m *PmSecyIfParas) GetIndex() uint32
func (*PmSecyIfParas) GetLastClear15MinTime ¶
func (m *PmSecyIfParas) GetLastClear15MinTime() []string
func (*PmSecyIfParas) GetLastClear24HrTime ¶
func (m *PmSecyIfParas) GetLastClear24HrTime() []string
func (*PmSecyIfParas) GetLastClear30SecTime ¶
func (m *PmSecyIfParas) GetLastClear30SecTime() []string
func (*PmSecyIfParas) GetLastClearTime ¶
func (m *PmSecyIfParas) GetLastClearTime() []string
func (*PmSecyIfParas) GetOutOctetsEncrypted ¶
func (m *PmSecyIfParas) GetOutOctetsEncrypted() *PmSecyIfParam
func (*PmSecyIfParas) GetOutOctetsProtected ¶
func (m *PmSecyIfParas) GetOutOctetsProtected() *PmSecyIfParam
func (*PmSecyIfParas) GetOutPktsTooLong ¶
func (m *PmSecyIfParas) GetOutPktsTooLong() *PmSecyIfParam
func (*PmSecyIfParas) GetOutPktsUntagged ¶
func (m *PmSecyIfParas) GetOutPktsUntagged() *PmSecyIfParam
func (*PmSecyIfParas) GetSampleCount ¶
func (m *PmSecyIfParas) GetSampleCount() uint64
func (*PmSecyIfParas) GetSec30Support ¶
func (m *PmSecyIfParas) GetSec30Support() bool
func (*PmSecyIfParas) GetTimestamp ¶
func (m *PmSecyIfParas) GetTimestamp() []string
func (*PmSecyIfParas) GetValid ¶
func (m *PmSecyIfParas) GetValid() bool
func (*PmSecyIfParas) ProtoMessage ¶
func (*PmSecyIfParas) ProtoMessage()
func (*PmSecyIfParas) Reset ¶
func (m *PmSecyIfParas) Reset()
func (*PmSecyIfParas) String ¶
func (m *PmSecyIfParas) String() string
func (*PmSecyIfParas) XXX_DiscardUnknown ¶
func (m *PmSecyIfParas) XXX_DiscardUnknown()
func (*PmSecyIfParas) XXX_Marshal ¶
func (m *PmSecyIfParas) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PmSecyIfParas) XXX_Merge ¶
func (m *PmSecyIfParas) XXX_Merge(src proto.Message)
func (*PmSecyIfParas) XXX_Size ¶
func (m *PmSecyIfParas) XXX_Size() int
func (*PmSecyIfParas) XXX_Unmarshal ¶
func (m *PmSecyIfParas) XXX_Unmarshal(b []byte) error
type PmSecyIfParas_KEYS ¶
type PmSecyIfParas_KEYS struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Number uint32 `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"` Number_1 uint32 `protobuf:"varint,3,opt,name=number_1,json=number1,proto3" json:"number_1,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PmSecyIfParas_KEYS) Descriptor ¶
func (*PmSecyIfParas_KEYS) Descriptor() ([]byte, []int)
func (*PmSecyIfParas_KEYS) GetName ¶
func (m *PmSecyIfParas_KEYS) GetName() string
func (*PmSecyIfParas_KEYS) GetNumber ¶
func (m *PmSecyIfParas_KEYS) GetNumber() uint32
func (*PmSecyIfParas_KEYS) GetNumber_1 ¶
func (m *PmSecyIfParas_KEYS) GetNumber_1() uint32
func (*PmSecyIfParas_KEYS) ProtoMessage ¶
func (*PmSecyIfParas_KEYS) ProtoMessage()
func (*PmSecyIfParas_KEYS) Reset ¶
func (m *PmSecyIfParas_KEYS) Reset()
func (*PmSecyIfParas_KEYS) String ¶
func (m *PmSecyIfParas_KEYS) String() string
func (*PmSecyIfParas_KEYS) XXX_DiscardUnknown ¶
func (m *PmSecyIfParas_KEYS) XXX_DiscardUnknown()
func (*PmSecyIfParas_KEYS) XXX_Marshal ¶
func (m *PmSecyIfParas_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PmSecyIfParas_KEYS) XXX_Merge ¶
func (m *PmSecyIfParas_KEYS) XXX_Merge(src proto.Message)
func (*PmSecyIfParas_KEYS) XXX_Size ¶
func (m *PmSecyIfParas_KEYS) XXX_Size() int
func (*PmSecyIfParas_KEYS) XXX_Unmarshal ¶
func (m *PmSecyIfParas_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.