core_adapter

package
v5.4.10 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2023 License: Apache-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdapterRegistration

type AdapterRegistration struct {
	Adapter              *voltha.Adapter     `protobuf:"bytes,1,opt,name=adapter,proto3" json:"adapter,omitempty"`
	DTypes               *voltha.DeviceTypes `protobuf:"bytes,2,opt,name=dTypes,proto3" json:"dTypes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*AdapterRegistration) Descriptor

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

func (*AdapterRegistration) GetAdapter

func (m *AdapterRegistration) GetAdapter() *voltha.Adapter

func (*AdapterRegistration) GetDTypes

func (m *AdapterRegistration) GetDTypes() *voltha.DeviceTypes

func (*AdapterRegistration) ProtoMessage

func (*AdapterRegistration) ProtoMessage()

func (*AdapterRegistration) Reset

func (m *AdapterRegistration) Reset()

func (*AdapterRegistration) String

func (m *AdapterRegistration) String() string

func (*AdapterRegistration) XXX_DiscardUnknown

func (m *AdapterRegistration) XXX_DiscardUnknown()

func (*AdapterRegistration) XXX_Marshal

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

func (*AdapterRegistration) XXX_Merge

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

func (*AdapterRegistration) XXX_Size

func (m *AdapterRegistration) XXX_Size() int

func (*AdapterRegistration) XXX_Unmarshal

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

type BulkFlows

type BulkFlows struct {
	Device               *voltha.Device            `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	Flows                *openflow_13.Flows        `protobuf:"bytes,2,opt,name=flows,proto3" json:"flows,omitempty"`
	Groups               *openflow_13.FlowGroups   `protobuf:"bytes,3,opt,name=groups,proto3" json:"groups,omitempty"`
	FlowMetadata         *openflow_13.FlowMetadata `protobuf:"bytes,4,opt,name=flow_metadata,json=flowMetadata,proto3" json:"flow_metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*BulkFlows) Descriptor

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

func (*BulkFlows) GetDevice

func (m *BulkFlows) GetDevice() *voltha.Device

func (*BulkFlows) GetFlowMetadata

func (m *BulkFlows) GetFlowMetadata() *openflow_13.FlowMetadata

func (*BulkFlows) GetFlows

func (m *BulkFlows) GetFlows() *openflow_13.Flows

func (*BulkFlows) GetGroups

func (m *BulkFlows) GetGroups() *openflow_13.FlowGroups

func (*BulkFlows) ProtoMessage

func (*BulkFlows) ProtoMessage()

func (*BulkFlows) Reset

func (m *BulkFlows) Reset()

func (*BulkFlows) String

func (m *BulkFlows) String() string

func (*BulkFlows) XXX_DiscardUnknown

func (m *BulkFlows) XXX_DiscardUnknown()

func (*BulkFlows) XXX_Marshal

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

func (*BulkFlows) XXX_Merge

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

func (*BulkFlows) XXX_Size

func (m *BulkFlows) XXX_Size() int

func (*BulkFlows) XXX_Unmarshal

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

type ChildDeviceFilter

type ChildDeviceFilter struct {
	ParentId             string   `protobuf:"bytes,1,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	SerialNumber         string   `protobuf:"bytes,2,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty"`
	OnuId                uint32   `protobuf:"varint,3,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"`
	ParentPortNo         uint32   `protobuf:"varint,4,opt,name=parent_port_no,json=parentPortNo,proto3" json:"parent_port_no,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChildDeviceFilter) Descriptor

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

func (*ChildDeviceFilter) GetOnuId

func (m *ChildDeviceFilter) GetOnuId() uint32

func (*ChildDeviceFilter) GetParentId

func (m *ChildDeviceFilter) GetParentId() string

func (*ChildDeviceFilter) GetParentPortNo

func (m *ChildDeviceFilter) GetParentPortNo() uint32

func (*ChildDeviceFilter) GetSerialNumber

func (m *ChildDeviceFilter) GetSerialNumber() string

func (*ChildDeviceFilter) ProtoMessage

func (*ChildDeviceFilter) ProtoMessage()

func (*ChildDeviceFilter) Reset

func (m *ChildDeviceFilter) Reset()

func (*ChildDeviceFilter) String

func (m *ChildDeviceFilter) String() string

func (*ChildDeviceFilter) XXX_DiscardUnknown

func (m *ChildDeviceFilter) XXX_DiscardUnknown()

func (*ChildDeviceFilter) XXX_Marshal

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

func (*ChildDeviceFilter) XXX_Merge

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

func (*ChildDeviceFilter) XXX_Size

func (m *ChildDeviceFilter) XXX_Size() int

func (*ChildDeviceFilter) XXX_Unmarshal

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

type DeviceDiscovery

type DeviceDiscovery struct {
	ParentId             string   `protobuf:"bytes,1,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	ParentPortNo         uint32   `protobuf:"varint,2,opt,name=parent_port_no,json=parentPortNo,proto3" json:"parent_port_no,omitempty"`
	ChildDeviceType      string   `protobuf:"bytes,3,opt,name=child_device_type,json=childDeviceType,proto3" json:"child_device_type,omitempty"`
	ChannelId            uint32   `protobuf:"varint,4,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	VendorId             string   `protobuf:"bytes,5,opt,name=vendor_id,json=vendorId,proto3" json:"vendor_id,omitempty"`
	SerialNumber         string   `protobuf:"bytes,6,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty"`
	OnuId                uint32   `protobuf:"varint,7,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeviceDiscovery) Descriptor

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

func (*DeviceDiscovery) GetChannelId

func (m *DeviceDiscovery) GetChannelId() uint32

func (*DeviceDiscovery) GetChildDeviceType

func (m *DeviceDiscovery) GetChildDeviceType() string

func (*DeviceDiscovery) GetOnuId

func (m *DeviceDiscovery) GetOnuId() uint32

func (*DeviceDiscovery) GetParentId

func (m *DeviceDiscovery) GetParentId() string

func (*DeviceDiscovery) GetParentPortNo

func (m *DeviceDiscovery) GetParentPortNo() uint32

func (*DeviceDiscovery) GetSerialNumber

func (m *DeviceDiscovery) GetSerialNumber() string

func (*DeviceDiscovery) GetVendorId

func (m *DeviceDiscovery) GetVendorId() string

func (*DeviceDiscovery) ProtoMessage

func (*DeviceDiscovery) ProtoMessage()

func (*DeviceDiscovery) Reset

func (m *DeviceDiscovery) Reset()

func (*DeviceDiscovery) String

func (m *DeviceDiscovery) String() string

func (*DeviceDiscovery) XXX_DiscardUnknown

func (m *DeviceDiscovery) XXX_DiscardUnknown()

func (*DeviceDiscovery) XXX_Marshal

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

func (*DeviceDiscovery) XXX_Merge

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

func (*DeviceDiscovery) XXX_Size

func (m *DeviceDiscovery) XXX_Size() int

func (*DeviceDiscovery) XXX_Unmarshal

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

type DeviceReason

type DeviceReason struct {
	DeviceId             string   `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	Reason               string   `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeviceReason) Descriptor

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

func (*DeviceReason) GetDeviceId

func (m *DeviceReason) GetDeviceId() string

func (*DeviceReason) GetReason

func (m *DeviceReason) GetReason() string

func (*DeviceReason) ProtoMessage

func (*DeviceReason) ProtoMessage()

func (*DeviceReason) Reset

func (m *DeviceReason) Reset()

func (*DeviceReason) String

func (m *DeviceReason) String() string

func (*DeviceReason) XXX_DiscardUnknown

func (m *DeviceReason) XXX_DiscardUnknown()

func (*DeviceReason) XXX_Marshal

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

func (*DeviceReason) XXX_Merge

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

func (*DeviceReason) XXX_Size

func (m *DeviceReason) XXX_Size() int

func (*DeviceReason) XXX_Unmarshal

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

type DeviceStateFilter

type DeviceStateFilter struct {
	DeviceId             string                     `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	ParentDeviceId       string                     `protobuf:"bytes,2,opt,name=parent_device_id,json=parentDeviceId,proto3" json:"parent_device_id,omitempty"`
	OperStatus           common.OperStatus_Types    `protobuf:"varint,3,opt,name=oper_status,json=operStatus,proto3,enum=common.OperStatus_Types" json:"oper_status,omitempty"`
	ConnStatus           common.ConnectStatus_Types `protobuf:"varint,4,opt,name=conn_status,json=connStatus,proto3,enum=common.ConnectStatus_Types" json:"conn_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*DeviceStateFilter) Descriptor

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

func (*DeviceStateFilter) GetConnStatus

func (m *DeviceStateFilter) GetConnStatus() common.ConnectStatus_Types

func (*DeviceStateFilter) GetDeviceId

func (m *DeviceStateFilter) GetDeviceId() string

func (*DeviceStateFilter) GetOperStatus

func (m *DeviceStateFilter) GetOperStatus() common.OperStatus_Types

func (*DeviceStateFilter) GetParentDeviceId

func (m *DeviceStateFilter) GetParentDeviceId() string

func (*DeviceStateFilter) ProtoMessage

func (*DeviceStateFilter) ProtoMessage()

func (*DeviceStateFilter) Reset

func (m *DeviceStateFilter) Reset()

func (*DeviceStateFilter) String

func (m *DeviceStateFilter) String() string

func (*DeviceStateFilter) XXX_DiscardUnknown

func (m *DeviceStateFilter) XXX_DiscardUnknown()

func (*DeviceStateFilter) XXX_Marshal

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

func (*DeviceStateFilter) XXX_Merge

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

func (*DeviceStateFilter) XXX_Size

func (m *DeviceStateFilter) XXX_Size() int

func (*DeviceStateFilter) XXX_Unmarshal

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

type GetExtValueMessage

type GetExtValueMessage struct {
	ParentDevice         *voltha.Device           `protobuf:"bytes,1,opt,name=parent_device,json=parentDevice,proto3" json:"parent_device,omitempty"`
	ChildDevice          *voltha.Device           `protobuf:"bytes,2,opt,name=child_device,json=childDevice,proto3" json:"child_device,omitempty"`
	ValueType            extension.ValueType_Type `protobuf:"varint,3,opt,name=value_type,json=valueType,proto3,enum=extension.ValueType_Type" json:"value_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*GetExtValueMessage) Descriptor

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

func (*GetExtValueMessage) GetChildDevice

func (m *GetExtValueMessage) GetChildDevice() *voltha.Device

func (*GetExtValueMessage) GetParentDevice

func (m *GetExtValueMessage) GetParentDevice() *voltha.Device

func (*GetExtValueMessage) GetValueType

func (m *GetExtValueMessage) GetValueType() extension.ValueType_Type

func (*GetExtValueMessage) ProtoMessage

func (*GetExtValueMessage) ProtoMessage()

func (*GetExtValueMessage) Reset

func (m *GetExtValueMessage) Reset()

func (*GetExtValueMessage) String

func (m *GetExtValueMessage) String() string

func (*GetExtValueMessage) XXX_DiscardUnknown

func (m *GetExtValueMessage) XXX_DiscardUnknown()

func (*GetExtValueMessage) XXX_Marshal

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

func (*GetExtValueMessage) XXX_Merge

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

func (*GetExtValueMessage) XXX_Size

func (m *GetExtValueMessage) XXX_Size() int

func (*GetExtValueMessage) XXX_Unmarshal

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

type ImageDownloadMessage

type ImageDownloadMessage struct {
	Device               *voltha.Device        `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	Image                *voltha.ImageDownload `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ImageDownloadMessage) Descriptor

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

func (*ImageDownloadMessage) GetDevice

func (m *ImageDownloadMessage) GetDevice() *voltha.Device

func (*ImageDownloadMessage) GetImage

func (m *ImageDownloadMessage) GetImage() *voltha.ImageDownload

func (*ImageDownloadMessage) ProtoMessage

func (*ImageDownloadMessage) ProtoMessage()

func (*ImageDownloadMessage) Reset

func (m *ImageDownloadMessage) Reset()

func (*ImageDownloadMessage) String

func (m *ImageDownloadMessage) String() string

func (*ImageDownloadMessage) XXX_DiscardUnknown

func (m *ImageDownloadMessage) XXX_DiscardUnknown()

func (*ImageDownloadMessage) XXX_Marshal

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

func (*ImageDownloadMessage) XXX_Merge

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

func (*ImageDownloadMessage) XXX_Size

func (m *ImageDownloadMessage) XXX_Size() int

func (*ImageDownloadMessage) XXX_Unmarshal

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

type IncrementalFlows

type IncrementalFlows struct {
	Device               *voltha.Device                `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	Flows                *openflow_13.FlowChanges      `protobuf:"bytes,2,opt,name=flows,proto3" json:"flows,omitempty"`
	Groups               *openflow_13.FlowGroupChanges `protobuf:"bytes,3,opt,name=groups,proto3" json:"groups,omitempty"`
	FlowMetadata         *openflow_13.FlowMetadata     `protobuf:"bytes,4,opt,name=flow_metadata,json=flowMetadata,proto3" json:"flow_metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*IncrementalFlows) Descriptor

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

func (*IncrementalFlows) GetDevice

func (m *IncrementalFlows) GetDevice() *voltha.Device

func (*IncrementalFlows) GetFlowMetadata

func (m *IncrementalFlows) GetFlowMetadata() *openflow_13.FlowMetadata

func (*IncrementalFlows) GetFlows

func (m *IncrementalFlows) GetFlows() *openflow_13.FlowChanges

func (*IncrementalFlows) GetGroups

func (*IncrementalFlows) ProtoMessage

func (*IncrementalFlows) ProtoMessage()

func (*IncrementalFlows) Reset

func (m *IncrementalFlows) Reset()

func (*IncrementalFlows) String

func (m *IncrementalFlows) String() string

func (*IncrementalFlows) XXX_DiscardUnknown

func (m *IncrementalFlows) XXX_DiscardUnknown()

func (*IncrementalFlows) XXX_Marshal

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

func (*IncrementalFlows) XXX_Merge

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

func (*IncrementalFlows) XXX_Size

func (m *IncrementalFlows) XXX_Size() int

func (*IncrementalFlows) XXX_Unmarshal

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

type OMCITest

type OMCITest struct {
	Device               *voltha.Device        `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	Request              *omci.OmciTestRequest `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*OMCITest) Descriptor

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

func (*OMCITest) GetDevice

func (m *OMCITest) GetDevice() *voltha.Device

func (*OMCITest) GetRequest

func (m *OMCITest) GetRequest() *omci.OmciTestRequest

func (*OMCITest) ProtoMessage

func (*OMCITest) ProtoMessage()

func (*OMCITest) Reset

func (m *OMCITest) Reset()

func (*OMCITest) String

func (m *OMCITest) String() string

func (*OMCITest) XXX_DiscardUnknown

func (m *OMCITest) XXX_DiscardUnknown()

func (*OMCITest) XXX_Marshal

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

func (*OMCITest) XXX_Merge

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

func (*OMCITest) XXX_Size

func (m *OMCITest) XXX_Size() int

func (*OMCITest) XXX_Unmarshal

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

type PacketIn

type PacketIn struct {
	DeviceId             string   `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	Port                 uint32   `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	Packet               []byte   `protobuf:"bytes,3,opt,name=packet,proto3" json:"packet,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PacketIn) Descriptor

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

func (*PacketIn) GetDeviceId

func (m *PacketIn) GetDeviceId() string

func (*PacketIn) GetPacket

func (m *PacketIn) GetPacket() []byte

func (*PacketIn) GetPort

func (m *PacketIn) GetPort() uint32

func (*PacketIn) ProtoMessage

func (*PacketIn) ProtoMessage()

func (*PacketIn) Reset

func (m *PacketIn) Reset()

func (*PacketIn) String

func (m *PacketIn) String() string

func (*PacketIn) XXX_DiscardUnknown

func (m *PacketIn) XXX_DiscardUnknown()

func (*PacketIn) XXX_Marshal

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

func (*PacketIn) XXX_Merge

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

func (*PacketIn) XXX_Size

func (m *PacketIn) XXX_Size() int

func (*PacketIn) XXX_Unmarshal

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

type PacketOut

type PacketOut struct {
	DeviceId             string                    `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	EgressPortNo         uint32                    `protobuf:"varint,2,opt,name=egress_port_no,json=egressPortNo,proto3" json:"egress_port_no,omitempty"`
	Packet               *openflow_13.OfpPacketOut `protobuf:"bytes,3,opt,name=packet,proto3" json:"packet,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*PacketOut) Descriptor

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

func (*PacketOut) GetDeviceId

func (m *PacketOut) GetDeviceId() string

func (*PacketOut) GetEgressPortNo

func (m *PacketOut) GetEgressPortNo() uint32

func (*PacketOut) GetPacket

func (m *PacketOut) GetPacket() *openflow_13.OfpPacketOut

func (*PacketOut) ProtoMessage

func (*PacketOut) ProtoMessage()

func (*PacketOut) Reset

func (m *PacketOut) Reset()

func (*PacketOut) String

func (m *PacketOut) String() string

func (*PacketOut) XXX_DiscardUnknown

func (m *PacketOut) XXX_DiscardUnknown()

func (*PacketOut) XXX_Marshal

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

func (*PacketOut) XXX_Merge

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

func (*PacketOut) XXX_Size

func (m *PacketOut) XXX_Size() int

func (*PacketOut) XXX_Unmarshal

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

type PmConfigsInfo

type PmConfigsInfo struct {
	DeviceId             string            `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	PmConfigs            *voltha.PmConfigs `protobuf:"bytes,2,opt,name=pm_configs,json=pmConfigs,proto3" json:"pm_configs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*PmConfigsInfo) Descriptor

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

func (*PmConfigsInfo) GetDeviceId

func (m *PmConfigsInfo) GetDeviceId() string

func (*PmConfigsInfo) GetPmConfigs

func (m *PmConfigsInfo) GetPmConfigs() *voltha.PmConfigs

func (*PmConfigsInfo) ProtoMessage

func (*PmConfigsInfo) ProtoMessage()

func (*PmConfigsInfo) Reset

func (m *PmConfigsInfo) Reset()

func (*PmConfigsInfo) String

func (m *PmConfigsInfo) String() string

func (*PmConfigsInfo) XXX_DiscardUnknown

func (m *PmConfigsInfo) XXX_DiscardUnknown()

func (*PmConfigsInfo) XXX_Marshal

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

func (*PmConfigsInfo) XXX_Merge

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

func (*PmConfigsInfo) XXX_Size

func (m *PmConfigsInfo) XXX_Size() int

func (*PmConfigsInfo) XXX_Unmarshal

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

type PortFilter

type PortFilter struct {
	DeviceId             string               `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	Port                 uint32               `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	PortType             voltha.Port_PortType `protobuf:"varint,3,opt,name=port_type,json=portType,proto3,enum=device.Port_PortType" json:"port_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*PortFilter) Descriptor

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

func (*PortFilter) GetDeviceId

func (m *PortFilter) GetDeviceId() string

func (*PortFilter) GetPort

func (m *PortFilter) GetPort() uint32

func (*PortFilter) GetPortType

func (m *PortFilter) GetPortType() voltha.Port_PortType

func (*PortFilter) ProtoMessage

func (*PortFilter) ProtoMessage()

func (*PortFilter) Reset

func (m *PortFilter) Reset()

func (*PortFilter) String

func (m *PortFilter) String() string

func (*PortFilter) XXX_DiscardUnknown

func (m *PortFilter) XXX_DiscardUnknown()

func (*PortFilter) XXX_Marshal

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

func (*PortFilter) XXX_Merge

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

func (*PortFilter) XXX_Size

func (m *PortFilter) XXX_Size() int

func (*PortFilter) XXX_Unmarshal

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

type PortState

type PortState struct {
	DeviceId             string                  `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	PortType             voltha.Port_PortType    `protobuf:"varint,2,opt,name=port_type,json=portType,proto3,enum=device.Port_PortType" json:"port_type,omitempty"`
	PortNo               uint32                  `protobuf:"varint,3,opt,name=port_no,json=portNo,proto3" json:"port_no,omitempty"`
	OperStatus           common.OperStatus_Types `protobuf:"varint,4,opt,name=oper_status,json=operStatus,proto3,enum=common.OperStatus_Types" json:"oper_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*PortState) Descriptor

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

func (*PortState) GetDeviceId

func (m *PortState) GetDeviceId() string

func (*PortState) GetOperStatus

func (m *PortState) GetOperStatus() common.OperStatus_Types

func (*PortState) GetPortNo

func (m *PortState) GetPortNo() uint32

func (*PortState) GetPortType

func (m *PortState) GetPortType() voltha.Port_PortType

func (*PortState) ProtoMessage

func (*PortState) ProtoMessage()

func (*PortState) Reset

func (m *PortState) Reset()

func (*PortState) String

func (m *PortState) String() string

func (*PortState) XXX_DiscardUnknown

func (m *PortState) XXX_DiscardUnknown()

func (*PortState) XXX_Marshal

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

func (*PortState) XXX_Merge

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

func (*PortState) XXX_Size

func (m *PortState) XXX_Size() int

func (*PortState) XXX_Unmarshal

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

type PortStateFilter

type PortStateFilter struct {
	DeviceId             string                  `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	PortTypeFilter       uint32                  `protobuf:"varint,2,opt,name=port_type_filter,json=portTypeFilter,proto3" json:"port_type_filter,omitempty"`
	OperStatus           common.OperStatus_Types `protobuf:"varint,4,opt,name=oper_status,json=operStatus,proto3,enum=common.OperStatus_Types" json:"oper_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*PortStateFilter) Descriptor

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

func (*PortStateFilter) GetDeviceId

func (m *PortStateFilter) GetDeviceId() string

func (*PortStateFilter) GetOperStatus

func (m *PortStateFilter) GetOperStatus() common.OperStatus_Types

func (*PortStateFilter) GetPortTypeFilter

func (m *PortStateFilter) GetPortTypeFilter() uint32

func (*PortStateFilter) ProtoMessage

func (*PortStateFilter) ProtoMessage()

func (*PortStateFilter) Reset

func (m *PortStateFilter) Reset()

func (*PortStateFilter) String

func (m *PortStateFilter) String() string

func (*PortStateFilter) XXX_DiscardUnknown

func (m *PortStateFilter) XXX_DiscardUnknown()

func (*PortStateFilter) XXX_Marshal

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

func (*PortStateFilter) XXX_Merge

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

func (*PortStateFilter) XXX_Size

func (m *PortStateFilter) XXX_Size() int

func (*PortStateFilter) XXX_Unmarshal

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

type SetExtValueMessage

type SetExtValueMessage struct {
	Device               *voltha.Device      `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	Value                *extension.ValueSet `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*SetExtValueMessage) Descriptor

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

func (*SetExtValueMessage) GetDevice

func (m *SetExtValueMessage) GetDevice() *voltha.Device

func (*SetExtValueMessage) GetValue

func (m *SetExtValueMessage) GetValue() *extension.ValueSet

func (*SetExtValueMessage) ProtoMessage

func (*SetExtValueMessage) ProtoMessage()

func (*SetExtValueMessage) Reset

func (m *SetExtValueMessage) Reset()

func (*SetExtValueMessage) String

func (m *SetExtValueMessage) String() string

func (*SetExtValueMessage) XXX_DiscardUnknown

func (m *SetExtValueMessage) XXX_DiscardUnknown()

func (*SetExtValueMessage) XXX_Marshal

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

func (*SetExtValueMessage) XXX_Merge

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

func (*SetExtValueMessage) XXX_Size

func (m *SetExtValueMessage) XXX_Size() int

func (*SetExtValueMessage) XXX_Unmarshal

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

type SimulateAlarmMessage

type SimulateAlarmMessage struct {
	Device               *voltha.Device               `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	Request              *voltha.SimulateAlarmRequest `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*SimulateAlarmMessage) Descriptor

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

func (*SimulateAlarmMessage) GetDevice

func (m *SimulateAlarmMessage) GetDevice() *voltha.Device

func (*SimulateAlarmMessage) GetRequest

func (*SimulateAlarmMessage) ProtoMessage

func (*SimulateAlarmMessage) ProtoMessage()

func (*SimulateAlarmMessage) Reset

func (m *SimulateAlarmMessage) Reset()

func (*SimulateAlarmMessage) String

func (m *SimulateAlarmMessage) String() string

func (*SimulateAlarmMessage) XXX_DiscardUnknown

func (m *SimulateAlarmMessage) XXX_DiscardUnknown()

func (*SimulateAlarmMessage) XXX_Marshal

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

func (*SimulateAlarmMessage) XXX_Merge

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

func (*SimulateAlarmMessage) XXX_Size

func (m *SimulateAlarmMessage) XXX_Size() int

func (*SimulateAlarmMessage) XXX_Unmarshal

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

type SwitchCapability

type SwitchCapability struct {
	Desc                 *openflow_13.OfpDesc           `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"`
	SwitchFeatures       *openflow_13.OfpSwitchFeatures `protobuf:"bytes,2,opt,name=switch_features,json=switchFeatures,proto3" json:"switch_features,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*SwitchCapability) Descriptor

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

func (*SwitchCapability) GetDesc

func (m *SwitchCapability) GetDesc() *openflow_13.OfpDesc

func (*SwitchCapability) GetSwitchFeatures

func (m *SwitchCapability) GetSwitchFeatures() *openflow_13.OfpSwitchFeatures

func (*SwitchCapability) ProtoMessage

func (*SwitchCapability) ProtoMessage()

func (*SwitchCapability) Reset

func (m *SwitchCapability) Reset()

func (*SwitchCapability) String

func (m *SwitchCapability) String() string

func (*SwitchCapability) XXX_DiscardUnknown

func (m *SwitchCapability) XXX_DiscardUnknown()

func (*SwitchCapability) XXX_Marshal

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

func (*SwitchCapability) XXX_Merge

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

func (*SwitchCapability) XXX_Size

func (m *SwitchCapability) XXX_Size() int

func (*SwitchCapability) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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