cisco_ios_xr_pmengine_oper_performance_management_sonet_sonet_ports_sonet_port_sonet_current_sonet_hour24_sonet_hour24_paths_sonet_hour24_path

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: 0

Documentation

Overview

Cisco-IOS-XR-pmengine-oper:performance-management/sonet/sonet-ports/sonet-port/sonet-current/sonet-hour24/sonet-hour24-paths/sonet-hour24-path

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PmSonetPathParameter

type PmSonetPathParameter struct {
	Data                 uint32   `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"`
	Threshold            uint32   `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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PmSonetPathParameter) Descriptor

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

func (*PmSonetPathParameter) GetData

func (m *PmSonetPathParameter) GetData() uint32

func (*PmSonetPathParameter) GetTcaReport

func (m *PmSonetPathParameter) GetTcaReport() bool

func (*PmSonetPathParameter) GetThreshold

func (m *PmSonetPathParameter) GetThreshold() uint32

func (*PmSonetPathParameter) ProtoMessage

func (*PmSonetPathParameter) ProtoMessage()

func (*PmSonetPathParameter) Reset

func (m *PmSonetPathParameter) Reset()

func (*PmSonetPathParameter) String

func (m *PmSonetPathParameter) String() string

func (*PmSonetPathParameter) XXX_DiscardUnknown

func (m *PmSonetPathParameter) XXX_DiscardUnknown()

func (*PmSonetPathParameter) XXX_Marshal

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

func (*PmSonetPathParameter) XXX_Merge

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

func (*PmSonetPathParameter) XXX_Size

func (m *PmSonetPathParameter) XXX_Size() int

func (*PmSonetPathParameter) XXX_Unmarshal

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

type PmSonetPathParas

type PmSonetPathParas 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"`
	LastClear24HrTime    []string              `protobuf:"bytes,55,rep,name=last_clear24_hr_time,json=lastClear24HrTime,proto3" json:"last_clear24_hr_time,omitempty"`
	Path                 *SonetPathEntry       `protobuf:"bytes,56,opt,name=path,proto3" json:"path,omitempty"`
	FePath               *SonetFarEndPathEntry `protobuf:"bytes,57,opt,name=fe_path,json=fePath,proto3" json:"fe_path,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*PmSonetPathParas) Descriptor

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

func (*PmSonetPathParas) GetFePath

func (m *PmSonetPathParas) GetFePath() *SonetFarEndPathEntry

func (*PmSonetPathParas) GetIndex

func (m *PmSonetPathParas) GetIndex() uint32

func (*PmSonetPathParas) GetLastClear15MinTime

func (m *PmSonetPathParas) GetLastClear15MinTime() []string

func (*PmSonetPathParas) GetLastClear24HrTime

func (m *PmSonetPathParas) GetLastClear24HrTime() []string

func (*PmSonetPathParas) GetLastClearTime

func (m *PmSonetPathParas) GetLastClearTime() []string

func (*PmSonetPathParas) GetPath

func (m *PmSonetPathParas) GetPath() *SonetPathEntry

func (*PmSonetPathParas) GetTimestamp

func (m *PmSonetPathParas) GetTimestamp() []string

func (*PmSonetPathParas) GetValid

func (m *PmSonetPathParas) GetValid() bool

func (*PmSonetPathParas) ProtoMessage

func (*PmSonetPathParas) ProtoMessage()

func (*PmSonetPathParas) Reset

func (m *PmSonetPathParas) Reset()

func (*PmSonetPathParas) String

func (m *PmSonetPathParas) String() string

func (*PmSonetPathParas) XXX_DiscardUnknown

func (m *PmSonetPathParas) XXX_DiscardUnknown()

func (*PmSonetPathParas) XXX_Marshal

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

func (*PmSonetPathParas) XXX_Merge

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

func (*PmSonetPathParas) XXX_Size

func (m *PmSonetPathParas) XXX_Size() int

func (*PmSonetPathParas) XXX_Unmarshal

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

type PmSonetPathParas_KEYS

type PmSonetPathParas_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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PmSonetPathParas_KEYS) Descriptor

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

func (*PmSonetPathParas_KEYS) GetName

func (m *PmSonetPathParas_KEYS) GetName() string

func (*PmSonetPathParas_KEYS) GetNumber

func (m *PmSonetPathParas_KEYS) GetNumber() uint32

func (*PmSonetPathParas_KEYS) ProtoMessage

func (*PmSonetPathParas_KEYS) ProtoMessage()

func (*PmSonetPathParas_KEYS) Reset

func (m *PmSonetPathParas_KEYS) Reset()

func (*PmSonetPathParas_KEYS) String

func (m *PmSonetPathParas_KEYS) String() string

func (*PmSonetPathParas_KEYS) XXX_DiscardUnknown

func (m *PmSonetPathParas_KEYS) XXX_DiscardUnknown()

func (*PmSonetPathParas_KEYS) XXX_Marshal

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

func (*PmSonetPathParas_KEYS) XXX_Merge

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

func (*PmSonetPathParas_KEYS) XXX_Size

func (m *PmSonetPathParas_KEYS) XXX_Size() int

func (*PmSonetPathParas_KEYS) XXX_Unmarshal

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

type SonetFarEndPathEntry

type SonetFarEndPathEntry struct {
	FarEndPathESs        uint32   `protobuf:"varint,1,opt,name=far_end_path_e_ss,json=farEndPathESs,proto3" json:"far_end_path_e_ss,omitempty"`
	FarEndPathSeSs       uint32   `protobuf:"varint,2,opt,name=far_end_path_se_ss,json=farEndPathSeSs,proto3" json:"far_end_path_se_ss,omitempty"`
	FarEndPathCVs        uint32   `protobuf:"varint,3,opt,name=far_end_path_c_vs,json=farEndPathCVs,proto3" json:"far_end_path_c_vs,omitempty"`
	FarEndPathUaSs       uint32   `protobuf:"varint,4,opt,name=far_end_path_ua_ss,json=farEndPathUaSs,proto3" json:"far_end_path_ua_ss,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SonetFarEndPathEntry) Descriptor

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

func (*SonetFarEndPathEntry) GetFarEndPathCVs

func (m *SonetFarEndPathEntry) GetFarEndPathCVs() uint32

func (*SonetFarEndPathEntry) GetFarEndPathESs

func (m *SonetFarEndPathEntry) GetFarEndPathESs() uint32

func (*SonetFarEndPathEntry) GetFarEndPathSeSs

func (m *SonetFarEndPathEntry) GetFarEndPathSeSs() uint32

func (*SonetFarEndPathEntry) GetFarEndPathUaSs

func (m *SonetFarEndPathEntry) GetFarEndPathUaSs() uint32

func (*SonetFarEndPathEntry) ProtoMessage

func (*SonetFarEndPathEntry) ProtoMessage()

func (*SonetFarEndPathEntry) Reset

func (m *SonetFarEndPathEntry) Reset()

func (*SonetFarEndPathEntry) String

func (m *SonetFarEndPathEntry) String() string

func (*SonetFarEndPathEntry) XXX_DiscardUnknown

func (m *SonetFarEndPathEntry) XXX_DiscardUnknown()

func (*SonetFarEndPathEntry) XXX_Marshal

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

func (*SonetFarEndPathEntry) XXX_Merge

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

func (*SonetFarEndPathEntry) XXX_Size

func (m *SonetFarEndPathEntry) XXX_Size() int

func (*SonetFarEndPathEntry) XXX_Unmarshal

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

type SonetPathEntry

type SonetPathEntry struct {
	PathWidth            string                `protobuf:"bytes,1,opt,name=path_width,json=pathWidth,proto3" json:"path_width,omitempty"`
	PathStatus           int32                 `protobuf:"zigzag32,2,opt,name=path_status,json=pathStatus,proto3" json:"path_status,omitempty"`
	PathESs              *PmSonetPathParameter `protobuf:"bytes,3,opt,name=path_e_ss,json=pathESs,proto3" json:"path_e_ss,omitempty"`
	PathSeSs             *PmSonetPathParameter `protobuf:"bytes,4,opt,name=path_se_ss,json=pathSeSs,proto3" json:"path_se_ss,omitempty"`
	PathCVs              *PmSonetPathParameter `protobuf:"bytes,5,opt,name=path_c_vs,json=pathCVs,proto3" json:"path_c_vs,omitempty"`
	PathUaSs             *PmSonetPathParameter `protobuf:"bytes,6,opt,name=path_ua_ss,json=pathUaSs,proto3" json:"path_ua_ss,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*SonetPathEntry) Descriptor

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

func (*SonetPathEntry) GetPathCVs

func (m *SonetPathEntry) GetPathCVs() *PmSonetPathParameter

func (*SonetPathEntry) GetPathESs

func (m *SonetPathEntry) GetPathESs() *PmSonetPathParameter

func (*SonetPathEntry) GetPathSeSs

func (m *SonetPathEntry) GetPathSeSs() *PmSonetPathParameter

func (*SonetPathEntry) GetPathStatus

func (m *SonetPathEntry) GetPathStatus() int32

func (*SonetPathEntry) GetPathUaSs

func (m *SonetPathEntry) GetPathUaSs() *PmSonetPathParameter

func (*SonetPathEntry) GetPathWidth

func (m *SonetPathEntry) GetPathWidth() string

func (*SonetPathEntry) ProtoMessage

func (*SonetPathEntry) ProtoMessage()

func (*SonetPathEntry) Reset

func (m *SonetPathEntry) Reset()

func (*SonetPathEntry) String

func (m *SonetPathEntry) String() string

func (*SonetPathEntry) XXX_DiscardUnknown

func (m *SonetPathEntry) XXX_DiscardUnknown()

func (*SonetPathEntry) XXX_Marshal

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

func (*SonetPathEntry) XXX_Merge

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

func (*SonetPathEntry) XXX_Size

func (m *SonetPathEntry) XXX_Size() int

func (*SonetPathEntry) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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