William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1 | // Code generated by protoc-gen-go. DO NOT EDIT. |
| 2 | // source: voltha_protos/voltha.proto |
| 3 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 4 | package voltha |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 5 | |
| 6 | import ( |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 7 | context "context" |
| 8 | fmt "fmt" |
| 9 | proto "github.com/golang/protobuf/proto" |
| 10 | empty "github.com/golang/protobuf/ptypes/empty" |
| 11 | common "github.com/opencord/voltha-protos/go/common" |
| 12 | omci "github.com/opencord/voltha-protos/go/omci" |
| 13 | openflow_13 "github.com/opencord/voltha-protos/go/openflow_13" |
| 14 | _ "google.golang.org/genproto/googleapis/api/annotations" |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 15 | grpc "google.golang.org/grpc" |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 16 | math "math" |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 17 | ) |
| 18 | |
| 19 | // Reference imports to suppress errors if they are not otherwise used. |
| 20 | var _ = proto.Marshal |
| 21 | var _ = fmt.Errorf |
| 22 | var _ = math.Inf |
| 23 | |
| 24 | // This is a compile-time assertion to ensure that this generated file |
| 25 | // is compatible with the proto package it is being compiled against. |
| 26 | // A compilation error at this line likely means your copy of the |
| 27 | // proto package needs to be updated. |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 28 | const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 29 | |
| 30 | // ChildNode from public import voltha_protos/meta.proto |
| 31 | type ChildNode = common.ChildNode |
| 32 | |
| 33 | // Access from public import voltha_protos/meta.proto |
| 34 | type Access = common.Access |
| 35 | |
| 36 | var Access_name = common.Access_name |
| 37 | var Access_value = common.Access_value |
| 38 | |
| 39 | const Access_CONFIG = Access(common.Access_CONFIG) |
| 40 | const Access_READ_ONLY = Access(common.Access_READ_ONLY) |
| 41 | const Access_REAL_TIME = Access(common.Access_REAL_TIME) |
| 42 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 43 | var E_ChildNode = common.E_ChildNode |
| 44 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 45 | var E_Access = common.E_Access |
| 46 | |
| 47 | // ID from public import voltha_protos/common.proto |
| 48 | type ID = common.ID |
| 49 | |
| 50 | // IDs from public import voltha_protos/common.proto |
| 51 | type IDs = common.IDs |
| 52 | |
| 53 | // LogLevel from public import voltha_protos/common.proto |
| 54 | type LogLevel = common.LogLevel |
| 55 | |
| 56 | // AdminState from public import voltha_protos/common.proto |
| 57 | type AdminState = common.AdminState |
| 58 | |
| 59 | // OperStatus from public import voltha_protos/common.proto |
| 60 | type OperStatus = common.OperStatus |
| 61 | |
| 62 | // ConnectStatus from public import voltha_protos/common.proto |
| 63 | type ConnectStatus = common.ConnectStatus |
| 64 | |
| 65 | // OperationResp from public import voltha_protos/common.proto |
| 66 | type OperationResp = common.OperationResp |
| 67 | |
| 68 | // TestModeKeys from public import voltha_protos/common.proto |
| 69 | type TestModeKeys = common.TestModeKeys |
| 70 | |
| 71 | var TestModeKeys_name = common.TestModeKeys_name |
| 72 | var TestModeKeys_value = common.TestModeKeys_value |
| 73 | |
| 74 | const TestModeKeys_api_test = TestModeKeys(common.TestModeKeys_api_test) |
| 75 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 76 | // LogLevel_LogLevel from public import voltha_protos/common.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 77 | type LogLevel_LogLevel = common.LogLevel_LogLevel |
| 78 | |
| 79 | var LogLevel_LogLevel_name = common.LogLevel_LogLevel_name |
| 80 | var LogLevel_LogLevel_value = common.LogLevel_LogLevel_value |
| 81 | |
| 82 | const LogLevel_DEBUG = LogLevel_LogLevel(common.LogLevel_DEBUG) |
| 83 | const LogLevel_INFO = LogLevel_LogLevel(common.LogLevel_INFO) |
| 84 | const LogLevel_WARNING = LogLevel_LogLevel(common.LogLevel_WARNING) |
| 85 | const LogLevel_ERROR = LogLevel_LogLevel(common.LogLevel_ERROR) |
| 86 | const LogLevel_CRITICAL = LogLevel_LogLevel(common.LogLevel_CRITICAL) |
| 87 | const LogLevel_FATAL = LogLevel_LogLevel(common.LogLevel_FATAL) |
| 88 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 89 | // AdminState_AdminState from public import voltha_protos/common.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 90 | type AdminState_AdminState = common.AdminState_AdminState |
| 91 | |
| 92 | var AdminState_AdminState_name = common.AdminState_AdminState_name |
| 93 | var AdminState_AdminState_value = common.AdminState_AdminState_value |
| 94 | |
| 95 | const AdminState_UNKNOWN = AdminState_AdminState(common.AdminState_UNKNOWN) |
| 96 | const AdminState_PREPROVISIONED = AdminState_AdminState(common.AdminState_PREPROVISIONED) |
| 97 | const AdminState_ENABLED = AdminState_AdminState(common.AdminState_ENABLED) |
| 98 | const AdminState_DISABLED = AdminState_AdminState(common.AdminState_DISABLED) |
| 99 | const AdminState_DOWNLOADING_IMAGE = AdminState_AdminState(common.AdminState_DOWNLOADING_IMAGE) |
| 100 | const AdminState_DELETED = AdminState_AdminState(common.AdminState_DELETED) |
| 101 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 102 | // OperStatus_OperStatus from public import voltha_protos/common.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 103 | type OperStatus_OperStatus = common.OperStatus_OperStatus |
| 104 | |
| 105 | var OperStatus_OperStatus_name = common.OperStatus_OperStatus_name |
| 106 | var OperStatus_OperStatus_value = common.OperStatus_OperStatus_value |
| 107 | |
| 108 | const OperStatus_UNKNOWN = OperStatus_OperStatus(common.OperStatus_UNKNOWN) |
| 109 | const OperStatus_DISCOVERED = OperStatus_OperStatus(common.OperStatus_DISCOVERED) |
| 110 | const OperStatus_ACTIVATING = OperStatus_OperStatus(common.OperStatus_ACTIVATING) |
| 111 | const OperStatus_TESTING = OperStatus_OperStatus(common.OperStatus_TESTING) |
| 112 | const OperStatus_ACTIVE = OperStatus_OperStatus(common.OperStatus_ACTIVE) |
| 113 | const OperStatus_FAILED = OperStatus_OperStatus(common.OperStatus_FAILED) |
| 114 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 115 | // ConnectStatus_ConnectStatus from public import voltha_protos/common.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 116 | type ConnectStatus_ConnectStatus = common.ConnectStatus_ConnectStatus |
| 117 | |
| 118 | var ConnectStatus_ConnectStatus_name = common.ConnectStatus_ConnectStatus_name |
| 119 | var ConnectStatus_ConnectStatus_value = common.ConnectStatus_ConnectStatus_value |
| 120 | |
| 121 | const ConnectStatus_UNKNOWN = ConnectStatus_ConnectStatus(common.ConnectStatus_UNKNOWN) |
| 122 | const ConnectStatus_UNREACHABLE = ConnectStatus_ConnectStatus(common.ConnectStatus_UNREACHABLE) |
| 123 | const ConnectStatus_REACHABLE = ConnectStatus_ConnectStatus(common.ConnectStatus_REACHABLE) |
| 124 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 125 | // OperationResp_OperationReturnCode from public import voltha_protos/common.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 126 | type OperationResp_OperationReturnCode = common.OperationResp_OperationReturnCode |
| 127 | |
| 128 | var OperationResp_OperationReturnCode_name = common.OperationResp_OperationReturnCode_name |
| 129 | var OperationResp_OperationReturnCode_value = common.OperationResp_OperationReturnCode_value |
| 130 | |
| 131 | const OperationResp_OPERATION_SUCCESS = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_SUCCESS) |
| 132 | const OperationResp_OPERATION_FAILURE = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_FAILURE) |
| 133 | const OperationResp_OPERATION_UNSUPPORTED = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_UNSUPPORTED) |
| 134 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 135 | // OfpHeader from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 136 | type OfpHeader = openflow_13.OfpHeader |
| 137 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 138 | // OfpHelloElemHeader from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 139 | type OfpHelloElemHeader = openflow_13.OfpHelloElemHeader |
| 140 | type OfpHelloElemHeader_Versionbitmap = openflow_13.OfpHelloElemHeader_Versionbitmap |
| 141 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 142 | // OfpHelloElemVersionbitmap from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 143 | type OfpHelloElemVersionbitmap = openflow_13.OfpHelloElemVersionbitmap |
| 144 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 145 | // OfpHello from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 146 | type OfpHello = openflow_13.OfpHello |
| 147 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 148 | // OfpSwitchConfig from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 149 | type OfpSwitchConfig = openflow_13.OfpSwitchConfig |
| 150 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 151 | // OfpTableMod from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 152 | type OfpTableMod = openflow_13.OfpTableMod |
| 153 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 154 | // OfpPort from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 155 | type OfpPort = openflow_13.OfpPort |
| 156 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 157 | // OfpSwitchFeatures from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 158 | type OfpSwitchFeatures = openflow_13.OfpSwitchFeatures |
| 159 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 160 | // OfpPortStatus from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 161 | type OfpPortStatus = openflow_13.OfpPortStatus |
| 162 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 163 | // OfpPortMod from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 164 | type OfpPortMod = openflow_13.OfpPortMod |
| 165 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 166 | // OfpMatch from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 167 | type OfpMatch = openflow_13.OfpMatch |
| 168 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 169 | // OfpOxmField from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 170 | type OfpOxmField = openflow_13.OfpOxmField |
| 171 | type OfpOxmField_OfbField = openflow_13.OfpOxmField_OfbField |
| 172 | type OfpOxmField_ExperimenterField = openflow_13.OfpOxmField_ExperimenterField |
| 173 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 174 | // OfpOxmOfbField from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 175 | type OfpOxmOfbField = openflow_13.OfpOxmOfbField |
| 176 | type OfpOxmOfbField_Port = openflow_13.OfpOxmOfbField_Port |
| 177 | type OfpOxmOfbField_PhysicalPort = openflow_13.OfpOxmOfbField_PhysicalPort |
| 178 | type OfpOxmOfbField_TableMetadata = openflow_13.OfpOxmOfbField_TableMetadata |
| 179 | type OfpOxmOfbField_EthDst = openflow_13.OfpOxmOfbField_EthDst |
| 180 | type OfpOxmOfbField_EthSrc = openflow_13.OfpOxmOfbField_EthSrc |
| 181 | type OfpOxmOfbField_EthType = openflow_13.OfpOxmOfbField_EthType |
| 182 | type OfpOxmOfbField_VlanVid = openflow_13.OfpOxmOfbField_VlanVid |
| 183 | type OfpOxmOfbField_VlanPcp = openflow_13.OfpOxmOfbField_VlanPcp |
| 184 | type OfpOxmOfbField_IpDscp = openflow_13.OfpOxmOfbField_IpDscp |
| 185 | type OfpOxmOfbField_IpEcn = openflow_13.OfpOxmOfbField_IpEcn |
| 186 | type OfpOxmOfbField_IpProto = openflow_13.OfpOxmOfbField_IpProto |
| 187 | type OfpOxmOfbField_Ipv4Src = openflow_13.OfpOxmOfbField_Ipv4Src |
| 188 | type OfpOxmOfbField_Ipv4Dst = openflow_13.OfpOxmOfbField_Ipv4Dst |
| 189 | type OfpOxmOfbField_TcpSrc = openflow_13.OfpOxmOfbField_TcpSrc |
| 190 | type OfpOxmOfbField_TcpDst = openflow_13.OfpOxmOfbField_TcpDst |
| 191 | type OfpOxmOfbField_UdpSrc = openflow_13.OfpOxmOfbField_UdpSrc |
| 192 | type OfpOxmOfbField_UdpDst = openflow_13.OfpOxmOfbField_UdpDst |
| 193 | type OfpOxmOfbField_SctpSrc = openflow_13.OfpOxmOfbField_SctpSrc |
| 194 | type OfpOxmOfbField_SctpDst = openflow_13.OfpOxmOfbField_SctpDst |
| 195 | type OfpOxmOfbField_Icmpv4Type = openflow_13.OfpOxmOfbField_Icmpv4Type |
| 196 | type OfpOxmOfbField_Icmpv4Code = openflow_13.OfpOxmOfbField_Icmpv4Code |
| 197 | type OfpOxmOfbField_ArpOp = openflow_13.OfpOxmOfbField_ArpOp |
| 198 | type OfpOxmOfbField_ArpSpa = openflow_13.OfpOxmOfbField_ArpSpa |
| 199 | type OfpOxmOfbField_ArpTpa = openflow_13.OfpOxmOfbField_ArpTpa |
| 200 | type OfpOxmOfbField_ArpSha = openflow_13.OfpOxmOfbField_ArpSha |
| 201 | type OfpOxmOfbField_ArpTha = openflow_13.OfpOxmOfbField_ArpTha |
| 202 | type OfpOxmOfbField_Ipv6Src = openflow_13.OfpOxmOfbField_Ipv6Src |
| 203 | type OfpOxmOfbField_Ipv6Dst = openflow_13.OfpOxmOfbField_Ipv6Dst |
| 204 | type OfpOxmOfbField_Ipv6Flabel = openflow_13.OfpOxmOfbField_Ipv6Flabel |
| 205 | type OfpOxmOfbField_Icmpv6Type = openflow_13.OfpOxmOfbField_Icmpv6Type |
| 206 | type OfpOxmOfbField_Icmpv6Code = openflow_13.OfpOxmOfbField_Icmpv6Code |
| 207 | type OfpOxmOfbField_Ipv6NdTarget = openflow_13.OfpOxmOfbField_Ipv6NdTarget |
| 208 | type OfpOxmOfbField_Ipv6NdSsl = openflow_13.OfpOxmOfbField_Ipv6NdSsl |
| 209 | type OfpOxmOfbField_Ipv6NdTll = openflow_13.OfpOxmOfbField_Ipv6NdTll |
| 210 | type OfpOxmOfbField_MplsLabel = openflow_13.OfpOxmOfbField_MplsLabel |
| 211 | type OfpOxmOfbField_MplsTc = openflow_13.OfpOxmOfbField_MplsTc |
| 212 | type OfpOxmOfbField_MplsBos = openflow_13.OfpOxmOfbField_MplsBos |
| 213 | type OfpOxmOfbField_PbbIsid = openflow_13.OfpOxmOfbField_PbbIsid |
| 214 | type OfpOxmOfbField_TunnelId = openflow_13.OfpOxmOfbField_TunnelId |
| 215 | type OfpOxmOfbField_Ipv6Exthdr = openflow_13.OfpOxmOfbField_Ipv6Exthdr |
| 216 | type OfpOxmOfbField_TableMetadataMask = openflow_13.OfpOxmOfbField_TableMetadataMask |
| 217 | type OfpOxmOfbField_EthDstMask = openflow_13.OfpOxmOfbField_EthDstMask |
| 218 | type OfpOxmOfbField_EthSrcMask = openflow_13.OfpOxmOfbField_EthSrcMask |
| 219 | type OfpOxmOfbField_VlanVidMask = openflow_13.OfpOxmOfbField_VlanVidMask |
| 220 | type OfpOxmOfbField_Ipv4SrcMask = openflow_13.OfpOxmOfbField_Ipv4SrcMask |
| 221 | type OfpOxmOfbField_Ipv4DstMask = openflow_13.OfpOxmOfbField_Ipv4DstMask |
| 222 | type OfpOxmOfbField_ArpSpaMask = openflow_13.OfpOxmOfbField_ArpSpaMask |
| 223 | type OfpOxmOfbField_ArpTpaMask = openflow_13.OfpOxmOfbField_ArpTpaMask |
| 224 | type OfpOxmOfbField_Ipv6SrcMask = openflow_13.OfpOxmOfbField_Ipv6SrcMask |
| 225 | type OfpOxmOfbField_Ipv6DstMask = openflow_13.OfpOxmOfbField_Ipv6DstMask |
| 226 | type OfpOxmOfbField_Ipv6FlabelMask = openflow_13.OfpOxmOfbField_Ipv6FlabelMask |
| 227 | type OfpOxmOfbField_PbbIsidMask = openflow_13.OfpOxmOfbField_PbbIsidMask |
| 228 | type OfpOxmOfbField_TunnelIdMask = openflow_13.OfpOxmOfbField_TunnelIdMask |
| 229 | type OfpOxmOfbField_Ipv6ExthdrMask = openflow_13.OfpOxmOfbField_Ipv6ExthdrMask |
| 230 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 231 | // OfpOxmExperimenterField from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 232 | type OfpOxmExperimenterField = openflow_13.OfpOxmExperimenterField |
| 233 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 234 | // OfpAction from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 235 | type OfpAction = openflow_13.OfpAction |
| 236 | type OfpAction_Output = openflow_13.OfpAction_Output |
| 237 | type OfpAction_MplsTtl = openflow_13.OfpAction_MplsTtl |
| 238 | type OfpAction_Push = openflow_13.OfpAction_Push |
| 239 | type OfpAction_PopMpls = openflow_13.OfpAction_PopMpls |
| 240 | type OfpAction_Group = openflow_13.OfpAction_Group |
| 241 | type OfpAction_NwTtl = openflow_13.OfpAction_NwTtl |
| 242 | type OfpAction_SetField = openflow_13.OfpAction_SetField |
| 243 | type OfpAction_Experimenter = openflow_13.OfpAction_Experimenter |
| 244 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 245 | // OfpActionOutput from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 246 | type OfpActionOutput = openflow_13.OfpActionOutput |
| 247 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 248 | // OfpActionMplsTtl from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 249 | type OfpActionMplsTtl = openflow_13.OfpActionMplsTtl |
| 250 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 251 | // OfpActionPush from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 252 | type OfpActionPush = openflow_13.OfpActionPush |
| 253 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 254 | // OfpActionPopMpls from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 255 | type OfpActionPopMpls = openflow_13.OfpActionPopMpls |
| 256 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 257 | // OfpActionGroup from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 258 | type OfpActionGroup = openflow_13.OfpActionGroup |
| 259 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 260 | // OfpActionNwTtl from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 261 | type OfpActionNwTtl = openflow_13.OfpActionNwTtl |
| 262 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 263 | // OfpActionSetField from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 264 | type OfpActionSetField = openflow_13.OfpActionSetField |
| 265 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 266 | // OfpActionExperimenter from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 267 | type OfpActionExperimenter = openflow_13.OfpActionExperimenter |
| 268 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 269 | // OfpInstruction from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 270 | type OfpInstruction = openflow_13.OfpInstruction |
| 271 | type OfpInstruction_GotoTable = openflow_13.OfpInstruction_GotoTable |
| 272 | type OfpInstruction_WriteMetadata = openflow_13.OfpInstruction_WriteMetadata |
| 273 | type OfpInstruction_Actions = openflow_13.OfpInstruction_Actions |
| 274 | type OfpInstruction_Meter = openflow_13.OfpInstruction_Meter |
| 275 | type OfpInstruction_Experimenter = openflow_13.OfpInstruction_Experimenter |
| 276 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 277 | // OfpInstructionGotoTable from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 278 | type OfpInstructionGotoTable = openflow_13.OfpInstructionGotoTable |
| 279 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 280 | // OfpInstructionWriteMetadata from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 281 | type OfpInstructionWriteMetadata = openflow_13.OfpInstructionWriteMetadata |
| 282 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 283 | // OfpInstructionActions from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 284 | type OfpInstructionActions = openflow_13.OfpInstructionActions |
| 285 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 286 | // OfpInstructionMeter from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 287 | type OfpInstructionMeter = openflow_13.OfpInstructionMeter |
| 288 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 289 | // OfpInstructionExperimenter from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 290 | type OfpInstructionExperimenter = openflow_13.OfpInstructionExperimenter |
| 291 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 292 | // OfpFlowMod from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 293 | type OfpFlowMod = openflow_13.OfpFlowMod |
| 294 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 295 | // OfpBucket from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 296 | type OfpBucket = openflow_13.OfpBucket |
| 297 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 298 | // OfpGroupMod from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 299 | type OfpGroupMod = openflow_13.OfpGroupMod |
| 300 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 301 | // OfpPacketOut from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 302 | type OfpPacketOut = openflow_13.OfpPacketOut |
| 303 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 304 | // OfpPacketIn from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 305 | type OfpPacketIn = openflow_13.OfpPacketIn |
| 306 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 307 | // OfpFlowRemoved from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 308 | type OfpFlowRemoved = openflow_13.OfpFlowRemoved |
| 309 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 310 | // OfpMeterBandHeader from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 311 | type OfpMeterBandHeader = openflow_13.OfpMeterBandHeader |
| 312 | type OfpMeterBandHeader_Drop = openflow_13.OfpMeterBandHeader_Drop |
| 313 | type OfpMeterBandHeader_DscpRemark = openflow_13.OfpMeterBandHeader_DscpRemark |
| 314 | type OfpMeterBandHeader_Experimenter = openflow_13.OfpMeterBandHeader_Experimenter |
| 315 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 316 | // OfpMeterBandDrop from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 317 | type OfpMeterBandDrop = openflow_13.OfpMeterBandDrop |
| 318 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 319 | // OfpMeterBandDscpRemark from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 320 | type OfpMeterBandDscpRemark = openflow_13.OfpMeterBandDscpRemark |
| 321 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 322 | // OfpMeterBandExperimenter from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 323 | type OfpMeterBandExperimenter = openflow_13.OfpMeterBandExperimenter |
| 324 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 325 | // OfpMeterMod from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 326 | type OfpMeterMod = openflow_13.OfpMeterMod |
| 327 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 328 | // OfpErrorMsg from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 329 | type OfpErrorMsg = openflow_13.OfpErrorMsg |
| 330 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 331 | // OfpErrorExperimenterMsg from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 332 | type OfpErrorExperimenterMsg = openflow_13.OfpErrorExperimenterMsg |
| 333 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 334 | // OfpMultipartRequest from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 335 | type OfpMultipartRequest = openflow_13.OfpMultipartRequest |
| 336 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 337 | // OfpMultipartReply from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 338 | type OfpMultipartReply = openflow_13.OfpMultipartReply |
| 339 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 340 | // OfpDesc from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 341 | type OfpDesc = openflow_13.OfpDesc |
| 342 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 343 | // OfpFlowStatsRequest from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 344 | type OfpFlowStatsRequest = openflow_13.OfpFlowStatsRequest |
| 345 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 346 | // OfpFlowStats from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 347 | type OfpFlowStats = openflow_13.OfpFlowStats |
| 348 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 349 | // OfpAggregateStatsRequest from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 350 | type OfpAggregateStatsRequest = openflow_13.OfpAggregateStatsRequest |
| 351 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 352 | // OfpAggregateStatsReply from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 353 | type OfpAggregateStatsReply = openflow_13.OfpAggregateStatsReply |
| 354 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 355 | // OfpTableFeatureProperty from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 356 | type OfpTableFeatureProperty = openflow_13.OfpTableFeatureProperty |
| 357 | type OfpTableFeatureProperty_Instructions = openflow_13.OfpTableFeatureProperty_Instructions |
| 358 | type OfpTableFeatureProperty_NextTables = openflow_13.OfpTableFeatureProperty_NextTables |
| 359 | type OfpTableFeatureProperty_Actions = openflow_13.OfpTableFeatureProperty_Actions |
| 360 | type OfpTableFeatureProperty_Oxm = openflow_13.OfpTableFeatureProperty_Oxm |
| 361 | type OfpTableFeatureProperty_Experimenter = openflow_13.OfpTableFeatureProperty_Experimenter |
| 362 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 363 | // OfpTableFeaturePropInstructions from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 364 | type OfpTableFeaturePropInstructions = openflow_13.OfpTableFeaturePropInstructions |
| 365 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 366 | // OfpTableFeaturePropNextTables from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 367 | type OfpTableFeaturePropNextTables = openflow_13.OfpTableFeaturePropNextTables |
| 368 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 369 | // OfpTableFeaturePropActions from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 370 | type OfpTableFeaturePropActions = openflow_13.OfpTableFeaturePropActions |
| 371 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 372 | // OfpTableFeaturePropOxm from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 373 | type OfpTableFeaturePropOxm = openflow_13.OfpTableFeaturePropOxm |
| 374 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 375 | // OfpTableFeaturePropExperimenter from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 376 | type OfpTableFeaturePropExperimenter = openflow_13.OfpTableFeaturePropExperimenter |
| 377 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 378 | // OfpTableFeatures from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 379 | type OfpTableFeatures = openflow_13.OfpTableFeatures |
| 380 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 381 | // OfpTableStats from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 382 | type OfpTableStats = openflow_13.OfpTableStats |
| 383 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 384 | // OfpPortStatsRequest from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 385 | type OfpPortStatsRequest = openflow_13.OfpPortStatsRequest |
| 386 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 387 | // OfpPortStats from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 388 | type OfpPortStats = openflow_13.OfpPortStats |
| 389 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 390 | // OfpGroupStatsRequest from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 391 | type OfpGroupStatsRequest = openflow_13.OfpGroupStatsRequest |
| 392 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 393 | // OfpBucketCounter from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 394 | type OfpBucketCounter = openflow_13.OfpBucketCounter |
| 395 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 396 | // OfpGroupStats from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 397 | type OfpGroupStats = openflow_13.OfpGroupStats |
| 398 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 399 | // OfpGroupDesc from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 400 | type OfpGroupDesc = openflow_13.OfpGroupDesc |
| 401 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 402 | // OfpGroupEntry from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 403 | type OfpGroupEntry = openflow_13.OfpGroupEntry |
| 404 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 405 | // OfpGroupFeatures from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 406 | type OfpGroupFeatures = openflow_13.OfpGroupFeatures |
| 407 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 408 | // OfpMeterMultipartRequest from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 409 | type OfpMeterMultipartRequest = openflow_13.OfpMeterMultipartRequest |
| 410 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 411 | // OfpMeterBandStats from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 412 | type OfpMeterBandStats = openflow_13.OfpMeterBandStats |
| 413 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 414 | // OfpMeterStats from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 415 | type OfpMeterStats = openflow_13.OfpMeterStats |
| 416 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 417 | // OfpMeterConfig from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 418 | type OfpMeterConfig = openflow_13.OfpMeterConfig |
| 419 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 420 | // OfpMeterFeatures from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 421 | type OfpMeterFeatures = openflow_13.OfpMeterFeatures |
| 422 | |
Abhilash Laxmeshwar | dfbb74d | 2019-07-23 08:03:08 -0400 | [diff] [blame] | 423 | // OfpMeterEntry from public import voltha_protos/openflow_13.proto |
| 424 | type OfpMeterEntry = openflow_13.OfpMeterEntry |
| 425 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 426 | // OfpExperimenterMultipartHeader from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 427 | type OfpExperimenterMultipartHeader = openflow_13.OfpExperimenterMultipartHeader |
| 428 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 429 | // OfpExperimenterHeader from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 430 | type OfpExperimenterHeader = openflow_13.OfpExperimenterHeader |
| 431 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 432 | // OfpQueuePropHeader from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 433 | type OfpQueuePropHeader = openflow_13.OfpQueuePropHeader |
| 434 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 435 | // OfpQueuePropMinRate from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 436 | type OfpQueuePropMinRate = openflow_13.OfpQueuePropMinRate |
| 437 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 438 | // OfpQueuePropMaxRate from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 439 | type OfpQueuePropMaxRate = openflow_13.OfpQueuePropMaxRate |
| 440 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 441 | // OfpQueuePropExperimenter from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 442 | type OfpQueuePropExperimenter = openflow_13.OfpQueuePropExperimenter |
| 443 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 444 | // OfpPacketQueue from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 445 | type OfpPacketQueue = openflow_13.OfpPacketQueue |
| 446 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 447 | // OfpQueueGetConfigRequest from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 448 | type OfpQueueGetConfigRequest = openflow_13.OfpQueueGetConfigRequest |
| 449 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 450 | // OfpQueueGetConfigReply from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 451 | type OfpQueueGetConfigReply = openflow_13.OfpQueueGetConfigReply |
| 452 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 453 | // OfpActionSetQueue from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 454 | type OfpActionSetQueue = openflow_13.OfpActionSetQueue |
| 455 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 456 | // OfpQueueStatsRequest from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 457 | type OfpQueueStatsRequest = openflow_13.OfpQueueStatsRequest |
| 458 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 459 | // OfpQueueStats from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 460 | type OfpQueueStats = openflow_13.OfpQueueStats |
| 461 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 462 | // OfpRoleRequest from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 463 | type OfpRoleRequest = openflow_13.OfpRoleRequest |
| 464 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 465 | // OfpAsyncConfig from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 466 | type OfpAsyncConfig = openflow_13.OfpAsyncConfig |
| 467 | |
| 468 | // MeterModUpdate from public import voltha_protos/openflow_13.proto |
| 469 | type MeterModUpdate = openflow_13.MeterModUpdate |
| 470 | |
| 471 | // MeterStatsReply from public import voltha_protos/openflow_13.proto |
| 472 | type MeterStatsReply = openflow_13.MeterStatsReply |
| 473 | |
| 474 | // FlowTableUpdate from public import voltha_protos/openflow_13.proto |
| 475 | type FlowTableUpdate = openflow_13.FlowTableUpdate |
| 476 | |
| 477 | // FlowGroupTableUpdate from public import voltha_protos/openflow_13.proto |
| 478 | type FlowGroupTableUpdate = openflow_13.FlowGroupTableUpdate |
| 479 | |
| 480 | // Flows from public import voltha_protos/openflow_13.proto |
| 481 | type Flows = openflow_13.Flows |
| 482 | |
| 483 | // Meters from public import voltha_protos/openflow_13.proto |
| 484 | type Meters = openflow_13.Meters |
| 485 | |
| 486 | // FlowGroups from public import voltha_protos/openflow_13.proto |
| 487 | type FlowGroups = openflow_13.FlowGroups |
| 488 | |
| 489 | // FlowChanges from public import voltha_protos/openflow_13.proto |
| 490 | type FlowChanges = openflow_13.FlowChanges |
| 491 | |
| 492 | // FlowGroupChanges from public import voltha_protos/openflow_13.proto |
| 493 | type FlowGroupChanges = openflow_13.FlowGroupChanges |
| 494 | |
| 495 | // PacketIn from public import voltha_protos/openflow_13.proto |
| 496 | type PacketIn = openflow_13.PacketIn |
| 497 | |
| 498 | // PacketOut from public import voltha_protos/openflow_13.proto |
| 499 | type PacketOut = openflow_13.PacketOut |
| 500 | |
| 501 | // ChangeEvent from public import voltha_protos/openflow_13.proto |
| 502 | type ChangeEvent = openflow_13.ChangeEvent |
| 503 | type ChangeEvent_PortStatus = openflow_13.ChangeEvent_PortStatus |
| 504 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 505 | // OfpPortNo from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 506 | type OfpPortNo = openflow_13.OfpPortNo |
| 507 | |
| 508 | var OfpPortNo_name = openflow_13.OfpPortNo_name |
| 509 | var OfpPortNo_value = openflow_13.OfpPortNo_value |
| 510 | |
| 511 | const OfpPortNo_OFPP_INVALID = OfpPortNo(openflow_13.OfpPortNo_OFPP_INVALID) |
| 512 | const OfpPortNo_OFPP_MAX = OfpPortNo(openflow_13.OfpPortNo_OFPP_MAX) |
| 513 | const OfpPortNo_OFPP_IN_PORT = OfpPortNo(openflow_13.OfpPortNo_OFPP_IN_PORT) |
| 514 | const OfpPortNo_OFPP_TABLE = OfpPortNo(openflow_13.OfpPortNo_OFPP_TABLE) |
| 515 | const OfpPortNo_OFPP_NORMAL = OfpPortNo(openflow_13.OfpPortNo_OFPP_NORMAL) |
| 516 | const OfpPortNo_OFPP_FLOOD = OfpPortNo(openflow_13.OfpPortNo_OFPP_FLOOD) |
| 517 | const OfpPortNo_OFPP_ALL = OfpPortNo(openflow_13.OfpPortNo_OFPP_ALL) |
| 518 | const OfpPortNo_OFPP_CONTROLLER = OfpPortNo(openflow_13.OfpPortNo_OFPP_CONTROLLER) |
| 519 | const OfpPortNo_OFPP_LOCAL = OfpPortNo(openflow_13.OfpPortNo_OFPP_LOCAL) |
| 520 | const OfpPortNo_OFPP_ANY = OfpPortNo(openflow_13.OfpPortNo_OFPP_ANY) |
| 521 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 522 | // OfpType from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 523 | type OfpType = openflow_13.OfpType |
| 524 | |
| 525 | var OfpType_name = openflow_13.OfpType_name |
| 526 | var OfpType_value = openflow_13.OfpType_value |
| 527 | |
| 528 | const OfpType_OFPT_HELLO = OfpType(openflow_13.OfpType_OFPT_HELLO) |
| 529 | const OfpType_OFPT_ERROR = OfpType(openflow_13.OfpType_OFPT_ERROR) |
| 530 | const OfpType_OFPT_ECHO_REQUEST = OfpType(openflow_13.OfpType_OFPT_ECHO_REQUEST) |
| 531 | const OfpType_OFPT_ECHO_REPLY = OfpType(openflow_13.OfpType_OFPT_ECHO_REPLY) |
| 532 | const OfpType_OFPT_EXPERIMENTER = OfpType(openflow_13.OfpType_OFPT_EXPERIMENTER) |
| 533 | const OfpType_OFPT_FEATURES_REQUEST = OfpType(openflow_13.OfpType_OFPT_FEATURES_REQUEST) |
| 534 | const OfpType_OFPT_FEATURES_REPLY = OfpType(openflow_13.OfpType_OFPT_FEATURES_REPLY) |
| 535 | const OfpType_OFPT_GET_CONFIG_REQUEST = OfpType(openflow_13.OfpType_OFPT_GET_CONFIG_REQUEST) |
| 536 | const OfpType_OFPT_GET_CONFIG_REPLY = OfpType(openflow_13.OfpType_OFPT_GET_CONFIG_REPLY) |
| 537 | const OfpType_OFPT_SET_CONFIG = OfpType(openflow_13.OfpType_OFPT_SET_CONFIG) |
| 538 | const OfpType_OFPT_PACKET_IN = OfpType(openflow_13.OfpType_OFPT_PACKET_IN) |
| 539 | const OfpType_OFPT_FLOW_REMOVED = OfpType(openflow_13.OfpType_OFPT_FLOW_REMOVED) |
| 540 | const OfpType_OFPT_PORT_STATUS = OfpType(openflow_13.OfpType_OFPT_PORT_STATUS) |
| 541 | const OfpType_OFPT_PACKET_OUT = OfpType(openflow_13.OfpType_OFPT_PACKET_OUT) |
| 542 | const OfpType_OFPT_FLOW_MOD = OfpType(openflow_13.OfpType_OFPT_FLOW_MOD) |
| 543 | const OfpType_OFPT_GROUP_MOD = OfpType(openflow_13.OfpType_OFPT_GROUP_MOD) |
| 544 | const OfpType_OFPT_PORT_MOD = OfpType(openflow_13.OfpType_OFPT_PORT_MOD) |
| 545 | const OfpType_OFPT_TABLE_MOD = OfpType(openflow_13.OfpType_OFPT_TABLE_MOD) |
| 546 | const OfpType_OFPT_MULTIPART_REQUEST = OfpType(openflow_13.OfpType_OFPT_MULTIPART_REQUEST) |
| 547 | const OfpType_OFPT_MULTIPART_REPLY = OfpType(openflow_13.OfpType_OFPT_MULTIPART_REPLY) |
| 548 | const OfpType_OFPT_BARRIER_REQUEST = OfpType(openflow_13.OfpType_OFPT_BARRIER_REQUEST) |
| 549 | const OfpType_OFPT_BARRIER_REPLY = OfpType(openflow_13.OfpType_OFPT_BARRIER_REPLY) |
| 550 | const OfpType_OFPT_QUEUE_GET_CONFIG_REQUEST = OfpType(openflow_13.OfpType_OFPT_QUEUE_GET_CONFIG_REQUEST) |
| 551 | const OfpType_OFPT_QUEUE_GET_CONFIG_REPLY = OfpType(openflow_13.OfpType_OFPT_QUEUE_GET_CONFIG_REPLY) |
| 552 | const OfpType_OFPT_ROLE_REQUEST = OfpType(openflow_13.OfpType_OFPT_ROLE_REQUEST) |
| 553 | const OfpType_OFPT_ROLE_REPLY = OfpType(openflow_13.OfpType_OFPT_ROLE_REPLY) |
| 554 | const OfpType_OFPT_GET_ASYNC_REQUEST = OfpType(openflow_13.OfpType_OFPT_GET_ASYNC_REQUEST) |
| 555 | const OfpType_OFPT_GET_ASYNC_REPLY = OfpType(openflow_13.OfpType_OFPT_GET_ASYNC_REPLY) |
| 556 | const OfpType_OFPT_SET_ASYNC = OfpType(openflow_13.OfpType_OFPT_SET_ASYNC) |
| 557 | const OfpType_OFPT_METER_MOD = OfpType(openflow_13.OfpType_OFPT_METER_MOD) |
| 558 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 559 | // OfpHelloElemType from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 560 | type OfpHelloElemType = openflow_13.OfpHelloElemType |
| 561 | |
| 562 | var OfpHelloElemType_name = openflow_13.OfpHelloElemType_name |
| 563 | var OfpHelloElemType_value = openflow_13.OfpHelloElemType_value |
| 564 | |
| 565 | const OfpHelloElemType_OFPHET_INVALID = OfpHelloElemType(openflow_13.OfpHelloElemType_OFPHET_INVALID) |
| 566 | const OfpHelloElemType_OFPHET_VERSIONBITMAP = OfpHelloElemType(openflow_13.OfpHelloElemType_OFPHET_VERSIONBITMAP) |
| 567 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 568 | // OfpConfigFlags from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 569 | type OfpConfigFlags = openflow_13.OfpConfigFlags |
| 570 | |
| 571 | var OfpConfigFlags_name = openflow_13.OfpConfigFlags_name |
| 572 | var OfpConfigFlags_value = openflow_13.OfpConfigFlags_value |
| 573 | |
| 574 | const OfpConfigFlags_OFPC_FRAG_NORMAL = OfpConfigFlags(openflow_13.OfpConfigFlags_OFPC_FRAG_NORMAL) |
| 575 | const OfpConfigFlags_OFPC_FRAG_DROP = OfpConfigFlags(openflow_13.OfpConfigFlags_OFPC_FRAG_DROP) |
| 576 | const OfpConfigFlags_OFPC_FRAG_REASM = OfpConfigFlags(openflow_13.OfpConfigFlags_OFPC_FRAG_REASM) |
| 577 | const OfpConfigFlags_OFPC_FRAG_MASK = OfpConfigFlags(openflow_13.OfpConfigFlags_OFPC_FRAG_MASK) |
| 578 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 579 | // OfpTableConfig from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 580 | type OfpTableConfig = openflow_13.OfpTableConfig |
| 581 | |
| 582 | var OfpTableConfig_name = openflow_13.OfpTableConfig_name |
| 583 | var OfpTableConfig_value = openflow_13.OfpTableConfig_value |
| 584 | |
| 585 | const OfpTableConfig_OFPTC_INVALID = OfpTableConfig(openflow_13.OfpTableConfig_OFPTC_INVALID) |
| 586 | const OfpTableConfig_OFPTC_DEPRECATED_MASK = OfpTableConfig(openflow_13.OfpTableConfig_OFPTC_DEPRECATED_MASK) |
| 587 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 588 | // OfpTable from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 589 | type OfpTable = openflow_13.OfpTable |
| 590 | |
| 591 | var OfpTable_name = openflow_13.OfpTable_name |
| 592 | var OfpTable_value = openflow_13.OfpTable_value |
| 593 | |
| 594 | const OfpTable_OFPTT_INVALID = OfpTable(openflow_13.OfpTable_OFPTT_INVALID) |
| 595 | const OfpTable_OFPTT_MAX = OfpTable(openflow_13.OfpTable_OFPTT_MAX) |
| 596 | const OfpTable_OFPTT_ALL = OfpTable(openflow_13.OfpTable_OFPTT_ALL) |
| 597 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 598 | // OfpCapabilities from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 599 | type OfpCapabilities = openflow_13.OfpCapabilities |
| 600 | |
| 601 | var OfpCapabilities_name = openflow_13.OfpCapabilities_name |
| 602 | var OfpCapabilities_value = openflow_13.OfpCapabilities_value |
| 603 | |
| 604 | const OfpCapabilities_OFPC_INVALID = OfpCapabilities(openflow_13.OfpCapabilities_OFPC_INVALID) |
| 605 | const OfpCapabilities_OFPC_FLOW_STATS = OfpCapabilities(openflow_13.OfpCapabilities_OFPC_FLOW_STATS) |
| 606 | const OfpCapabilities_OFPC_TABLE_STATS = OfpCapabilities(openflow_13.OfpCapabilities_OFPC_TABLE_STATS) |
| 607 | const OfpCapabilities_OFPC_PORT_STATS = OfpCapabilities(openflow_13.OfpCapabilities_OFPC_PORT_STATS) |
| 608 | const OfpCapabilities_OFPC_GROUP_STATS = OfpCapabilities(openflow_13.OfpCapabilities_OFPC_GROUP_STATS) |
| 609 | const OfpCapabilities_OFPC_IP_REASM = OfpCapabilities(openflow_13.OfpCapabilities_OFPC_IP_REASM) |
| 610 | const OfpCapabilities_OFPC_QUEUE_STATS = OfpCapabilities(openflow_13.OfpCapabilities_OFPC_QUEUE_STATS) |
| 611 | const OfpCapabilities_OFPC_PORT_BLOCKED = OfpCapabilities(openflow_13.OfpCapabilities_OFPC_PORT_BLOCKED) |
| 612 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 613 | // OfpPortConfig from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 614 | type OfpPortConfig = openflow_13.OfpPortConfig |
| 615 | |
| 616 | var OfpPortConfig_name = openflow_13.OfpPortConfig_name |
| 617 | var OfpPortConfig_value = openflow_13.OfpPortConfig_value |
| 618 | |
| 619 | const OfpPortConfig_OFPPC_INVALID = OfpPortConfig(openflow_13.OfpPortConfig_OFPPC_INVALID) |
| 620 | const OfpPortConfig_OFPPC_PORT_DOWN = OfpPortConfig(openflow_13.OfpPortConfig_OFPPC_PORT_DOWN) |
| 621 | const OfpPortConfig_OFPPC_NO_RECV = OfpPortConfig(openflow_13.OfpPortConfig_OFPPC_NO_RECV) |
| 622 | const OfpPortConfig_OFPPC_NO_FWD = OfpPortConfig(openflow_13.OfpPortConfig_OFPPC_NO_FWD) |
| 623 | const OfpPortConfig_OFPPC_NO_PACKET_IN = OfpPortConfig(openflow_13.OfpPortConfig_OFPPC_NO_PACKET_IN) |
| 624 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 625 | // OfpPortState from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 626 | type OfpPortState = openflow_13.OfpPortState |
| 627 | |
| 628 | var OfpPortState_name = openflow_13.OfpPortState_name |
| 629 | var OfpPortState_value = openflow_13.OfpPortState_value |
| 630 | |
| 631 | const OfpPortState_OFPPS_INVALID = OfpPortState(openflow_13.OfpPortState_OFPPS_INVALID) |
| 632 | const OfpPortState_OFPPS_LINK_DOWN = OfpPortState(openflow_13.OfpPortState_OFPPS_LINK_DOWN) |
| 633 | const OfpPortState_OFPPS_BLOCKED = OfpPortState(openflow_13.OfpPortState_OFPPS_BLOCKED) |
| 634 | const OfpPortState_OFPPS_LIVE = OfpPortState(openflow_13.OfpPortState_OFPPS_LIVE) |
| 635 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 636 | // OfpPortFeatures from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 637 | type OfpPortFeatures = openflow_13.OfpPortFeatures |
| 638 | |
| 639 | var OfpPortFeatures_name = openflow_13.OfpPortFeatures_name |
| 640 | var OfpPortFeatures_value = openflow_13.OfpPortFeatures_value |
| 641 | |
| 642 | const OfpPortFeatures_OFPPF_INVALID = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_INVALID) |
| 643 | const OfpPortFeatures_OFPPF_10MB_HD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_10MB_HD) |
| 644 | const OfpPortFeatures_OFPPF_10MB_FD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_10MB_FD) |
| 645 | const OfpPortFeatures_OFPPF_100MB_HD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_100MB_HD) |
| 646 | const OfpPortFeatures_OFPPF_100MB_FD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_100MB_FD) |
| 647 | const OfpPortFeatures_OFPPF_1GB_HD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_1GB_HD) |
| 648 | const OfpPortFeatures_OFPPF_1GB_FD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_1GB_FD) |
| 649 | const OfpPortFeatures_OFPPF_10GB_FD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_10GB_FD) |
| 650 | const OfpPortFeatures_OFPPF_40GB_FD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_40GB_FD) |
| 651 | const OfpPortFeatures_OFPPF_100GB_FD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_100GB_FD) |
| 652 | const OfpPortFeatures_OFPPF_1TB_FD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_1TB_FD) |
| 653 | const OfpPortFeatures_OFPPF_OTHER = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_OTHER) |
| 654 | const OfpPortFeatures_OFPPF_COPPER = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_COPPER) |
| 655 | const OfpPortFeatures_OFPPF_FIBER = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_FIBER) |
| 656 | const OfpPortFeatures_OFPPF_AUTONEG = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_AUTONEG) |
| 657 | const OfpPortFeatures_OFPPF_PAUSE = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_PAUSE) |
| 658 | const OfpPortFeatures_OFPPF_PAUSE_ASYM = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_PAUSE_ASYM) |
| 659 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 660 | // OfpPortReason from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 661 | type OfpPortReason = openflow_13.OfpPortReason |
| 662 | |
| 663 | var OfpPortReason_name = openflow_13.OfpPortReason_name |
| 664 | var OfpPortReason_value = openflow_13.OfpPortReason_value |
| 665 | |
| 666 | const OfpPortReason_OFPPR_ADD = OfpPortReason(openflow_13.OfpPortReason_OFPPR_ADD) |
| 667 | const OfpPortReason_OFPPR_DELETE = OfpPortReason(openflow_13.OfpPortReason_OFPPR_DELETE) |
| 668 | const OfpPortReason_OFPPR_MODIFY = OfpPortReason(openflow_13.OfpPortReason_OFPPR_MODIFY) |
| 669 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 670 | // OfpMatchType from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 671 | type OfpMatchType = openflow_13.OfpMatchType |
| 672 | |
| 673 | var OfpMatchType_name = openflow_13.OfpMatchType_name |
| 674 | var OfpMatchType_value = openflow_13.OfpMatchType_value |
| 675 | |
| 676 | const OfpMatchType_OFPMT_STANDARD = OfpMatchType(openflow_13.OfpMatchType_OFPMT_STANDARD) |
| 677 | const OfpMatchType_OFPMT_OXM = OfpMatchType(openflow_13.OfpMatchType_OFPMT_OXM) |
| 678 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 679 | // OfpOxmClass from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 680 | type OfpOxmClass = openflow_13.OfpOxmClass |
| 681 | |
| 682 | var OfpOxmClass_name = openflow_13.OfpOxmClass_name |
| 683 | var OfpOxmClass_value = openflow_13.OfpOxmClass_value |
| 684 | |
| 685 | const OfpOxmClass_OFPXMC_NXM_0 = OfpOxmClass(openflow_13.OfpOxmClass_OFPXMC_NXM_0) |
| 686 | const OfpOxmClass_OFPXMC_NXM_1 = OfpOxmClass(openflow_13.OfpOxmClass_OFPXMC_NXM_1) |
| 687 | const OfpOxmClass_OFPXMC_OPENFLOW_BASIC = OfpOxmClass(openflow_13.OfpOxmClass_OFPXMC_OPENFLOW_BASIC) |
| 688 | const OfpOxmClass_OFPXMC_EXPERIMENTER = OfpOxmClass(openflow_13.OfpOxmClass_OFPXMC_EXPERIMENTER) |
| 689 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 690 | // OxmOfbFieldTypes from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 691 | type OxmOfbFieldTypes = openflow_13.OxmOfbFieldTypes |
| 692 | |
| 693 | var OxmOfbFieldTypes_name = openflow_13.OxmOfbFieldTypes_name |
| 694 | var OxmOfbFieldTypes_value = openflow_13.OxmOfbFieldTypes_value |
| 695 | |
| 696 | const OxmOfbFieldTypes_OFPXMT_OFB_IN_PORT = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IN_PORT) |
| 697 | const OxmOfbFieldTypes_OFPXMT_OFB_IN_PHY_PORT = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IN_PHY_PORT) |
| 698 | const OxmOfbFieldTypes_OFPXMT_OFB_METADATA = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_METADATA) |
| 699 | const OxmOfbFieldTypes_OFPXMT_OFB_ETH_DST = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ETH_DST) |
| 700 | const OxmOfbFieldTypes_OFPXMT_OFB_ETH_SRC = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ETH_SRC) |
| 701 | const OxmOfbFieldTypes_OFPXMT_OFB_ETH_TYPE = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ETH_TYPE) |
| 702 | const OxmOfbFieldTypes_OFPXMT_OFB_VLAN_VID = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_VLAN_VID) |
| 703 | const OxmOfbFieldTypes_OFPXMT_OFB_VLAN_PCP = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_VLAN_PCP) |
| 704 | const OxmOfbFieldTypes_OFPXMT_OFB_IP_DSCP = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IP_DSCP) |
| 705 | const OxmOfbFieldTypes_OFPXMT_OFB_IP_ECN = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IP_ECN) |
| 706 | const OxmOfbFieldTypes_OFPXMT_OFB_IP_PROTO = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IP_PROTO) |
| 707 | const OxmOfbFieldTypes_OFPXMT_OFB_IPV4_SRC = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IPV4_SRC) |
| 708 | const OxmOfbFieldTypes_OFPXMT_OFB_IPV4_DST = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IPV4_DST) |
| 709 | const OxmOfbFieldTypes_OFPXMT_OFB_TCP_SRC = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_TCP_SRC) |
| 710 | const OxmOfbFieldTypes_OFPXMT_OFB_TCP_DST = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_TCP_DST) |
| 711 | const OxmOfbFieldTypes_OFPXMT_OFB_UDP_SRC = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_UDP_SRC) |
| 712 | const OxmOfbFieldTypes_OFPXMT_OFB_UDP_DST = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_UDP_DST) |
| 713 | const OxmOfbFieldTypes_OFPXMT_OFB_SCTP_SRC = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_SCTP_SRC) |
| 714 | const OxmOfbFieldTypes_OFPXMT_OFB_SCTP_DST = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_SCTP_DST) |
| 715 | const OxmOfbFieldTypes_OFPXMT_OFB_ICMPV4_TYPE = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ICMPV4_TYPE) |
| 716 | const OxmOfbFieldTypes_OFPXMT_OFB_ICMPV4_CODE = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ICMPV4_CODE) |
| 717 | const OxmOfbFieldTypes_OFPXMT_OFB_ARP_OP = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ARP_OP) |
| 718 | const OxmOfbFieldTypes_OFPXMT_OFB_ARP_SPA = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ARP_SPA) |
| 719 | const OxmOfbFieldTypes_OFPXMT_OFB_ARP_TPA = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ARP_TPA) |
| 720 | const OxmOfbFieldTypes_OFPXMT_OFB_ARP_SHA = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ARP_SHA) |
| 721 | const OxmOfbFieldTypes_OFPXMT_OFB_ARP_THA = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ARP_THA) |
| 722 | const OxmOfbFieldTypes_OFPXMT_OFB_IPV6_SRC = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IPV6_SRC) |
| 723 | const OxmOfbFieldTypes_OFPXMT_OFB_IPV6_DST = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IPV6_DST) |
| 724 | const OxmOfbFieldTypes_OFPXMT_OFB_IPV6_FLABEL = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IPV6_FLABEL) |
| 725 | const OxmOfbFieldTypes_OFPXMT_OFB_ICMPV6_TYPE = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ICMPV6_TYPE) |
| 726 | const OxmOfbFieldTypes_OFPXMT_OFB_ICMPV6_CODE = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ICMPV6_CODE) |
| 727 | const OxmOfbFieldTypes_OFPXMT_OFB_IPV6_ND_TARGET = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IPV6_ND_TARGET) |
| 728 | const OxmOfbFieldTypes_OFPXMT_OFB_IPV6_ND_SLL = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IPV6_ND_SLL) |
| 729 | const OxmOfbFieldTypes_OFPXMT_OFB_IPV6_ND_TLL = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IPV6_ND_TLL) |
| 730 | const OxmOfbFieldTypes_OFPXMT_OFB_MPLS_LABEL = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_MPLS_LABEL) |
| 731 | const OxmOfbFieldTypes_OFPXMT_OFB_MPLS_TC = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_MPLS_TC) |
| 732 | const OxmOfbFieldTypes_OFPXMT_OFB_MPLS_BOS = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_MPLS_BOS) |
| 733 | const OxmOfbFieldTypes_OFPXMT_OFB_PBB_ISID = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_PBB_ISID) |
| 734 | const OxmOfbFieldTypes_OFPXMT_OFB_TUNNEL_ID = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_TUNNEL_ID) |
| 735 | const OxmOfbFieldTypes_OFPXMT_OFB_IPV6_EXTHDR = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IPV6_EXTHDR) |
| 736 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 737 | // OfpVlanId from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 738 | type OfpVlanId = openflow_13.OfpVlanId |
| 739 | |
| 740 | var OfpVlanId_name = openflow_13.OfpVlanId_name |
| 741 | var OfpVlanId_value = openflow_13.OfpVlanId_value |
| 742 | |
| 743 | const OfpVlanId_OFPVID_NONE = OfpVlanId(openflow_13.OfpVlanId_OFPVID_NONE) |
| 744 | const OfpVlanId_OFPVID_PRESENT = OfpVlanId(openflow_13.OfpVlanId_OFPVID_PRESENT) |
| 745 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 746 | // OfpIpv6ExthdrFlags from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 747 | type OfpIpv6ExthdrFlags = openflow_13.OfpIpv6ExthdrFlags |
| 748 | |
| 749 | var OfpIpv6ExthdrFlags_name = openflow_13.OfpIpv6ExthdrFlags_name |
| 750 | var OfpIpv6ExthdrFlags_value = openflow_13.OfpIpv6ExthdrFlags_value |
| 751 | |
| 752 | const OfpIpv6ExthdrFlags_OFPIEH_INVALID = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_INVALID) |
| 753 | const OfpIpv6ExthdrFlags_OFPIEH_NONEXT = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_NONEXT) |
| 754 | const OfpIpv6ExthdrFlags_OFPIEH_ESP = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_ESP) |
| 755 | const OfpIpv6ExthdrFlags_OFPIEH_AUTH = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_AUTH) |
| 756 | const OfpIpv6ExthdrFlags_OFPIEH_DEST = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_DEST) |
| 757 | const OfpIpv6ExthdrFlags_OFPIEH_FRAG = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_FRAG) |
| 758 | const OfpIpv6ExthdrFlags_OFPIEH_ROUTER = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_ROUTER) |
| 759 | const OfpIpv6ExthdrFlags_OFPIEH_HOP = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_HOP) |
| 760 | const OfpIpv6ExthdrFlags_OFPIEH_UNREP = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_UNREP) |
| 761 | const OfpIpv6ExthdrFlags_OFPIEH_UNSEQ = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_UNSEQ) |
| 762 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 763 | // OfpActionType from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 764 | type OfpActionType = openflow_13.OfpActionType |
| 765 | |
| 766 | var OfpActionType_name = openflow_13.OfpActionType_name |
| 767 | var OfpActionType_value = openflow_13.OfpActionType_value |
| 768 | |
| 769 | const OfpActionType_OFPAT_OUTPUT = OfpActionType(openflow_13.OfpActionType_OFPAT_OUTPUT) |
| 770 | const OfpActionType_OFPAT_COPY_TTL_OUT = OfpActionType(openflow_13.OfpActionType_OFPAT_COPY_TTL_OUT) |
| 771 | const OfpActionType_OFPAT_COPY_TTL_IN = OfpActionType(openflow_13.OfpActionType_OFPAT_COPY_TTL_IN) |
| 772 | const OfpActionType_OFPAT_SET_MPLS_TTL = OfpActionType(openflow_13.OfpActionType_OFPAT_SET_MPLS_TTL) |
| 773 | const OfpActionType_OFPAT_DEC_MPLS_TTL = OfpActionType(openflow_13.OfpActionType_OFPAT_DEC_MPLS_TTL) |
| 774 | const OfpActionType_OFPAT_PUSH_VLAN = OfpActionType(openflow_13.OfpActionType_OFPAT_PUSH_VLAN) |
| 775 | const OfpActionType_OFPAT_POP_VLAN = OfpActionType(openflow_13.OfpActionType_OFPAT_POP_VLAN) |
| 776 | const OfpActionType_OFPAT_PUSH_MPLS = OfpActionType(openflow_13.OfpActionType_OFPAT_PUSH_MPLS) |
| 777 | const OfpActionType_OFPAT_POP_MPLS = OfpActionType(openflow_13.OfpActionType_OFPAT_POP_MPLS) |
| 778 | const OfpActionType_OFPAT_SET_QUEUE = OfpActionType(openflow_13.OfpActionType_OFPAT_SET_QUEUE) |
| 779 | const OfpActionType_OFPAT_GROUP = OfpActionType(openflow_13.OfpActionType_OFPAT_GROUP) |
| 780 | const OfpActionType_OFPAT_SET_NW_TTL = OfpActionType(openflow_13.OfpActionType_OFPAT_SET_NW_TTL) |
| 781 | const OfpActionType_OFPAT_DEC_NW_TTL = OfpActionType(openflow_13.OfpActionType_OFPAT_DEC_NW_TTL) |
| 782 | const OfpActionType_OFPAT_SET_FIELD = OfpActionType(openflow_13.OfpActionType_OFPAT_SET_FIELD) |
| 783 | const OfpActionType_OFPAT_PUSH_PBB = OfpActionType(openflow_13.OfpActionType_OFPAT_PUSH_PBB) |
| 784 | const OfpActionType_OFPAT_POP_PBB = OfpActionType(openflow_13.OfpActionType_OFPAT_POP_PBB) |
| 785 | const OfpActionType_OFPAT_EXPERIMENTER = OfpActionType(openflow_13.OfpActionType_OFPAT_EXPERIMENTER) |
| 786 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 787 | // OfpControllerMaxLen from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 788 | type OfpControllerMaxLen = openflow_13.OfpControllerMaxLen |
| 789 | |
| 790 | var OfpControllerMaxLen_name = openflow_13.OfpControllerMaxLen_name |
| 791 | var OfpControllerMaxLen_value = openflow_13.OfpControllerMaxLen_value |
| 792 | |
| 793 | const OfpControllerMaxLen_OFPCML_INVALID = OfpControllerMaxLen(openflow_13.OfpControllerMaxLen_OFPCML_INVALID) |
| 794 | const OfpControllerMaxLen_OFPCML_MAX = OfpControllerMaxLen(openflow_13.OfpControllerMaxLen_OFPCML_MAX) |
| 795 | const OfpControllerMaxLen_OFPCML_NO_BUFFER = OfpControllerMaxLen(openflow_13.OfpControllerMaxLen_OFPCML_NO_BUFFER) |
| 796 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 797 | // OfpInstructionType from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 798 | type OfpInstructionType = openflow_13.OfpInstructionType |
| 799 | |
| 800 | var OfpInstructionType_name = openflow_13.OfpInstructionType_name |
| 801 | var OfpInstructionType_value = openflow_13.OfpInstructionType_value |
| 802 | |
| 803 | const OfpInstructionType_OFPIT_INVALID = OfpInstructionType(openflow_13.OfpInstructionType_OFPIT_INVALID) |
| 804 | const OfpInstructionType_OFPIT_GOTO_TABLE = OfpInstructionType(openflow_13.OfpInstructionType_OFPIT_GOTO_TABLE) |
| 805 | const OfpInstructionType_OFPIT_WRITE_METADATA = OfpInstructionType(openflow_13.OfpInstructionType_OFPIT_WRITE_METADATA) |
| 806 | const OfpInstructionType_OFPIT_WRITE_ACTIONS = OfpInstructionType(openflow_13.OfpInstructionType_OFPIT_WRITE_ACTIONS) |
| 807 | const OfpInstructionType_OFPIT_APPLY_ACTIONS = OfpInstructionType(openflow_13.OfpInstructionType_OFPIT_APPLY_ACTIONS) |
| 808 | const OfpInstructionType_OFPIT_CLEAR_ACTIONS = OfpInstructionType(openflow_13.OfpInstructionType_OFPIT_CLEAR_ACTIONS) |
| 809 | const OfpInstructionType_OFPIT_METER = OfpInstructionType(openflow_13.OfpInstructionType_OFPIT_METER) |
| 810 | const OfpInstructionType_OFPIT_EXPERIMENTER = OfpInstructionType(openflow_13.OfpInstructionType_OFPIT_EXPERIMENTER) |
| 811 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 812 | // OfpFlowModCommand from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 813 | type OfpFlowModCommand = openflow_13.OfpFlowModCommand |
| 814 | |
| 815 | var OfpFlowModCommand_name = openflow_13.OfpFlowModCommand_name |
| 816 | var OfpFlowModCommand_value = openflow_13.OfpFlowModCommand_value |
| 817 | |
| 818 | const OfpFlowModCommand_OFPFC_ADD = OfpFlowModCommand(openflow_13.OfpFlowModCommand_OFPFC_ADD) |
| 819 | const OfpFlowModCommand_OFPFC_MODIFY = OfpFlowModCommand(openflow_13.OfpFlowModCommand_OFPFC_MODIFY) |
| 820 | const OfpFlowModCommand_OFPFC_MODIFY_STRICT = OfpFlowModCommand(openflow_13.OfpFlowModCommand_OFPFC_MODIFY_STRICT) |
| 821 | const OfpFlowModCommand_OFPFC_DELETE = OfpFlowModCommand(openflow_13.OfpFlowModCommand_OFPFC_DELETE) |
| 822 | const OfpFlowModCommand_OFPFC_DELETE_STRICT = OfpFlowModCommand(openflow_13.OfpFlowModCommand_OFPFC_DELETE_STRICT) |
| 823 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 824 | // OfpFlowModFlags from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 825 | type OfpFlowModFlags = openflow_13.OfpFlowModFlags |
| 826 | |
| 827 | var OfpFlowModFlags_name = openflow_13.OfpFlowModFlags_name |
| 828 | var OfpFlowModFlags_value = openflow_13.OfpFlowModFlags_value |
| 829 | |
| 830 | const OfpFlowModFlags_OFPFF_INVALID = OfpFlowModFlags(openflow_13.OfpFlowModFlags_OFPFF_INVALID) |
| 831 | const OfpFlowModFlags_OFPFF_SEND_FLOW_REM = OfpFlowModFlags(openflow_13.OfpFlowModFlags_OFPFF_SEND_FLOW_REM) |
| 832 | const OfpFlowModFlags_OFPFF_CHECK_OVERLAP = OfpFlowModFlags(openflow_13.OfpFlowModFlags_OFPFF_CHECK_OVERLAP) |
| 833 | const OfpFlowModFlags_OFPFF_RESET_COUNTS = OfpFlowModFlags(openflow_13.OfpFlowModFlags_OFPFF_RESET_COUNTS) |
| 834 | const OfpFlowModFlags_OFPFF_NO_PKT_COUNTS = OfpFlowModFlags(openflow_13.OfpFlowModFlags_OFPFF_NO_PKT_COUNTS) |
| 835 | const OfpFlowModFlags_OFPFF_NO_BYT_COUNTS = OfpFlowModFlags(openflow_13.OfpFlowModFlags_OFPFF_NO_BYT_COUNTS) |
| 836 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 837 | // OfpGroup from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 838 | type OfpGroup = openflow_13.OfpGroup |
| 839 | |
| 840 | var OfpGroup_name = openflow_13.OfpGroup_name |
| 841 | var OfpGroup_value = openflow_13.OfpGroup_value |
| 842 | |
| 843 | const OfpGroup_OFPG_INVALID = OfpGroup(openflow_13.OfpGroup_OFPG_INVALID) |
| 844 | const OfpGroup_OFPG_MAX = OfpGroup(openflow_13.OfpGroup_OFPG_MAX) |
| 845 | const OfpGroup_OFPG_ALL = OfpGroup(openflow_13.OfpGroup_OFPG_ALL) |
| 846 | const OfpGroup_OFPG_ANY = OfpGroup(openflow_13.OfpGroup_OFPG_ANY) |
| 847 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 848 | // OfpGroupModCommand from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 849 | type OfpGroupModCommand = openflow_13.OfpGroupModCommand |
| 850 | |
| 851 | var OfpGroupModCommand_name = openflow_13.OfpGroupModCommand_name |
| 852 | var OfpGroupModCommand_value = openflow_13.OfpGroupModCommand_value |
| 853 | |
| 854 | const OfpGroupModCommand_OFPGC_ADD = OfpGroupModCommand(openflow_13.OfpGroupModCommand_OFPGC_ADD) |
| 855 | const OfpGroupModCommand_OFPGC_MODIFY = OfpGroupModCommand(openflow_13.OfpGroupModCommand_OFPGC_MODIFY) |
| 856 | const OfpGroupModCommand_OFPGC_DELETE = OfpGroupModCommand(openflow_13.OfpGroupModCommand_OFPGC_DELETE) |
| 857 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 858 | // OfpGroupType from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 859 | type OfpGroupType = openflow_13.OfpGroupType |
| 860 | |
| 861 | var OfpGroupType_name = openflow_13.OfpGroupType_name |
| 862 | var OfpGroupType_value = openflow_13.OfpGroupType_value |
| 863 | |
| 864 | const OfpGroupType_OFPGT_ALL = OfpGroupType(openflow_13.OfpGroupType_OFPGT_ALL) |
| 865 | const OfpGroupType_OFPGT_SELECT = OfpGroupType(openflow_13.OfpGroupType_OFPGT_SELECT) |
| 866 | const OfpGroupType_OFPGT_INDIRECT = OfpGroupType(openflow_13.OfpGroupType_OFPGT_INDIRECT) |
| 867 | const OfpGroupType_OFPGT_FF = OfpGroupType(openflow_13.OfpGroupType_OFPGT_FF) |
| 868 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 869 | // OfpPacketInReason from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 870 | type OfpPacketInReason = openflow_13.OfpPacketInReason |
| 871 | |
| 872 | var OfpPacketInReason_name = openflow_13.OfpPacketInReason_name |
| 873 | var OfpPacketInReason_value = openflow_13.OfpPacketInReason_value |
| 874 | |
| 875 | const OfpPacketInReason_OFPR_NO_MATCH = OfpPacketInReason(openflow_13.OfpPacketInReason_OFPR_NO_MATCH) |
| 876 | const OfpPacketInReason_OFPR_ACTION = OfpPacketInReason(openflow_13.OfpPacketInReason_OFPR_ACTION) |
| 877 | const OfpPacketInReason_OFPR_INVALID_TTL = OfpPacketInReason(openflow_13.OfpPacketInReason_OFPR_INVALID_TTL) |
| 878 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 879 | // OfpFlowRemovedReason from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 880 | type OfpFlowRemovedReason = openflow_13.OfpFlowRemovedReason |
| 881 | |
| 882 | var OfpFlowRemovedReason_name = openflow_13.OfpFlowRemovedReason_name |
| 883 | var OfpFlowRemovedReason_value = openflow_13.OfpFlowRemovedReason_value |
| 884 | |
| 885 | const OfpFlowRemovedReason_OFPRR_IDLE_TIMEOUT = OfpFlowRemovedReason(openflow_13.OfpFlowRemovedReason_OFPRR_IDLE_TIMEOUT) |
| 886 | const OfpFlowRemovedReason_OFPRR_HARD_TIMEOUT = OfpFlowRemovedReason(openflow_13.OfpFlowRemovedReason_OFPRR_HARD_TIMEOUT) |
| 887 | const OfpFlowRemovedReason_OFPRR_DELETE = OfpFlowRemovedReason(openflow_13.OfpFlowRemovedReason_OFPRR_DELETE) |
| 888 | const OfpFlowRemovedReason_OFPRR_GROUP_DELETE = OfpFlowRemovedReason(openflow_13.OfpFlowRemovedReason_OFPRR_GROUP_DELETE) |
| 889 | const OfpFlowRemovedReason_OFPRR_METER_DELETE = OfpFlowRemovedReason(openflow_13.OfpFlowRemovedReason_OFPRR_METER_DELETE) |
| 890 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 891 | // OfpMeter from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 892 | type OfpMeter = openflow_13.OfpMeter |
| 893 | |
| 894 | var OfpMeter_name = openflow_13.OfpMeter_name |
| 895 | var OfpMeter_value = openflow_13.OfpMeter_value |
| 896 | |
| 897 | const OfpMeter_OFPM_ZERO = OfpMeter(openflow_13.OfpMeter_OFPM_ZERO) |
| 898 | const OfpMeter_OFPM_MAX = OfpMeter(openflow_13.OfpMeter_OFPM_MAX) |
| 899 | const OfpMeter_OFPM_SLOWPATH = OfpMeter(openflow_13.OfpMeter_OFPM_SLOWPATH) |
| 900 | const OfpMeter_OFPM_CONTROLLER = OfpMeter(openflow_13.OfpMeter_OFPM_CONTROLLER) |
| 901 | const OfpMeter_OFPM_ALL = OfpMeter(openflow_13.OfpMeter_OFPM_ALL) |
| 902 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 903 | // OfpMeterBandType from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 904 | type OfpMeterBandType = openflow_13.OfpMeterBandType |
| 905 | |
| 906 | var OfpMeterBandType_name = openflow_13.OfpMeterBandType_name |
| 907 | var OfpMeterBandType_value = openflow_13.OfpMeterBandType_value |
| 908 | |
| 909 | const OfpMeterBandType_OFPMBT_INVALID = OfpMeterBandType(openflow_13.OfpMeterBandType_OFPMBT_INVALID) |
| 910 | const OfpMeterBandType_OFPMBT_DROP = OfpMeterBandType(openflow_13.OfpMeterBandType_OFPMBT_DROP) |
| 911 | const OfpMeterBandType_OFPMBT_DSCP_REMARK = OfpMeterBandType(openflow_13.OfpMeterBandType_OFPMBT_DSCP_REMARK) |
| 912 | const OfpMeterBandType_OFPMBT_EXPERIMENTER = OfpMeterBandType(openflow_13.OfpMeterBandType_OFPMBT_EXPERIMENTER) |
| 913 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 914 | // OfpMeterModCommand from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 915 | type OfpMeterModCommand = openflow_13.OfpMeterModCommand |
| 916 | |
| 917 | var OfpMeterModCommand_name = openflow_13.OfpMeterModCommand_name |
| 918 | var OfpMeterModCommand_value = openflow_13.OfpMeterModCommand_value |
| 919 | |
| 920 | const OfpMeterModCommand_OFPMC_ADD = OfpMeterModCommand(openflow_13.OfpMeterModCommand_OFPMC_ADD) |
| 921 | const OfpMeterModCommand_OFPMC_MODIFY = OfpMeterModCommand(openflow_13.OfpMeterModCommand_OFPMC_MODIFY) |
| 922 | const OfpMeterModCommand_OFPMC_DELETE = OfpMeterModCommand(openflow_13.OfpMeterModCommand_OFPMC_DELETE) |
| 923 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 924 | // OfpMeterFlags from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 925 | type OfpMeterFlags = openflow_13.OfpMeterFlags |
| 926 | |
| 927 | var OfpMeterFlags_name = openflow_13.OfpMeterFlags_name |
| 928 | var OfpMeterFlags_value = openflow_13.OfpMeterFlags_value |
| 929 | |
| 930 | const OfpMeterFlags_OFPMF_INVALID = OfpMeterFlags(openflow_13.OfpMeterFlags_OFPMF_INVALID) |
| 931 | const OfpMeterFlags_OFPMF_KBPS = OfpMeterFlags(openflow_13.OfpMeterFlags_OFPMF_KBPS) |
| 932 | const OfpMeterFlags_OFPMF_PKTPS = OfpMeterFlags(openflow_13.OfpMeterFlags_OFPMF_PKTPS) |
| 933 | const OfpMeterFlags_OFPMF_BURST = OfpMeterFlags(openflow_13.OfpMeterFlags_OFPMF_BURST) |
| 934 | const OfpMeterFlags_OFPMF_STATS = OfpMeterFlags(openflow_13.OfpMeterFlags_OFPMF_STATS) |
| 935 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 936 | // OfpErrorType from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 937 | type OfpErrorType = openflow_13.OfpErrorType |
| 938 | |
| 939 | var OfpErrorType_name = openflow_13.OfpErrorType_name |
| 940 | var OfpErrorType_value = openflow_13.OfpErrorType_value |
| 941 | |
| 942 | const OfpErrorType_OFPET_HELLO_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_HELLO_FAILED) |
| 943 | const OfpErrorType_OFPET_BAD_REQUEST = OfpErrorType(openflow_13.OfpErrorType_OFPET_BAD_REQUEST) |
| 944 | const OfpErrorType_OFPET_BAD_ACTION = OfpErrorType(openflow_13.OfpErrorType_OFPET_BAD_ACTION) |
| 945 | const OfpErrorType_OFPET_BAD_INSTRUCTION = OfpErrorType(openflow_13.OfpErrorType_OFPET_BAD_INSTRUCTION) |
| 946 | const OfpErrorType_OFPET_BAD_MATCH = OfpErrorType(openflow_13.OfpErrorType_OFPET_BAD_MATCH) |
| 947 | const OfpErrorType_OFPET_FLOW_MOD_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_FLOW_MOD_FAILED) |
| 948 | const OfpErrorType_OFPET_GROUP_MOD_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_GROUP_MOD_FAILED) |
| 949 | const OfpErrorType_OFPET_PORT_MOD_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_PORT_MOD_FAILED) |
| 950 | const OfpErrorType_OFPET_TABLE_MOD_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_TABLE_MOD_FAILED) |
| 951 | const OfpErrorType_OFPET_QUEUE_OP_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_QUEUE_OP_FAILED) |
| 952 | const OfpErrorType_OFPET_SWITCH_CONFIG_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_SWITCH_CONFIG_FAILED) |
| 953 | const OfpErrorType_OFPET_ROLE_REQUEST_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_ROLE_REQUEST_FAILED) |
| 954 | const OfpErrorType_OFPET_METER_MOD_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_METER_MOD_FAILED) |
| 955 | const OfpErrorType_OFPET_TABLE_FEATURES_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_TABLE_FEATURES_FAILED) |
| 956 | const OfpErrorType_OFPET_EXPERIMENTER = OfpErrorType(openflow_13.OfpErrorType_OFPET_EXPERIMENTER) |
| 957 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 958 | // OfpHelloFailedCode from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 959 | type OfpHelloFailedCode = openflow_13.OfpHelloFailedCode |
| 960 | |
| 961 | var OfpHelloFailedCode_name = openflow_13.OfpHelloFailedCode_name |
| 962 | var OfpHelloFailedCode_value = openflow_13.OfpHelloFailedCode_value |
| 963 | |
| 964 | const OfpHelloFailedCode_OFPHFC_INCOMPATIBLE = OfpHelloFailedCode(openflow_13.OfpHelloFailedCode_OFPHFC_INCOMPATIBLE) |
| 965 | const OfpHelloFailedCode_OFPHFC_EPERM = OfpHelloFailedCode(openflow_13.OfpHelloFailedCode_OFPHFC_EPERM) |
| 966 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 967 | // OfpBadRequestCode from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 968 | type OfpBadRequestCode = openflow_13.OfpBadRequestCode |
| 969 | |
| 970 | var OfpBadRequestCode_name = openflow_13.OfpBadRequestCode_name |
| 971 | var OfpBadRequestCode_value = openflow_13.OfpBadRequestCode_value |
| 972 | |
| 973 | const OfpBadRequestCode_OFPBRC_BAD_VERSION = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BAD_VERSION) |
| 974 | const OfpBadRequestCode_OFPBRC_BAD_TYPE = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BAD_TYPE) |
| 975 | const OfpBadRequestCode_OFPBRC_BAD_MULTIPART = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BAD_MULTIPART) |
| 976 | const OfpBadRequestCode_OFPBRC_BAD_EXPERIMENTER = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BAD_EXPERIMENTER) |
| 977 | const OfpBadRequestCode_OFPBRC_BAD_EXP_TYPE = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BAD_EXP_TYPE) |
| 978 | const OfpBadRequestCode_OFPBRC_EPERM = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_EPERM) |
| 979 | const OfpBadRequestCode_OFPBRC_BAD_LEN = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BAD_LEN) |
| 980 | const OfpBadRequestCode_OFPBRC_BUFFER_EMPTY = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BUFFER_EMPTY) |
| 981 | const OfpBadRequestCode_OFPBRC_BUFFER_UNKNOWN = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BUFFER_UNKNOWN) |
| 982 | const OfpBadRequestCode_OFPBRC_BAD_TABLE_ID = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BAD_TABLE_ID) |
| 983 | const OfpBadRequestCode_OFPBRC_IS_SLAVE = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_IS_SLAVE) |
| 984 | const OfpBadRequestCode_OFPBRC_BAD_PORT = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BAD_PORT) |
| 985 | const OfpBadRequestCode_OFPBRC_BAD_PACKET = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BAD_PACKET) |
| 986 | const OfpBadRequestCode_OFPBRC_MULTIPART_BUFFER_OVERFLOW = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_MULTIPART_BUFFER_OVERFLOW) |
| 987 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 988 | // OfpBadActionCode from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 989 | type OfpBadActionCode = openflow_13.OfpBadActionCode |
| 990 | |
| 991 | var OfpBadActionCode_name = openflow_13.OfpBadActionCode_name |
| 992 | var OfpBadActionCode_value = openflow_13.OfpBadActionCode_value |
| 993 | |
| 994 | const OfpBadActionCode_OFPBAC_BAD_TYPE = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_TYPE) |
| 995 | const OfpBadActionCode_OFPBAC_BAD_LEN = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_LEN) |
| 996 | const OfpBadActionCode_OFPBAC_BAD_EXPERIMENTER = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_EXPERIMENTER) |
| 997 | const OfpBadActionCode_OFPBAC_BAD_EXP_TYPE = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_EXP_TYPE) |
| 998 | const OfpBadActionCode_OFPBAC_BAD_OUT_PORT = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_OUT_PORT) |
| 999 | const OfpBadActionCode_OFPBAC_BAD_ARGUMENT = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_ARGUMENT) |
| 1000 | const OfpBadActionCode_OFPBAC_EPERM = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_EPERM) |
| 1001 | const OfpBadActionCode_OFPBAC_TOO_MANY = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_TOO_MANY) |
| 1002 | const OfpBadActionCode_OFPBAC_BAD_QUEUE = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_QUEUE) |
| 1003 | const OfpBadActionCode_OFPBAC_BAD_OUT_GROUP = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_OUT_GROUP) |
| 1004 | const OfpBadActionCode_OFPBAC_MATCH_INCONSISTENT = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_MATCH_INCONSISTENT) |
| 1005 | const OfpBadActionCode_OFPBAC_UNSUPPORTED_ORDER = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_UNSUPPORTED_ORDER) |
| 1006 | const OfpBadActionCode_OFPBAC_BAD_TAG = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_TAG) |
| 1007 | const OfpBadActionCode_OFPBAC_BAD_SET_TYPE = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_SET_TYPE) |
| 1008 | const OfpBadActionCode_OFPBAC_BAD_SET_LEN = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_SET_LEN) |
| 1009 | const OfpBadActionCode_OFPBAC_BAD_SET_ARGUMENT = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_SET_ARGUMENT) |
| 1010 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1011 | // OfpBadInstructionCode from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1012 | type OfpBadInstructionCode = openflow_13.OfpBadInstructionCode |
| 1013 | |
| 1014 | var OfpBadInstructionCode_name = openflow_13.OfpBadInstructionCode_name |
| 1015 | var OfpBadInstructionCode_value = openflow_13.OfpBadInstructionCode_value |
| 1016 | |
| 1017 | const OfpBadInstructionCode_OFPBIC_UNKNOWN_INST = OfpBadInstructionCode(openflow_13.OfpBadInstructionCode_OFPBIC_UNKNOWN_INST) |
| 1018 | const OfpBadInstructionCode_OFPBIC_UNSUP_INST = OfpBadInstructionCode(openflow_13.OfpBadInstructionCode_OFPBIC_UNSUP_INST) |
| 1019 | const OfpBadInstructionCode_OFPBIC_BAD_TABLE_ID = OfpBadInstructionCode(openflow_13.OfpBadInstructionCode_OFPBIC_BAD_TABLE_ID) |
| 1020 | const OfpBadInstructionCode_OFPBIC_UNSUP_METADATA = OfpBadInstructionCode(openflow_13.OfpBadInstructionCode_OFPBIC_UNSUP_METADATA) |
| 1021 | const OfpBadInstructionCode_OFPBIC_UNSUP_METADATA_MASK = OfpBadInstructionCode(openflow_13.OfpBadInstructionCode_OFPBIC_UNSUP_METADATA_MASK) |
| 1022 | const OfpBadInstructionCode_OFPBIC_BAD_EXPERIMENTER = OfpBadInstructionCode(openflow_13.OfpBadInstructionCode_OFPBIC_BAD_EXPERIMENTER) |
| 1023 | const OfpBadInstructionCode_OFPBIC_BAD_EXP_TYPE = OfpBadInstructionCode(openflow_13.OfpBadInstructionCode_OFPBIC_BAD_EXP_TYPE) |
| 1024 | const OfpBadInstructionCode_OFPBIC_BAD_LEN = OfpBadInstructionCode(openflow_13.OfpBadInstructionCode_OFPBIC_BAD_LEN) |
| 1025 | const OfpBadInstructionCode_OFPBIC_EPERM = OfpBadInstructionCode(openflow_13.OfpBadInstructionCode_OFPBIC_EPERM) |
| 1026 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1027 | // OfpBadMatchCode from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1028 | type OfpBadMatchCode = openflow_13.OfpBadMatchCode |
| 1029 | |
| 1030 | var OfpBadMatchCode_name = openflow_13.OfpBadMatchCode_name |
| 1031 | var OfpBadMatchCode_value = openflow_13.OfpBadMatchCode_value |
| 1032 | |
| 1033 | const OfpBadMatchCode_OFPBMC_BAD_TYPE = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_TYPE) |
| 1034 | const OfpBadMatchCode_OFPBMC_BAD_LEN = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_LEN) |
| 1035 | const OfpBadMatchCode_OFPBMC_BAD_TAG = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_TAG) |
| 1036 | const OfpBadMatchCode_OFPBMC_BAD_DL_ADDR_MASK = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_DL_ADDR_MASK) |
| 1037 | const OfpBadMatchCode_OFPBMC_BAD_NW_ADDR_MASK = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_NW_ADDR_MASK) |
| 1038 | const OfpBadMatchCode_OFPBMC_BAD_WILDCARDS = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_WILDCARDS) |
| 1039 | const OfpBadMatchCode_OFPBMC_BAD_FIELD = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_FIELD) |
| 1040 | const OfpBadMatchCode_OFPBMC_BAD_VALUE = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_VALUE) |
| 1041 | const OfpBadMatchCode_OFPBMC_BAD_MASK = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_MASK) |
| 1042 | const OfpBadMatchCode_OFPBMC_BAD_PREREQ = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_PREREQ) |
| 1043 | const OfpBadMatchCode_OFPBMC_DUP_FIELD = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_DUP_FIELD) |
| 1044 | const OfpBadMatchCode_OFPBMC_EPERM = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_EPERM) |
| 1045 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1046 | // OfpFlowModFailedCode from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1047 | type OfpFlowModFailedCode = openflow_13.OfpFlowModFailedCode |
| 1048 | |
| 1049 | var OfpFlowModFailedCode_name = openflow_13.OfpFlowModFailedCode_name |
| 1050 | var OfpFlowModFailedCode_value = openflow_13.OfpFlowModFailedCode_value |
| 1051 | |
| 1052 | const OfpFlowModFailedCode_OFPFMFC_UNKNOWN = OfpFlowModFailedCode(openflow_13.OfpFlowModFailedCode_OFPFMFC_UNKNOWN) |
| 1053 | const OfpFlowModFailedCode_OFPFMFC_TABLE_FULL = OfpFlowModFailedCode(openflow_13.OfpFlowModFailedCode_OFPFMFC_TABLE_FULL) |
| 1054 | const OfpFlowModFailedCode_OFPFMFC_BAD_TABLE_ID = OfpFlowModFailedCode(openflow_13.OfpFlowModFailedCode_OFPFMFC_BAD_TABLE_ID) |
| 1055 | const OfpFlowModFailedCode_OFPFMFC_OVERLAP = OfpFlowModFailedCode(openflow_13.OfpFlowModFailedCode_OFPFMFC_OVERLAP) |
| 1056 | const OfpFlowModFailedCode_OFPFMFC_EPERM = OfpFlowModFailedCode(openflow_13.OfpFlowModFailedCode_OFPFMFC_EPERM) |
| 1057 | const OfpFlowModFailedCode_OFPFMFC_BAD_TIMEOUT = OfpFlowModFailedCode(openflow_13.OfpFlowModFailedCode_OFPFMFC_BAD_TIMEOUT) |
| 1058 | const OfpFlowModFailedCode_OFPFMFC_BAD_COMMAND = OfpFlowModFailedCode(openflow_13.OfpFlowModFailedCode_OFPFMFC_BAD_COMMAND) |
| 1059 | const OfpFlowModFailedCode_OFPFMFC_BAD_FLAGS = OfpFlowModFailedCode(openflow_13.OfpFlowModFailedCode_OFPFMFC_BAD_FLAGS) |
| 1060 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1061 | // OfpGroupModFailedCode from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1062 | type OfpGroupModFailedCode = openflow_13.OfpGroupModFailedCode |
| 1063 | |
| 1064 | var OfpGroupModFailedCode_name = openflow_13.OfpGroupModFailedCode_name |
| 1065 | var OfpGroupModFailedCode_value = openflow_13.OfpGroupModFailedCode_value |
| 1066 | |
| 1067 | const OfpGroupModFailedCode_OFPGMFC_GROUP_EXISTS = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_GROUP_EXISTS) |
| 1068 | const OfpGroupModFailedCode_OFPGMFC_INVALID_GROUP = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_INVALID_GROUP) |
| 1069 | const OfpGroupModFailedCode_OFPGMFC_WEIGHT_UNSUPPORTED = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_WEIGHT_UNSUPPORTED) |
| 1070 | const OfpGroupModFailedCode_OFPGMFC_OUT_OF_GROUPS = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_OUT_OF_GROUPS) |
| 1071 | const OfpGroupModFailedCode_OFPGMFC_OUT_OF_BUCKETS = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_OUT_OF_BUCKETS) |
| 1072 | const OfpGroupModFailedCode_OFPGMFC_CHAINING_UNSUPPORTED = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_CHAINING_UNSUPPORTED) |
| 1073 | const OfpGroupModFailedCode_OFPGMFC_WATCH_UNSUPPORTED = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_WATCH_UNSUPPORTED) |
| 1074 | const OfpGroupModFailedCode_OFPGMFC_LOOP = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_LOOP) |
| 1075 | const OfpGroupModFailedCode_OFPGMFC_UNKNOWN_GROUP = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_UNKNOWN_GROUP) |
| 1076 | const OfpGroupModFailedCode_OFPGMFC_CHAINED_GROUP = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_CHAINED_GROUP) |
| 1077 | const OfpGroupModFailedCode_OFPGMFC_BAD_TYPE = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_BAD_TYPE) |
| 1078 | const OfpGroupModFailedCode_OFPGMFC_BAD_COMMAND = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_BAD_COMMAND) |
| 1079 | const OfpGroupModFailedCode_OFPGMFC_BAD_BUCKET = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_BAD_BUCKET) |
| 1080 | const OfpGroupModFailedCode_OFPGMFC_BAD_WATCH = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_BAD_WATCH) |
| 1081 | const OfpGroupModFailedCode_OFPGMFC_EPERM = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_EPERM) |
| 1082 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1083 | // OfpPortModFailedCode from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1084 | type OfpPortModFailedCode = openflow_13.OfpPortModFailedCode |
| 1085 | |
| 1086 | var OfpPortModFailedCode_name = openflow_13.OfpPortModFailedCode_name |
| 1087 | var OfpPortModFailedCode_value = openflow_13.OfpPortModFailedCode_value |
| 1088 | |
| 1089 | const OfpPortModFailedCode_OFPPMFC_BAD_PORT = OfpPortModFailedCode(openflow_13.OfpPortModFailedCode_OFPPMFC_BAD_PORT) |
| 1090 | const OfpPortModFailedCode_OFPPMFC_BAD_HW_ADDR = OfpPortModFailedCode(openflow_13.OfpPortModFailedCode_OFPPMFC_BAD_HW_ADDR) |
| 1091 | const OfpPortModFailedCode_OFPPMFC_BAD_CONFIG = OfpPortModFailedCode(openflow_13.OfpPortModFailedCode_OFPPMFC_BAD_CONFIG) |
| 1092 | const OfpPortModFailedCode_OFPPMFC_BAD_ADVERTISE = OfpPortModFailedCode(openflow_13.OfpPortModFailedCode_OFPPMFC_BAD_ADVERTISE) |
| 1093 | const OfpPortModFailedCode_OFPPMFC_EPERM = OfpPortModFailedCode(openflow_13.OfpPortModFailedCode_OFPPMFC_EPERM) |
| 1094 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1095 | // OfpTableModFailedCode from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1096 | type OfpTableModFailedCode = openflow_13.OfpTableModFailedCode |
| 1097 | |
| 1098 | var OfpTableModFailedCode_name = openflow_13.OfpTableModFailedCode_name |
| 1099 | var OfpTableModFailedCode_value = openflow_13.OfpTableModFailedCode_value |
| 1100 | |
| 1101 | const OfpTableModFailedCode_OFPTMFC_BAD_TABLE = OfpTableModFailedCode(openflow_13.OfpTableModFailedCode_OFPTMFC_BAD_TABLE) |
| 1102 | const OfpTableModFailedCode_OFPTMFC_BAD_CONFIG = OfpTableModFailedCode(openflow_13.OfpTableModFailedCode_OFPTMFC_BAD_CONFIG) |
| 1103 | const OfpTableModFailedCode_OFPTMFC_EPERM = OfpTableModFailedCode(openflow_13.OfpTableModFailedCode_OFPTMFC_EPERM) |
| 1104 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1105 | // OfpQueueOpFailedCode from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1106 | type OfpQueueOpFailedCode = openflow_13.OfpQueueOpFailedCode |
| 1107 | |
| 1108 | var OfpQueueOpFailedCode_name = openflow_13.OfpQueueOpFailedCode_name |
| 1109 | var OfpQueueOpFailedCode_value = openflow_13.OfpQueueOpFailedCode_value |
| 1110 | |
| 1111 | const OfpQueueOpFailedCode_OFPQOFC_BAD_PORT = OfpQueueOpFailedCode(openflow_13.OfpQueueOpFailedCode_OFPQOFC_BAD_PORT) |
| 1112 | const OfpQueueOpFailedCode_OFPQOFC_BAD_QUEUE = OfpQueueOpFailedCode(openflow_13.OfpQueueOpFailedCode_OFPQOFC_BAD_QUEUE) |
| 1113 | const OfpQueueOpFailedCode_OFPQOFC_EPERM = OfpQueueOpFailedCode(openflow_13.OfpQueueOpFailedCode_OFPQOFC_EPERM) |
| 1114 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1115 | // OfpSwitchConfigFailedCode from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1116 | type OfpSwitchConfigFailedCode = openflow_13.OfpSwitchConfigFailedCode |
| 1117 | |
| 1118 | var OfpSwitchConfigFailedCode_name = openflow_13.OfpSwitchConfigFailedCode_name |
| 1119 | var OfpSwitchConfigFailedCode_value = openflow_13.OfpSwitchConfigFailedCode_value |
| 1120 | |
| 1121 | const OfpSwitchConfigFailedCode_OFPSCFC_BAD_FLAGS = OfpSwitchConfigFailedCode(openflow_13.OfpSwitchConfigFailedCode_OFPSCFC_BAD_FLAGS) |
| 1122 | const OfpSwitchConfigFailedCode_OFPSCFC_BAD_LEN = OfpSwitchConfigFailedCode(openflow_13.OfpSwitchConfigFailedCode_OFPSCFC_BAD_LEN) |
| 1123 | const OfpSwitchConfigFailedCode_OFPSCFC_EPERM = OfpSwitchConfigFailedCode(openflow_13.OfpSwitchConfigFailedCode_OFPSCFC_EPERM) |
| 1124 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1125 | // OfpRoleRequestFailedCode from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1126 | type OfpRoleRequestFailedCode = openflow_13.OfpRoleRequestFailedCode |
| 1127 | |
| 1128 | var OfpRoleRequestFailedCode_name = openflow_13.OfpRoleRequestFailedCode_name |
| 1129 | var OfpRoleRequestFailedCode_value = openflow_13.OfpRoleRequestFailedCode_value |
| 1130 | |
| 1131 | const OfpRoleRequestFailedCode_OFPRRFC_STALE = OfpRoleRequestFailedCode(openflow_13.OfpRoleRequestFailedCode_OFPRRFC_STALE) |
| 1132 | const OfpRoleRequestFailedCode_OFPRRFC_UNSUP = OfpRoleRequestFailedCode(openflow_13.OfpRoleRequestFailedCode_OFPRRFC_UNSUP) |
| 1133 | const OfpRoleRequestFailedCode_OFPRRFC_BAD_ROLE = OfpRoleRequestFailedCode(openflow_13.OfpRoleRequestFailedCode_OFPRRFC_BAD_ROLE) |
| 1134 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1135 | // OfpMeterModFailedCode from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1136 | type OfpMeterModFailedCode = openflow_13.OfpMeterModFailedCode |
| 1137 | |
| 1138 | var OfpMeterModFailedCode_name = openflow_13.OfpMeterModFailedCode_name |
| 1139 | var OfpMeterModFailedCode_value = openflow_13.OfpMeterModFailedCode_value |
| 1140 | |
| 1141 | const OfpMeterModFailedCode_OFPMMFC_UNKNOWN = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_UNKNOWN) |
| 1142 | const OfpMeterModFailedCode_OFPMMFC_METER_EXISTS = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_METER_EXISTS) |
| 1143 | const OfpMeterModFailedCode_OFPMMFC_INVALID_METER = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_INVALID_METER) |
| 1144 | const OfpMeterModFailedCode_OFPMMFC_UNKNOWN_METER = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_UNKNOWN_METER) |
| 1145 | const OfpMeterModFailedCode_OFPMMFC_BAD_COMMAND = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_BAD_COMMAND) |
| 1146 | const OfpMeterModFailedCode_OFPMMFC_BAD_FLAGS = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_BAD_FLAGS) |
| 1147 | const OfpMeterModFailedCode_OFPMMFC_BAD_RATE = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_BAD_RATE) |
| 1148 | const OfpMeterModFailedCode_OFPMMFC_BAD_BURST = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_BAD_BURST) |
| 1149 | const OfpMeterModFailedCode_OFPMMFC_BAD_BAND = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_BAD_BAND) |
| 1150 | const OfpMeterModFailedCode_OFPMMFC_BAD_BAND_VALUE = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_BAD_BAND_VALUE) |
| 1151 | const OfpMeterModFailedCode_OFPMMFC_OUT_OF_METERS = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_OUT_OF_METERS) |
| 1152 | const OfpMeterModFailedCode_OFPMMFC_OUT_OF_BANDS = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_OUT_OF_BANDS) |
| 1153 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1154 | // OfpTableFeaturesFailedCode from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1155 | type OfpTableFeaturesFailedCode = openflow_13.OfpTableFeaturesFailedCode |
| 1156 | |
| 1157 | var OfpTableFeaturesFailedCode_name = openflow_13.OfpTableFeaturesFailedCode_name |
| 1158 | var OfpTableFeaturesFailedCode_value = openflow_13.OfpTableFeaturesFailedCode_value |
| 1159 | |
| 1160 | const OfpTableFeaturesFailedCode_OFPTFFC_BAD_TABLE = OfpTableFeaturesFailedCode(openflow_13.OfpTableFeaturesFailedCode_OFPTFFC_BAD_TABLE) |
| 1161 | const OfpTableFeaturesFailedCode_OFPTFFC_BAD_METADATA = OfpTableFeaturesFailedCode(openflow_13.OfpTableFeaturesFailedCode_OFPTFFC_BAD_METADATA) |
| 1162 | const OfpTableFeaturesFailedCode_OFPTFFC_BAD_TYPE = OfpTableFeaturesFailedCode(openflow_13.OfpTableFeaturesFailedCode_OFPTFFC_BAD_TYPE) |
| 1163 | const OfpTableFeaturesFailedCode_OFPTFFC_BAD_LEN = OfpTableFeaturesFailedCode(openflow_13.OfpTableFeaturesFailedCode_OFPTFFC_BAD_LEN) |
| 1164 | const OfpTableFeaturesFailedCode_OFPTFFC_BAD_ARGUMENT = OfpTableFeaturesFailedCode(openflow_13.OfpTableFeaturesFailedCode_OFPTFFC_BAD_ARGUMENT) |
| 1165 | const OfpTableFeaturesFailedCode_OFPTFFC_EPERM = OfpTableFeaturesFailedCode(openflow_13.OfpTableFeaturesFailedCode_OFPTFFC_EPERM) |
| 1166 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1167 | // OfpMultipartType from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1168 | type OfpMultipartType = openflow_13.OfpMultipartType |
| 1169 | |
| 1170 | var OfpMultipartType_name = openflow_13.OfpMultipartType_name |
| 1171 | var OfpMultipartType_value = openflow_13.OfpMultipartType_value |
| 1172 | |
| 1173 | const OfpMultipartType_OFPMP_DESC = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_DESC) |
| 1174 | const OfpMultipartType_OFPMP_FLOW = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_FLOW) |
| 1175 | const OfpMultipartType_OFPMP_AGGREGATE = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_AGGREGATE) |
| 1176 | const OfpMultipartType_OFPMP_TABLE = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_TABLE) |
| 1177 | const OfpMultipartType_OFPMP_PORT_STATS = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_PORT_STATS) |
| 1178 | const OfpMultipartType_OFPMP_QUEUE = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_QUEUE) |
| 1179 | const OfpMultipartType_OFPMP_GROUP = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_GROUP) |
| 1180 | const OfpMultipartType_OFPMP_GROUP_DESC = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_GROUP_DESC) |
| 1181 | const OfpMultipartType_OFPMP_GROUP_FEATURES = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_GROUP_FEATURES) |
| 1182 | const OfpMultipartType_OFPMP_METER = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_METER) |
| 1183 | const OfpMultipartType_OFPMP_METER_CONFIG = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_METER_CONFIG) |
| 1184 | const OfpMultipartType_OFPMP_METER_FEATURES = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_METER_FEATURES) |
| 1185 | const OfpMultipartType_OFPMP_TABLE_FEATURES = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_TABLE_FEATURES) |
| 1186 | const OfpMultipartType_OFPMP_PORT_DESC = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_PORT_DESC) |
| 1187 | const OfpMultipartType_OFPMP_EXPERIMENTER = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_EXPERIMENTER) |
| 1188 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1189 | // OfpMultipartRequestFlags from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1190 | type OfpMultipartRequestFlags = openflow_13.OfpMultipartRequestFlags |
| 1191 | |
| 1192 | var OfpMultipartRequestFlags_name = openflow_13.OfpMultipartRequestFlags_name |
| 1193 | var OfpMultipartRequestFlags_value = openflow_13.OfpMultipartRequestFlags_value |
| 1194 | |
| 1195 | const OfpMultipartRequestFlags_OFPMPF_REQ_INVALID = OfpMultipartRequestFlags(openflow_13.OfpMultipartRequestFlags_OFPMPF_REQ_INVALID) |
| 1196 | const OfpMultipartRequestFlags_OFPMPF_REQ_MORE = OfpMultipartRequestFlags(openflow_13.OfpMultipartRequestFlags_OFPMPF_REQ_MORE) |
| 1197 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1198 | // OfpMultipartReplyFlags from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1199 | type OfpMultipartReplyFlags = openflow_13.OfpMultipartReplyFlags |
| 1200 | |
| 1201 | var OfpMultipartReplyFlags_name = openflow_13.OfpMultipartReplyFlags_name |
| 1202 | var OfpMultipartReplyFlags_value = openflow_13.OfpMultipartReplyFlags_value |
| 1203 | |
| 1204 | const OfpMultipartReplyFlags_OFPMPF_REPLY_INVALID = OfpMultipartReplyFlags(openflow_13.OfpMultipartReplyFlags_OFPMPF_REPLY_INVALID) |
| 1205 | const OfpMultipartReplyFlags_OFPMPF_REPLY_MORE = OfpMultipartReplyFlags(openflow_13.OfpMultipartReplyFlags_OFPMPF_REPLY_MORE) |
| 1206 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1207 | // OfpTableFeaturePropType from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1208 | type OfpTableFeaturePropType = openflow_13.OfpTableFeaturePropType |
| 1209 | |
| 1210 | var OfpTableFeaturePropType_name = openflow_13.OfpTableFeaturePropType_name |
| 1211 | var OfpTableFeaturePropType_value = openflow_13.OfpTableFeaturePropType_value |
| 1212 | |
| 1213 | const OfpTableFeaturePropType_OFPTFPT_INSTRUCTIONS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_INSTRUCTIONS) |
| 1214 | const OfpTableFeaturePropType_OFPTFPT_INSTRUCTIONS_MISS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_INSTRUCTIONS_MISS) |
| 1215 | const OfpTableFeaturePropType_OFPTFPT_NEXT_TABLES = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_NEXT_TABLES) |
| 1216 | const OfpTableFeaturePropType_OFPTFPT_NEXT_TABLES_MISS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_NEXT_TABLES_MISS) |
| 1217 | const OfpTableFeaturePropType_OFPTFPT_WRITE_ACTIONS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_WRITE_ACTIONS) |
| 1218 | const OfpTableFeaturePropType_OFPTFPT_WRITE_ACTIONS_MISS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_WRITE_ACTIONS_MISS) |
| 1219 | const OfpTableFeaturePropType_OFPTFPT_APPLY_ACTIONS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_APPLY_ACTIONS) |
| 1220 | const OfpTableFeaturePropType_OFPTFPT_APPLY_ACTIONS_MISS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_APPLY_ACTIONS_MISS) |
| 1221 | const OfpTableFeaturePropType_OFPTFPT_MATCH = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_MATCH) |
| 1222 | const OfpTableFeaturePropType_OFPTFPT_WILDCARDS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_WILDCARDS) |
| 1223 | const OfpTableFeaturePropType_OFPTFPT_WRITE_SETFIELD = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_WRITE_SETFIELD) |
| 1224 | const OfpTableFeaturePropType_OFPTFPT_WRITE_SETFIELD_MISS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_WRITE_SETFIELD_MISS) |
| 1225 | const OfpTableFeaturePropType_OFPTFPT_APPLY_SETFIELD = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_APPLY_SETFIELD) |
| 1226 | const OfpTableFeaturePropType_OFPTFPT_APPLY_SETFIELD_MISS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_APPLY_SETFIELD_MISS) |
| 1227 | const OfpTableFeaturePropType_OFPTFPT_EXPERIMENTER = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_EXPERIMENTER) |
| 1228 | const OfpTableFeaturePropType_OFPTFPT_EXPERIMENTER_MISS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_EXPERIMENTER_MISS) |
| 1229 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1230 | // OfpGroupCapabilities from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1231 | type OfpGroupCapabilities = openflow_13.OfpGroupCapabilities |
| 1232 | |
| 1233 | var OfpGroupCapabilities_name = openflow_13.OfpGroupCapabilities_name |
| 1234 | var OfpGroupCapabilities_value = openflow_13.OfpGroupCapabilities_value |
| 1235 | |
| 1236 | const OfpGroupCapabilities_OFPGFC_INVALID = OfpGroupCapabilities(openflow_13.OfpGroupCapabilities_OFPGFC_INVALID) |
| 1237 | const OfpGroupCapabilities_OFPGFC_SELECT_WEIGHT = OfpGroupCapabilities(openflow_13.OfpGroupCapabilities_OFPGFC_SELECT_WEIGHT) |
| 1238 | const OfpGroupCapabilities_OFPGFC_SELECT_LIVENESS = OfpGroupCapabilities(openflow_13.OfpGroupCapabilities_OFPGFC_SELECT_LIVENESS) |
| 1239 | const OfpGroupCapabilities_OFPGFC_CHAINING = OfpGroupCapabilities(openflow_13.OfpGroupCapabilities_OFPGFC_CHAINING) |
| 1240 | const OfpGroupCapabilities_OFPGFC_CHAINING_CHECKS = OfpGroupCapabilities(openflow_13.OfpGroupCapabilities_OFPGFC_CHAINING_CHECKS) |
| 1241 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1242 | // OfpQueueProperties from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1243 | type OfpQueueProperties = openflow_13.OfpQueueProperties |
| 1244 | |
| 1245 | var OfpQueueProperties_name = openflow_13.OfpQueueProperties_name |
| 1246 | var OfpQueueProperties_value = openflow_13.OfpQueueProperties_value |
| 1247 | |
| 1248 | const OfpQueueProperties_OFPQT_INVALID = OfpQueueProperties(openflow_13.OfpQueueProperties_OFPQT_INVALID) |
| 1249 | const OfpQueueProperties_OFPQT_MIN_RATE = OfpQueueProperties(openflow_13.OfpQueueProperties_OFPQT_MIN_RATE) |
| 1250 | const OfpQueueProperties_OFPQT_MAX_RATE = OfpQueueProperties(openflow_13.OfpQueueProperties_OFPQT_MAX_RATE) |
| 1251 | const OfpQueueProperties_OFPQT_EXPERIMENTER = OfpQueueProperties(openflow_13.OfpQueueProperties_OFPQT_EXPERIMENTER) |
| 1252 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1253 | // OfpControllerRole from public import voltha_protos/openflow_13.proto |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1254 | type OfpControllerRole = openflow_13.OfpControllerRole |
| 1255 | |
| 1256 | var OfpControllerRole_name = openflow_13.OfpControllerRole_name |
| 1257 | var OfpControllerRole_value = openflow_13.OfpControllerRole_value |
| 1258 | |
| 1259 | const OfpControllerRole_OFPCR_ROLE_NOCHANGE = OfpControllerRole(openflow_13.OfpControllerRole_OFPCR_ROLE_NOCHANGE) |
| 1260 | const OfpControllerRole_OFPCR_ROLE_EQUAL = OfpControllerRole(openflow_13.OfpControllerRole_OFPCR_ROLE_EQUAL) |
| 1261 | const OfpControllerRole_OFPCR_ROLE_MASTER = OfpControllerRole(openflow_13.OfpControllerRole_OFPCR_ROLE_MASTER) |
| 1262 | const OfpControllerRole_OFPCR_ROLE_SLAVE = OfpControllerRole(openflow_13.OfpControllerRole_OFPCR_ROLE_SLAVE) |
| 1263 | |
| 1264 | type AlarmFilterRuleKey_AlarmFilterRuleKey int32 |
| 1265 | |
| 1266 | const ( |
| 1267 | AlarmFilterRuleKey_id AlarmFilterRuleKey_AlarmFilterRuleKey = 0 |
| 1268 | AlarmFilterRuleKey_type AlarmFilterRuleKey_AlarmFilterRuleKey = 1 |
| 1269 | AlarmFilterRuleKey_severity AlarmFilterRuleKey_AlarmFilterRuleKey = 2 |
| 1270 | AlarmFilterRuleKey_resource_id AlarmFilterRuleKey_AlarmFilterRuleKey = 3 |
| 1271 | AlarmFilterRuleKey_category AlarmFilterRuleKey_AlarmFilterRuleKey = 4 |
| 1272 | AlarmFilterRuleKey_device_id AlarmFilterRuleKey_AlarmFilterRuleKey = 5 |
| 1273 | ) |
| 1274 | |
| 1275 | var AlarmFilterRuleKey_AlarmFilterRuleKey_name = map[int32]string{ |
| 1276 | 0: "id", |
| 1277 | 1: "type", |
| 1278 | 2: "severity", |
| 1279 | 3: "resource_id", |
| 1280 | 4: "category", |
| 1281 | 5: "device_id", |
| 1282 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1283 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1284 | var AlarmFilterRuleKey_AlarmFilterRuleKey_value = map[string]int32{ |
| 1285 | "id": 0, |
| 1286 | "type": 1, |
| 1287 | "severity": 2, |
| 1288 | "resource_id": 3, |
| 1289 | "category": 4, |
| 1290 | "device_id": 5, |
| 1291 | } |
| 1292 | |
| 1293 | func (x AlarmFilterRuleKey_AlarmFilterRuleKey) String() string { |
| 1294 | return proto.EnumName(AlarmFilterRuleKey_AlarmFilterRuleKey_name, int32(x)) |
| 1295 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1296 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1297 | func (AlarmFilterRuleKey_AlarmFilterRuleKey) EnumDescriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1298 | return fileDescriptor_e084f1a60ce7016c, []int{2, 0} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1299 | } |
| 1300 | |
| 1301 | type SelfTestResponse_SelfTestResult int32 |
| 1302 | |
| 1303 | const ( |
| 1304 | SelfTestResponse_SUCCESS SelfTestResponse_SelfTestResult = 0 |
| 1305 | SelfTestResponse_FAILURE SelfTestResponse_SelfTestResult = 1 |
| 1306 | SelfTestResponse_NOT_SUPPORTED SelfTestResponse_SelfTestResult = 2 |
| 1307 | SelfTestResponse_UNKNOWN_ERROR SelfTestResponse_SelfTestResult = 3 |
| 1308 | ) |
| 1309 | |
| 1310 | var SelfTestResponse_SelfTestResult_name = map[int32]string{ |
| 1311 | 0: "SUCCESS", |
| 1312 | 1: "FAILURE", |
| 1313 | 2: "NOT_SUPPORTED", |
| 1314 | 3: "UNKNOWN_ERROR", |
| 1315 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1316 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1317 | var SelfTestResponse_SelfTestResult_value = map[string]int32{ |
| 1318 | "SUCCESS": 0, |
| 1319 | "FAILURE": 1, |
| 1320 | "NOT_SUPPORTED": 2, |
| 1321 | "UNKNOWN_ERROR": 3, |
| 1322 | } |
| 1323 | |
| 1324 | func (x SelfTestResponse_SelfTestResult) String() string { |
| 1325 | return proto.EnumName(SelfTestResponse_SelfTestResult_name, int32(x)) |
| 1326 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1327 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1328 | func (SelfTestResponse_SelfTestResult) EnumDescriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1329 | return fileDescriptor_e084f1a60ce7016c, []int{10, 0} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1330 | } |
| 1331 | |
| 1332 | type DeviceGroup struct { |
| 1333 | Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| 1334 | LogicalDevices []*LogicalDevice `protobuf:"bytes,2,rep,name=logical_devices,json=logicalDevices,proto3" json:"logical_devices,omitempty"` |
| 1335 | Devices []*Device `protobuf:"bytes,3,rep,name=devices,proto3" json:"devices,omitempty"` |
| 1336 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1337 | XXX_unrecognized []byte `json:"-"` |
| 1338 | XXX_sizecache int32 `json:"-"` |
| 1339 | } |
| 1340 | |
| 1341 | func (m *DeviceGroup) Reset() { *m = DeviceGroup{} } |
| 1342 | func (m *DeviceGroup) String() string { return proto.CompactTextString(m) } |
| 1343 | func (*DeviceGroup) ProtoMessage() {} |
| 1344 | func (*DeviceGroup) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1345 | return fileDescriptor_e084f1a60ce7016c, []int{0} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1346 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1347 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1348 | func (m *DeviceGroup) XXX_Unmarshal(b []byte) error { |
| 1349 | return xxx_messageInfo_DeviceGroup.Unmarshal(m, b) |
| 1350 | } |
| 1351 | func (m *DeviceGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1352 | return xxx_messageInfo_DeviceGroup.Marshal(b, m, deterministic) |
| 1353 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1354 | func (m *DeviceGroup) XXX_Merge(src proto.Message) { |
| 1355 | xxx_messageInfo_DeviceGroup.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1356 | } |
| 1357 | func (m *DeviceGroup) XXX_Size() int { |
| 1358 | return xxx_messageInfo_DeviceGroup.Size(m) |
| 1359 | } |
| 1360 | func (m *DeviceGroup) XXX_DiscardUnknown() { |
| 1361 | xxx_messageInfo_DeviceGroup.DiscardUnknown(m) |
| 1362 | } |
| 1363 | |
| 1364 | var xxx_messageInfo_DeviceGroup proto.InternalMessageInfo |
| 1365 | |
| 1366 | func (m *DeviceGroup) GetId() string { |
| 1367 | if m != nil { |
| 1368 | return m.Id |
| 1369 | } |
| 1370 | return "" |
| 1371 | } |
| 1372 | |
| 1373 | func (m *DeviceGroup) GetLogicalDevices() []*LogicalDevice { |
| 1374 | if m != nil { |
| 1375 | return m.LogicalDevices |
| 1376 | } |
| 1377 | return nil |
| 1378 | } |
| 1379 | |
| 1380 | func (m *DeviceGroup) GetDevices() []*Device { |
| 1381 | if m != nil { |
| 1382 | return m.Devices |
| 1383 | } |
| 1384 | return nil |
| 1385 | } |
| 1386 | |
| 1387 | type DeviceGroups struct { |
| 1388 | Items []*DeviceGroup `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` |
| 1389 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1390 | XXX_unrecognized []byte `json:"-"` |
| 1391 | XXX_sizecache int32 `json:"-"` |
| 1392 | } |
| 1393 | |
| 1394 | func (m *DeviceGroups) Reset() { *m = DeviceGroups{} } |
| 1395 | func (m *DeviceGroups) String() string { return proto.CompactTextString(m) } |
| 1396 | func (*DeviceGroups) ProtoMessage() {} |
| 1397 | func (*DeviceGroups) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1398 | return fileDescriptor_e084f1a60ce7016c, []int{1} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1399 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1400 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1401 | func (m *DeviceGroups) XXX_Unmarshal(b []byte) error { |
| 1402 | return xxx_messageInfo_DeviceGroups.Unmarshal(m, b) |
| 1403 | } |
| 1404 | func (m *DeviceGroups) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1405 | return xxx_messageInfo_DeviceGroups.Marshal(b, m, deterministic) |
| 1406 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1407 | func (m *DeviceGroups) XXX_Merge(src proto.Message) { |
| 1408 | xxx_messageInfo_DeviceGroups.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1409 | } |
| 1410 | func (m *DeviceGroups) XXX_Size() int { |
| 1411 | return xxx_messageInfo_DeviceGroups.Size(m) |
| 1412 | } |
| 1413 | func (m *DeviceGroups) XXX_DiscardUnknown() { |
| 1414 | xxx_messageInfo_DeviceGroups.DiscardUnknown(m) |
| 1415 | } |
| 1416 | |
| 1417 | var xxx_messageInfo_DeviceGroups proto.InternalMessageInfo |
| 1418 | |
| 1419 | func (m *DeviceGroups) GetItems() []*DeviceGroup { |
| 1420 | if m != nil { |
| 1421 | return m.Items |
| 1422 | } |
| 1423 | return nil |
| 1424 | } |
| 1425 | |
| 1426 | type AlarmFilterRuleKey struct { |
| 1427 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1428 | XXX_unrecognized []byte `json:"-"` |
| 1429 | XXX_sizecache int32 `json:"-"` |
| 1430 | } |
| 1431 | |
| 1432 | func (m *AlarmFilterRuleKey) Reset() { *m = AlarmFilterRuleKey{} } |
| 1433 | func (m *AlarmFilterRuleKey) String() string { return proto.CompactTextString(m) } |
| 1434 | func (*AlarmFilterRuleKey) ProtoMessage() {} |
| 1435 | func (*AlarmFilterRuleKey) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1436 | return fileDescriptor_e084f1a60ce7016c, []int{2} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1437 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1438 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1439 | func (m *AlarmFilterRuleKey) XXX_Unmarshal(b []byte) error { |
| 1440 | return xxx_messageInfo_AlarmFilterRuleKey.Unmarshal(m, b) |
| 1441 | } |
| 1442 | func (m *AlarmFilterRuleKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1443 | return xxx_messageInfo_AlarmFilterRuleKey.Marshal(b, m, deterministic) |
| 1444 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1445 | func (m *AlarmFilterRuleKey) XXX_Merge(src proto.Message) { |
| 1446 | xxx_messageInfo_AlarmFilterRuleKey.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1447 | } |
| 1448 | func (m *AlarmFilterRuleKey) XXX_Size() int { |
| 1449 | return xxx_messageInfo_AlarmFilterRuleKey.Size(m) |
| 1450 | } |
| 1451 | func (m *AlarmFilterRuleKey) XXX_DiscardUnknown() { |
| 1452 | xxx_messageInfo_AlarmFilterRuleKey.DiscardUnknown(m) |
| 1453 | } |
| 1454 | |
| 1455 | var xxx_messageInfo_AlarmFilterRuleKey proto.InternalMessageInfo |
| 1456 | |
| 1457 | type AlarmFilterRule struct { |
| 1458 | Key AlarmFilterRuleKey_AlarmFilterRuleKey `protobuf:"varint,1,opt,name=key,proto3,enum=voltha.AlarmFilterRuleKey_AlarmFilterRuleKey" json:"key,omitempty"` |
| 1459 | Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` |
| 1460 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1461 | XXX_unrecognized []byte `json:"-"` |
| 1462 | XXX_sizecache int32 `json:"-"` |
| 1463 | } |
| 1464 | |
| 1465 | func (m *AlarmFilterRule) Reset() { *m = AlarmFilterRule{} } |
| 1466 | func (m *AlarmFilterRule) String() string { return proto.CompactTextString(m) } |
| 1467 | func (*AlarmFilterRule) ProtoMessage() {} |
| 1468 | func (*AlarmFilterRule) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1469 | return fileDescriptor_e084f1a60ce7016c, []int{3} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1470 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1471 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1472 | func (m *AlarmFilterRule) XXX_Unmarshal(b []byte) error { |
| 1473 | return xxx_messageInfo_AlarmFilterRule.Unmarshal(m, b) |
| 1474 | } |
| 1475 | func (m *AlarmFilterRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1476 | return xxx_messageInfo_AlarmFilterRule.Marshal(b, m, deterministic) |
| 1477 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1478 | func (m *AlarmFilterRule) XXX_Merge(src proto.Message) { |
| 1479 | xxx_messageInfo_AlarmFilterRule.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1480 | } |
| 1481 | func (m *AlarmFilterRule) XXX_Size() int { |
| 1482 | return xxx_messageInfo_AlarmFilterRule.Size(m) |
| 1483 | } |
| 1484 | func (m *AlarmFilterRule) XXX_DiscardUnknown() { |
| 1485 | xxx_messageInfo_AlarmFilterRule.DiscardUnknown(m) |
| 1486 | } |
| 1487 | |
| 1488 | var xxx_messageInfo_AlarmFilterRule proto.InternalMessageInfo |
| 1489 | |
| 1490 | func (m *AlarmFilterRule) GetKey() AlarmFilterRuleKey_AlarmFilterRuleKey { |
| 1491 | if m != nil { |
| 1492 | return m.Key |
| 1493 | } |
| 1494 | return AlarmFilterRuleKey_id |
| 1495 | } |
| 1496 | |
| 1497 | func (m *AlarmFilterRule) GetValue() string { |
| 1498 | if m != nil { |
| 1499 | return m.Value |
| 1500 | } |
| 1501 | return "" |
| 1502 | } |
| 1503 | |
| 1504 | type AlarmFilter struct { |
| 1505 | Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| 1506 | Rules []*AlarmFilterRule `protobuf:"bytes,2,rep,name=rules,proto3" json:"rules,omitempty"` |
| 1507 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1508 | XXX_unrecognized []byte `json:"-"` |
| 1509 | XXX_sizecache int32 `json:"-"` |
| 1510 | } |
| 1511 | |
| 1512 | func (m *AlarmFilter) Reset() { *m = AlarmFilter{} } |
| 1513 | func (m *AlarmFilter) String() string { return proto.CompactTextString(m) } |
| 1514 | func (*AlarmFilter) ProtoMessage() {} |
| 1515 | func (*AlarmFilter) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1516 | return fileDescriptor_e084f1a60ce7016c, []int{4} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1517 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1518 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1519 | func (m *AlarmFilter) XXX_Unmarshal(b []byte) error { |
| 1520 | return xxx_messageInfo_AlarmFilter.Unmarshal(m, b) |
| 1521 | } |
| 1522 | func (m *AlarmFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1523 | return xxx_messageInfo_AlarmFilter.Marshal(b, m, deterministic) |
| 1524 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1525 | func (m *AlarmFilter) XXX_Merge(src proto.Message) { |
| 1526 | xxx_messageInfo_AlarmFilter.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1527 | } |
| 1528 | func (m *AlarmFilter) XXX_Size() int { |
| 1529 | return xxx_messageInfo_AlarmFilter.Size(m) |
| 1530 | } |
| 1531 | func (m *AlarmFilter) XXX_DiscardUnknown() { |
| 1532 | xxx_messageInfo_AlarmFilter.DiscardUnknown(m) |
| 1533 | } |
| 1534 | |
| 1535 | var xxx_messageInfo_AlarmFilter proto.InternalMessageInfo |
| 1536 | |
| 1537 | func (m *AlarmFilter) GetId() string { |
| 1538 | if m != nil { |
| 1539 | return m.Id |
| 1540 | } |
| 1541 | return "" |
| 1542 | } |
| 1543 | |
| 1544 | func (m *AlarmFilter) GetRules() []*AlarmFilterRule { |
| 1545 | if m != nil { |
| 1546 | return m.Rules |
| 1547 | } |
| 1548 | return nil |
| 1549 | } |
| 1550 | |
| 1551 | type AlarmFilters struct { |
| 1552 | Filters []*AlarmFilter `protobuf:"bytes,1,rep,name=filters,proto3" json:"filters,omitempty"` |
| 1553 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1554 | XXX_unrecognized []byte `json:"-"` |
| 1555 | XXX_sizecache int32 `json:"-"` |
| 1556 | } |
| 1557 | |
| 1558 | func (m *AlarmFilters) Reset() { *m = AlarmFilters{} } |
| 1559 | func (m *AlarmFilters) String() string { return proto.CompactTextString(m) } |
| 1560 | func (*AlarmFilters) ProtoMessage() {} |
| 1561 | func (*AlarmFilters) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1562 | return fileDescriptor_e084f1a60ce7016c, []int{5} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1563 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1564 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1565 | func (m *AlarmFilters) XXX_Unmarshal(b []byte) error { |
| 1566 | return xxx_messageInfo_AlarmFilters.Unmarshal(m, b) |
| 1567 | } |
| 1568 | func (m *AlarmFilters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1569 | return xxx_messageInfo_AlarmFilters.Marshal(b, m, deterministic) |
| 1570 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1571 | func (m *AlarmFilters) XXX_Merge(src proto.Message) { |
| 1572 | xxx_messageInfo_AlarmFilters.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1573 | } |
| 1574 | func (m *AlarmFilters) XXX_Size() int { |
| 1575 | return xxx_messageInfo_AlarmFilters.Size(m) |
| 1576 | } |
| 1577 | func (m *AlarmFilters) XXX_DiscardUnknown() { |
| 1578 | xxx_messageInfo_AlarmFilters.DiscardUnknown(m) |
| 1579 | } |
| 1580 | |
| 1581 | var xxx_messageInfo_AlarmFilters proto.InternalMessageInfo |
| 1582 | |
| 1583 | func (m *AlarmFilters) GetFilters() []*AlarmFilter { |
| 1584 | if m != nil { |
| 1585 | return m.Filters |
| 1586 | } |
| 1587 | return nil |
| 1588 | } |
| 1589 | |
| 1590 | type Logging struct { |
William Kurkian | 12fc0af | 2019-04-18 14:27:45 -0400 | [diff] [blame] | 1591 | Level common.LogLevel_LogLevel `protobuf:"varint,1,opt,name=level,proto3,enum=common.LogLevel_LogLevel" json:"level,omitempty"` |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1592 | PackageName string `protobuf:"bytes,2,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"` |
| 1593 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1594 | XXX_unrecognized []byte `json:"-"` |
| 1595 | XXX_sizecache int32 `json:"-"` |
| 1596 | } |
| 1597 | |
| 1598 | func (m *Logging) Reset() { *m = Logging{} } |
| 1599 | func (m *Logging) String() string { return proto.CompactTextString(m) } |
| 1600 | func (*Logging) ProtoMessage() {} |
| 1601 | func (*Logging) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1602 | return fileDescriptor_e084f1a60ce7016c, []int{6} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1603 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1604 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1605 | func (m *Logging) XXX_Unmarshal(b []byte) error { |
| 1606 | return xxx_messageInfo_Logging.Unmarshal(m, b) |
| 1607 | } |
| 1608 | func (m *Logging) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1609 | return xxx_messageInfo_Logging.Marshal(b, m, deterministic) |
| 1610 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1611 | func (m *Logging) XXX_Merge(src proto.Message) { |
| 1612 | xxx_messageInfo_Logging.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1613 | } |
| 1614 | func (m *Logging) XXX_Size() int { |
| 1615 | return xxx_messageInfo_Logging.Size(m) |
| 1616 | } |
| 1617 | func (m *Logging) XXX_DiscardUnknown() { |
| 1618 | xxx_messageInfo_Logging.DiscardUnknown(m) |
| 1619 | } |
| 1620 | |
| 1621 | var xxx_messageInfo_Logging proto.InternalMessageInfo |
| 1622 | |
| 1623 | func (m *Logging) GetLevel() common.LogLevel_LogLevel { |
| 1624 | if m != nil { |
| 1625 | return m.Level |
| 1626 | } |
| 1627 | return common.LogLevel_DEBUG |
| 1628 | } |
| 1629 | |
| 1630 | func (m *Logging) GetPackageName() string { |
| 1631 | if m != nil { |
| 1632 | return m.PackageName |
| 1633 | } |
| 1634 | return "" |
| 1635 | } |
| 1636 | |
| 1637 | // CoreInstance represents a core instance. It is data held in memory when a core |
| 1638 | // is running. This data is not persistent. |
| 1639 | type CoreInstance struct { |
| 1640 | InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` |
| 1641 | Health *HealthStatus `protobuf:"bytes,2,opt,name=health,proto3" json:"health,omitempty"` |
| 1642 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1643 | XXX_unrecognized []byte `json:"-"` |
| 1644 | XXX_sizecache int32 `json:"-"` |
| 1645 | } |
| 1646 | |
| 1647 | func (m *CoreInstance) Reset() { *m = CoreInstance{} } |
| 1648 | func (m *CoreInstance) String() string { return proto.CompactTextString(m) } |
| 1649 | func (*CoreInstance) ProtoMessage() {} |
| 1650 | func (*CoreInstance) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1651 | return fileDescriptor_e084f1a60ce7016c, []int{7} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1652 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1653 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1654 | func (m *CoreInstance) XXX_Unmarshal(b []byte) error { |
| 1655 | return xxx_messageInfo_CoreInstance.Unmarshal(m, b) |
| 1656 | } |
| 1657 | func (m *CoreInstance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1658 | return xxx_messageInfo_CoreInstance.Marshal(b, m, deterministic) |
| 1659 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1660 | func (m *CoreInstance) XXX_Merge(src proto.Message) { |
| 1661 | xxx_messageInfo_CoreInstance.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1662 | } |
| 1663 | func (m *CoreInstance) XXX_Size() int { |
| 1664 | return xxx_messageInfo_CoreInstance.Size(m) |
| 1665 | } |
| 1666 | func (m *CoreInstance) XXX_DiscardUnknown() { |
| 1667 | xxx_messageInfo_CoreInstance.DiscardUnknown(m) |
| 1668 | } |
| 1669 | |
| 1670 | var xxx_messageInfo_CoreInstance proto.InternalMessageInfo |
| 1671 | |
| 1672 | func (m *CoreInstance) GetInstanceId() string { |
| 1673 | if m != nil { |
| 1674 | return m.InstanceId |
| 1675 | } |
| 1676 | return "" |
| 1677 | } |
| 1678 | |
| 1679 | func (m *CoreInstance) GetHealth() *HealthStatus { |
| 1680 | if m != nil { |
| 1681 | return m.Health |
| 1682 | } |
| 1683 | return nil |
| 1684 | } |
| 1685 | |
| 1686 | type CoreInstances struct { |
| 1687 | Items []*CoreInstance `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` |
| 1688 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1689 | XXX_unrecognized []byte `json:"-"` |
| 1690 | XXX_sizecache int32 `json:"-"` |
| 1691 | } |
| 1692 | |
| 1693 | func (m *CoreInstances) Reset() { *m = CoreInstances{} } |
| 1694 | func (m *CoreInstances) String() string { return proto.CompactTextString(m) } |
| 1695 | func (*CoreInstances) ProtoMessage() {} |
| 1696 | func (*CoreInstances) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1697 | return fileDescriptor_e084f1a60ce7016c, []int{8} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1698 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1699 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1700 | func (m *CoreInstances) XXX_Unmarshal(b []byte) error { |
| 1701 | return xxx_messageInfo_CoreInstances.Unmarshal(m, b) |
| 1702 | } |
| 1703 | func (m *CoreInstances) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1704 | return xxx_messageInfo_CoreInstances.Marshal(b, m, deterministic) |
| 1705 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1706 | func (m *CoreInstances) XXX_Merge(src proto.Message) { |
| 1707 | xxx_messageInfo_CoreInstances.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1708 | } |
| 1709 | func (m *CoreInstances) XXX_Size() int { |
| 1710 | return xxx_messageInfo_CoreInstances.Size(m) |
| 1711 | } |
| 1712 | func (m *CoreInstances) XXX_DiscardUnknown() { |
| 1713 | xxx_messageInfo_CoreInstances.DiscardUnknown(m) |
| 1714 | } |
| 1715 | |
| 1716 | var xxx_messageInfo_CoreInstances proto.InternalMessageInfo |
| 1717 | |
| 1718 | func (m *CoreInstances) GetItems() []*CoreInstance { |
| 1719 | if m != nil { |
| 1720 | return m.Items |
| 1721 | } |
| 1722 | return nil |
| 1723 | } |
| 1724 | |
| 1725 | // Voltha represents the Voltha cluster data. Each Core instance will hold a subset of |
| 1726 | // the entire cluster. However, some items (e.g. adapters) will be held by all cores |
| 1727 | // for better performance |
| 1728 | type Voltha struct { |
| 1729 | Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` |
| 1730 | Adapters []*Adapter `protobuf:"bytes,2,rep,name=adapters,proto3" json:"adapters,omitempty"` |
| 1731 | LogicalDevices []*LogicalDevice `protobuf:"bytes,3,rep,name=logical_devices,json=logicalDevices,proto3" json:"logical_devices,omitempty"` |
| 1732 | Devices []*Device `protobuf:"bytes,4,rep,name=devices,proto3" json:"devices,omitempty"` |
| 1733 | DeviceTypes []*DeviceType `protobuf:"bytes,5,rep,name=device_types,json=deviceTypes,proto3" json:"device_types,omitempty"` |
| 1734 | DeviceGroups []*DeviceGroup `protobuf:"bytes,6,rep,name=device_groups,json=deviceGroups,proto3" json:"device_groups,omitempty"` |
| 1735 | AlarmFilters []*AlarmFilter `protobuf:"bytes,7,rep,name=alarm_filters,json=alarmFilters,proto3" json:"alarm_filters,omitempty"` |
| 1736 | OmciMibDatabase []*omci.MibDeviceData `protobuf:"bytes,28,rep,name=omci_mib_database,json=omciMibDatabase,proto3" json:"omci_mib_database,omitempty"` |
| 1737 | OmciAlarmDatabase []*omci.AlarmDeviceData `protobuf:"bytes,29,rep,name=omci_alarm_database,json=omciAlarmDatabase,proto3" json:"omci_alarm_database,omitempty"` |
| 1738 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1739 | XXX_unrecognized []byte `json:"-"` |
| 1740 | XXX_sizecache int32 `json:"-"` |
| 1741 | } |
| 1742 | |
| 1743 | func (m *Voltha) Reset() { *m = Voltha{} } |
| 1744 | func (m *Voltha) String() string { return proto.CompactTextString(m) } |
| 1745 | func (*Voltha) ProtoMessage() {} |
| 1746 | func (*Voltha) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1747 | return fileDescriptor_e084f1a60ce7016c, []int{9} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1748 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1749 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1750 | func (m *Voltha) XXX_Unmarshal(b []byte) error { |
| 1751 | return xxx_messageInfo_Voltha.Unmarshal(m, b) |
| 1752 | } |
| 1753 | func (m *Voltha) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1754 | return xxx_messageInfo_Voltha.Marshal(b, m, deterministic) |
| 1755 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1756 | func (m *Voltha) XXX_Merge(src proto.Message) { |
| 1757 | xxx_messageInfo_Voltha.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1758 | } |
| 1759 | func (m *Voltha) XXX_Size() int { |
| 1760 | return xxx_messageInfo_Voltha.Size(m) |
| 1761 | } |
| 1762 | func (m *Voltha) XXX_DiscardUnknown() { |
| 1763 | xxx_messageInfo_Voltha.DiscardUnknown(m) |
| 1764 | } |
| 1765 | |
| 1766 | var xxx_messageInfo_Voltha proto.InternalMessageInfo |
| 1767 | |
| 1768 | func (m *Voltha) GetVersion() string { |
| 1769 | if m != nil { |
| 1770 | return m.Version |
| 1771 | } |
| 1772 | return "" |
| 1773 | } |
| 1774 | |
| 1775 | func (m *Voltha) GetAdapters() []*Adapter { |
| 1776 | if m != nil { |
| 1777 | return m.Adapters |
| 1778 | } |
| 1779 | return nil |
| 1780 | } |
| 1781 | |
| 1782 | func (m *Voltha) GetLogicalDevices() []*LogicalDevice { |
| 1783 | if m != nil { |
| 1784 | return m.LogicalDevices |
| 1785 | } |
| 1786 | return nil |
| 1787 | } |
| 1788 | |
| 1789 | func (m *Voltha) GetDevices() []*Device { |
| 1790 | if m != nil { |
| 1791 | return m.Devices |
| 1792 | } |
| 1793 | return nil |
| 1794 | } |
| 1795 | |
| 1796 | func (m *Voltha) GetDeviceTypes() []*DeviceType { |
| 1797 | if m != nil { |
| 1798 | return m.DeviceTypes |
| 1799 | } |
| 1800 | return nil |
| 1801 | } |
| 1802 | |
| 1803 | func (m *Voltha) GetDeviceGroups() []*DeviceGroup { |
| 1804 | if m != nil { |
| 1805 | return m.DeviceGroups |
| 1806 | } |
| 1807 | return nil |
| 1808 | } |
| 1809 | |
| 1810 | func (m *Voltha) GetAlarmFilters() []*AlarmFilter { |
| 1811 | if m != nil { |
| 1812 | return m.AlarmFilters |
| 1813 | } |
| 1814 | return nil |
| 1815 | } |
| 1816 | |
| 1817 | func (m *Voltha) GetOmciMibDatabase() []*omci.MibDeviceData { |
| 1818 | if m != nil { |
| 1819 | return m.OmciMibDatabase |
| 1820 | } |
| 1821 | return nil |
| 1822 | } |
| 1823 | |
| 1824 | func (m *Voltha) GetOmciAlarmDatabase() []*omci.AlarmDeviceData { |
| 1825 | if m != nil { |
| 1826 | return m.OmciAlarmDatabase |
| 1827 | } |
| 1828 | return nil |
| 1829 | } |
| 1830 | |
| 1831 | // Device Self Test Response |
| 1832 | type SelfTestResponse struct { |
| 1833 | Result SelfTestResponse_SelfTestResult `protobuf:"varint,1,opt,name=result,proto3,enum=voltha.SelfTestResponse_SelfTestResult" json:"result,omitempty"` |
| 1834 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1835 | XXX_unrecognized []byte `json:"-"` |
| 1836 | XXX_sizecache int32 `json:"-"` |
| 1837 | } |
| 1838 | |
| 1839 | func (m *SelfTestResponse) Reset() { *m = SelfTestResponse{} } |
| 1840 | func (m *SelfTestResponse) String() string { return proto.CompactTextString(m) } |
| 1841 | func (*SelfTestResponse) ProtoMessage() {} |
| 1842 | func (*SelfTestResponse) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1843 | return fileDescriptor_e084f1a60ce7016c, []int{10} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1844 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1845 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1846 | func (m *SelfTestResponse) XXX_Unmarshal(b []byte) error { |
| 1847 | return xxx_messageInfo_SelfTestResponse.Unmarshal(m, b) |
| 1848 | } |
| 1849 | func (m *SelfTestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1850 | return xxx_messageInfo_SelfTestResponse.Marshal(b, m, deterministic) |
| 1851 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1852 | func (m *SelfTestResponse) XXX_Merge(src proto.Message) { |
| 1853 | xxx_messageInfo_SelfTestResponse.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1854 | } |
| 1855 | func (m *SelfTestResponse) XXX_Size() int { |
| 1856 | return xxx_messageInfo_SelfTestResponse.Size(m) |
| 1857 | } |
| 1858 | func (m *SelfTestResponse) XXX_DiscardUnknown() { |
| 1859 | xxx_messageInfo_SelfTestResponse.DiscardUnknown(m) |
| 1860 | } |
| 1861 | |
| 1862 | var xxx_messageInfo_SelfTestResponse proto.InternalMessageInfo |
| 1863 | |
| 1864 | func (m *SelfTestResponse) GetResult() SelfTestResponse_SelfTestResult { |
| 1865 | if m != nil { |
| 1866 | return m.Result |
| 1867 | } |
| 1868 | return SelfTestResponse_SUCCESS |
| 1869 | } |
| 1870 | |
| 1871 | type OfAgentSubscriber struct { |
| 1872 | // ID of ofagent instance |
| 1873 | OfagentId string `protobuf:"bytes,1,opt,name=ofagent_id,json=ofagentId,proto3" json:"ofagent_id,omitempty"` |
| 1874 | // ID of voltha instance to which the ofagent is subscribed |
| 1875 | VolthaId string `protobuf:"bytes,2,opt,name=voltha_id,json=volthaId,proto3" json:"voltha_id,omitempty"` |
| 1876 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1877 | XXX_unrecognized []byte `json:"-"` |
| 1878 | XXX_sizecache int32 `json:"-"` |
| 1879 | } |
| 1880 | |
| 1881 | func (m *OfAgentSubscriber) Reset() { *m = OfAgentSubscriber{} } |
| 1882 | func (m *OfAgentSubscriber) String() string { return proto.CompactTextString(m) } |
| 1883 | func (*OfAgentSubscriber) ProtoMessage() {} |
| 1884 | func (*OfAgentSubscriber) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1885 | return fileDescriptor_e084f1a60ce7016c, []int{11} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1886 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1887 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1888 | func (m *OfAgentSubscriber) XXX_Unmarshal(b []byte) error { |
| 1889 | return xxx_messageInfo_OfAgentSubscriber.Unmarshal(m, b) |
| 1890 | } |
| 1891 | func (m *OfAgentSubscriber) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1892 | return xxx_messageInfo_OfAgentSubscriber.Marshal(b, m, deterministic) |
| 1893 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1894 | func (m *OfAgentSubscriber) XXX_Merge(src proto.Message) { |
| 1895 | xxx_messageInfo_OfAgentSubscriber.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1896 | } |
| 1897 | func (m *OfAgentSubscriber) XXX_Size() int { |
| 1898 | return xxx_messageInfo_OfAgentSubscriber.Size(m) |
| 1899 | } |
| 1900 | func (m *OfAgentSubscriber) XXX_DiscardUnknown() { |
| 1901 | xxx_messageInfo_OfAgentSubscriber.DiscardUnknown(m) |
| 1902 | } |
| 1903 | |
| 1904 | var xxx_messageInfo_OfAgentSubscriber proto.InternalMessageInfo |
| 1905 | |
| 1906 | func (m *OfAgentSubscriber) GetOfagentId() string { |
| 1907 | if m != nil { |
| 1908 | return m.OfagentId |
| 1909 | } |
| 1910 | return "" |
| 1911 | } |
| 1912 | |
| 1913 | func (m *OfAgentSubscriber) GetVolthaId() string { |
| 1914 | if m != nil { |
| 1915 | return m.VolthaId |
| 1916 | } |
| 1917 | return "" |
| 1918 | } |
| 1919 | |
| 1920 | // Identifies a membership group a Core belongs to |
| 1921 | type Membership struct { |
| 1922 | // Group name |
| 1923 | GroupName string `protobuf:"bytes,1,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"` |
| 1924 | // Unique ID of a container within that group |
| 1925 | Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` |
| 1926 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1927 | XXX_unrecognized []byte `json:"-"` |
| 1928 | XXX_sizecache int32 `json:"-"` |
| 1929 | } |
| 1930 | |
| 1931 | func (m *Membership) Reset() { *m = Membership{} } |
| 1932 | func (m *Membership) String() string { return proto.CompactTextString(m) } |
| 1933 | func (*Membership) ProtoMessage() {} |
| 1934 | func (*Membership) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1935 | return fileDescriptor_e084f1a60ce7016c, []int{12} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1936 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1937 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1938 | func (m *Membership) XXX_Unmarshal(b []byte) error { |
| 1939 | return xxx_messageInfo_Membership.Unmarshal(m, b) |
| 1940 | } |
| 1941 | func (m *Membership) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1942 | return xxx_messageInfo_Membership.Marshal(b, m, deterministic) |
| 1943 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1944 | func (m *Membership) XXX_Merge(src proto.Message) { |
| 1945 | xxx_messageInfo_Membership.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1946 | } |
| 1947 | func (m *Membership) XXX_Size() int { |
| 1948 | return xxx_messageInfo_Membership.Size(m) |
| 1949 | } |
| 1950 | func (m *Membership) XXX_DiscardUnknown() { |
| 1951 | xxx_messageInfo_Membership.DiscardUnknown(m) |
| 1952 | } |
| 1953 | |
| 1954 | var xxx_messageInfo_Membership proto.InternalMessageInfo |
| 1955 | |
| 1956 | func (m *Membership) GetGroupName() string { |
| 1957 | if m != nil { |
| 1958 | return m.GroupName |
| 1959 | } |
| 1960 | return "" |
| 1961 | } |
| 1962 | |
| 1963 | func (m *Membership) GetId() string { |
| 1964 | if m != nil { |
| 1965 | return m.Id |
| 1966 | } |
| 1967 | return "" |
| 1968 | } |
| 1969 | |
manikkaraj k | 166cb20 | 2019-07-28 13:05:56 -0400 | [diff] [blame^] | 1970 | // Additional information required to process flow at device adapters |
| 1971 | type FlowMetadata struct { |
| 1972 | // Meters associated with flow-update to adapter |
| 1973 | Meters []*openflow_13.OfpMeterConfig `protobuf:"bytes,1,rep,name=meters,proto3" json:"meters,omitempty"` |
| 1974 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1975 | XXX_unrecognized []byte `json:"-"` |
| 1976 | XXX_sizecache int32 `json:"-"` |
| 1977 | } |
| 1978 | |
| 1979 | func (m *FlowMetadata) Reset() { *m = FlowMetadata{} } |
| 1980 | func (m *FlowMetadata) String() string { return proto.CompactTextString(m) } |
| 1981 | func (*FlowMetadata) ProtoMessage() {} |
| 1982 | func (*FlowMetadata) Descriptor() ([]byte, []int) { |
| 1983 | return fileDescriptor_e084f1a60ce7016c, []int{13} |
| 1984 | } |
| 1985 | |
| 1986 | func (m *FlowMetadata) XXX_Unmarshal(b []byte) error { |
| 1987 | return xxx_messageInfo_FlowMetadata.Unmarshal(m, b) |
| 1988 | } |
| 1989 | func (m *FlowMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1990 | return xxx_messageInfo_FlowMetadata.Marshal(b, m, deterministic) |
| 1991 | } |
| 1992 | func (m *FlowMetadata) XXX_Merge(src proto.Message) { |
| 1993 | xxx_messageInfo_FlowMetadata.Merge(m, src) |
| 1994 | } |
| 1995 | func (m *FlowMetadata) XXX_Size() int { |
| 1996 | return xxx_messageInfo_FlowMetadata.Size(m) |
| 1997 | } |
| 1998 | func (m *FlowMetadata) XXX_DiscardUnknown() { |
| 1999 | xxx_messageInfo_FlowMetadata.DiscardUnknown(m) |
| 2000 | } |
| 2001 | |
| 2002 | var xxx_messageInfo_FlowMetadata proto.InternalMessageInfo |
| 2003 | |
| 2004 | func (m *FlowMetadata) GetMeters() []*openflow_13.OfpMeterConfig { |
| 2005 | if m != nil { |
| 2006 | return m.Meters |
| 2007 | } |
| 2008 | return nil |
| 2009 | } |
| 2010 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 2011 | func init() { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 2012 | proto.RegisterEnum("voltha.AlarmFilterRuleKey_AlarmFilterRuleKey", AlarmFilterRuleKey_AlarmFilterRuleKey_name, AlarmFilterRuleKey_AlarmFilterRuleKey_value) |
| 2013 | proto.RegisterEnum("voltha.SelfTestResponse_SelfTestResult", SelfTestResponse_SelfTestResult_name, SelfTestResponse_SelfTestResult_value) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 2014 | proto.RegisterType((*DeviceGroup)(nil), "voltha.DeviceGroup") |
| 2015 | proto.RegisterType((*DeviceGroups)(nil), "voltha.DeviceGroups") |
| 2016 | proto.RegisterType((*AlarmFilterRuleKey)(nil), "voltha.AlarmFilterRuleKey") |
| 2017 | proto.RegisterType((*AlarmFilterRule)(nil), "voltha.AlarmFilterRule") |
| 2018 | proto.RegisterType((*AlarmFilter)(nil), "voltha.AlarmFilter") |
| 2019 | proto.RegisterType((*AlarmFilters)(nil), "voltha.AlarmFilters") |
| 2020 | proto.RegisterType((*Logging)(nil), "voltha.Logging") |
| 2021 | proto.RegisterType((*CoreInstance)(nil), "voltha.CoreInstance") |
| 2022 | proto.RegisterType((*CoreInstances)(nil), "voltha.CoreInstances") |
| 2023 | proto.RegisterType((*Voltha)(nil), "voltha.Voltha") |
| 2024 | proto.RegisterType((*SelfTestResponse)(nil), "voltha.SelfTestResponse") |
| 2025 | proto.RegisterType((*OfAgentSubscriber)(nil), "voltha.OfAgentSubscriber") |
| 2026 | proto.RegisterType((*Membership)(nil), "voltha.Membership") |
manikkaraj k | 166cb20 | 2019-07-28 13:05:56 -0400 | [diff] [blame^] | 2027 | proto.RegisterType((*FlowMetadata)(nil), "voltha.FlowMetadata") |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 2028 | } |
| 2029 | |
| 2030 | func init() { proto.RegisterFile("voltha_protos/voltha.proto", fileDescriptor_e084f1a60ce7016c) } |
| 2031 | |
| 2032 | var fileDescriptor_e084f1a60ce7016c = []byte{ |
manikkaraj k | 166cb20 | 2019-07-28 13:05:56 -0400 | [diff] [blame^] | 2033 | // 2505 bytes of a gzipped FileDescriptorProto |
Abhilash Laxmeshwar | dfbb74d | 2019-07-23 08:03:08 -0400 | [diff] [blame] | 2034 | 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x5a, 0x5b, 0x73, 0xdb, 0xc6, |
manikkaraj k | 166cb20 | 2019-07-28 13:05:56 -0400 | [diff] [blame^] | 2035 | 0xf5, 0x17, 0x75, 0xd7, 0x21, 0x29, 0x92, 0x47, 0x37, 0x9a, 0x92, 0x62, 0x69, 0x13, 0x5f, 0xfe, |
| 2036 | 0x4a, 0x44, 0xc6, 0x56, 0xec, 0xf9, 0xd7, 0x69, 0x26, 0xb5, 0x2e, 0x56, 0x59, 0xcb, 0x12, 0x0b, |
| 2037 | 0x5a, 0x76, 0xdb, 0xc4, 0xc3, 0x01, 0x89, 0x15, 0x85, 0x31, 0x08, 0xb0, 0x58, 0x50, 0xae, 0xc6, |
| 2038 | 0xcd, 0xb4, 0x93, 0x5e, 0xa7, 0x8f, 0xcd, 0x57, 0xe8, 0x53, 0xa7, 0xfd, 0x28, 0x7e, 0xea, 0x17, |
| 2039 | 0xe8, 0x74, 0xfa, 0xd0, 0xc7, 0x3e, 0xb9, 0x7d, 0xec, 0xec, 0x05, 0x14, 0x40, 0x00, 0xba, 0xa4, |
| 2040 | 0x99, 0xe9, 0x93, 0x88, 0x3d, 0x67, 0x7f, 0xbf, 0xdf, 0x9e, 0xdd, 0x3d, 0x7b, 0xb0, 0x10, 0x94, |
| 2041 | 0x4e, 0x1c, 0xcb, 0x3b, 0xd6, 0x1b, 0x5d, 0xd7, 0xf1, 0x1c, 0x56, 0x91, 0x4f, 0x65, 0xf1, 0x84, |
| 2042 | 0xe3, 0xf2, 0xa9, 0xb4, 0xd4, 0x76, 0x9c, 0xb6, 0x45, 0x2b, 0x7a, 0xd7, 0xac, 0xe8, 0xb6, 0xed, |
| 2043 | 0x78, 0xba, 0x67, 0x3a, 0x36, 0x93, 0x5e, 0xa5, 0x45, 0x65, 0x15, 0x4f, 0xcd, 0xde, 0x51, 0x85, |
| 2044 | 0x76, 0xba, 0xde, 0xa9, 0x32, 0x16, 0xc3, 0xf0, 0x1d, 0xea, 0x29, 0xf0, 0xd2, 0x00, 0x71, 0xcb, |
| 2045 | 0xe9, 0x74, 0x1c, 0x3b, 0xde, 0x76, 0x4c, 0x75, 0xcb, 0x3b, 0x56, 0x36, 0x12, 0xb6, 0x59, 0x4e, |
| 2046 | 0xdb, 0x6c, 0xe9, 0x56, 0xc3, 0xa0, 0x27, 0x66, 0x8b, 0xc6, 0xf7, 0x0f, 0xd9, 0x16, 0xc3, 0x36, |
| 2047 | 0xdd, 0xd0, 0xbb, 0x1e, 0x75, 0x95, 0xf1, 0x7a, 0xd8, 0xe8, 0x74, 0xa9, 0x7d, 0x64, 0x39, 0xaf, |
| 2048 | 0x1a, 0x77, 0x36, 0x12, 0x1c, 0x3a, 0x2d, 0xb3, 0xd1, 0x31, 0x9b, 0x0d, 0xa3, 0xa9, 0x1c, 0x56, |
| 2049 | 0x63, 0x1c, 0x74, 0x4b, 0x77, 0x3b, 0x67, 0x2e, 0x2b, 0x61, 0x97, 0x53, 0xdd, 0x6e, 0x37, 0x9c, |
| 2050 | 0x6e, 0x20, 0xa4, 0xe4, 0x0f, 0x29, 0x48, 0x6f, 0x0b, 0xd1, 0xbb, 0xae, 0xd3, 0xeb, 0xe2, 0x1c, |
| 2051 | 0x0c, 0x9b, 0x46, 0x31, 0xb5, 0x92, 0xba, 0x3d, 0xb5, 0x39, 0xf6, 0x8f, 0xb7, 0x6f, 0x96, 0x53, |
| 2052 | 0xda, 0xb0, 0x69, 0x60, 0x15, 0x72, 0xe1, 0xe1, 0xb3, 0xe2, 0xf0, 0xca, 0xc8, 0xed, 0xf4, 0xdd, |
| 2053 | 0xb9, 0xb2, 0x9a, 0xc7, 0x3d, 0x69, 0x96, 0x58, 0x9b, 0x53, 0x7f, 0x7b, 0xfb, 0x66, 0x79, 0x94, |
| 2054 | 0x63, 0x69, 0xd3, 0x56, 0xd0, 0xc2, 0x70, 0x03, 0x26, 0x7c, 0x88, 0x11, 0x01, 0x31, 0xed, 0x43, |
| 2055 | 0x44, 0xfb, 0xfa, 0x9e, 0xe4, 0x5b, 0x90, 0x09, 0xa8, 0x64, 0xf8, 0x7f, 0x30, 0x66, 0x7a, 0xb4, |
| 2056 | 0xc3, 0x8a, 0x29, 0x01, 0x31, 0x13, 0x86, 0x10, 0x4e, 0x9a, 0xf4, 0x20, 0x3f, 0x03, 0x7c, 0xc8, |
| 2057 | 0xa3, 0xf2, 0xc8, 0xb4, 0x3c, 0xea, 0x6a, 0x3d, 0x8b, 0x3e, 0xa6, 0xa7, 0xa4, 0x19, 0xd7, 0x8a, |
| 2058 | 0xe3, 0x9c, 0x35, 0x3f, 0x84, 0x93, 0x30, 0xea, 0x9d, 0x76, 0x69, 0x3e, 0x85, 0x19, 0x98, 0x64, |
| 2059 | 0xf4, 0x84, 0xba, 0xa6, 0x77, 0x9a, 0x1f, 0xc6, 0x1c, 0xa4, 0x5d, 0xca, 0x9c, 0x9e, 0xdb, 0xa2, |
| 2060 | 0x0d, 0xd3, 0xc8, 0x8f, 0x70, 0x73, 0x4b, 0xf7, 0x68, 0xdb, 0x71, 0x4f, 0xf3, 0xa3, 0x98, 0x85, |
| 2061 | 0x29, 0x29, 0x98, 0x1b, 0xc7, 0x1e, 0x8c, 0xfd, 0xf3, 0xed, 0x9b, 0xe5, 0x21, 0x72, 0x0c, 0xb9, |
| 2062 | 0x01, 0x2a, 0xfc, 0x14, 0x46, 0x5e, 0xd2, 0x53, 0x11, 0xe6, 0xe9, 0xbb, 0xeb, 0xbe, 0xf8, 0xa8, |
| 2063 | 0xa0, 0x98, 0x26, 0x8d, 0xf7, 0xc4, 0x59, 0x18, 0x3b, 0xd1, 0xad, 0x1e, 0x2d, 0x0e, 0xf3, 0x99, |
| 2064 | 0xd2, 0xe4, 0x03, 0xa9, 0x43, 0x3a, 0xd0, 0x21, 0x69, 0x2e, 0xd7, 0x61, 0xcc, 0xed, 0x59, 0xfd, |
| 2065 | 0x19, 0x5c, 0x48, 0xa0, 0xd7, 0xa4, 0x17, 0xf9, 0x04, 0x32, 0x01, 0x0b, 0xc3, 0x75, 0x98, 0x38, |
| 2066 | 0x92, 0x3f, 0x07, 0x83, 0x1f, 0x04, 0xf0, 0x7d, 0xc8, 0x0b, 0x98, 0xd8, 0x73, 0xda, 0x6d, 0xd3, |
| 2067 | 0x6e, 0x63, 0x05, 0xc6, 0x2c, 0x7a, 0x42, 0x2d, 0x35, 0xee, 0x6b, 0x65, 0xb5, 0x13, 0xf7, 0x9c, |
| 2068 | 0xf6, 0x1e, 0x6f, 0xef, 0xff, 0xd0, 0xa4, 0x1f, 0xae, 0x42, 0xa6, 0xab, 0xb7, 0x5e, 0xea, 0x6d, |
| 2069 | 0xda, 0xb0, 0xf5, 0x8e, 0x3f, 0xd8, 0xb4, 0x6a, 0xdb, 0xd7, 0x3b, 0x94, 0xb8, 0x90, 0xd9, 0x72, |
| 2070 | 0x5c, 0x5a, 0xb5, 0x99, 0xa7, 0xdb, 0x2d, 0x8a, 0x37, 0x21, 0x6d, 0xaa, 0xdf, 0x8d, 0xc1, 0xc1, |
| 2071 | 0x83, 0x6f, 0xa9, 0x1a, 0xb8, 0x01, 0xe3, 0x72, 0xaf, 0x0b, 0xd0, 0xf4, 0xdd, 0x59, 0x7f, 0x10, |
| 2072 | 0xdf, 0x15, 0xad, 0x75, 0x4f, 0xf7, 0x7a, 0x6c, 0x73, 0x8c, 0x2f, 0xc5, 0x21, 0x4d, 0xb9, 0x3e, |
| 2073 | 0x18, 0xfb, 0x37, 0xc7, 0x21, 0x9b, 0x90, 0x0d, 0x72, 0x32, 0x5c, 0x0b, 0xaf, 0xc6, 0x3e, 0x56, |
| 2074 | 0xd0, 0x4b, 0x2d, 0x47, 0x1f, 0xe3, 0xaf, 0xa3, 0x30, 0xfe, 0x4c, 0x78, 0xe1, 0x75, 0x98, 0x38, |
| 2075 | 0xa1, 0x2e, 0x33, 0x1d, 0x3b, 0x2c, 0xd7, 0x6f, 0xc5, 0xfb, 0x30, 0xa9, 0x72, 0x87, 0x3f, 0x67, |
| 2076 | 0xb9, 0x7e, 0xc8, 0x65, 0x7b, 0x70, 0xcf, 0xf4, 0x7d, 0xe3, 0x36, 0xed, 0xc8, 0x7f, 0xbf, 0x69, |
| 2077 | 0x47, 0x2f, 0xbb, 0x69, 0xf1, 0x3b, 0x90, 0x51, 0xdb, 0x81, 0x6f, 0x26, 0x56, 0x1c, 0x13, 0x3d, |
| 2078 | 0x31, 0xdc, 0xf3, 0xe9, 0x69, 0x37, 0xd4, 0x3b, 0x6d, 0xf4, 0x9b, 0x19, 0x6e, 0x41, 0x56, 0x21, |
| 2079 | 0xb4, 0xc5, 0xbe, 0x2f, 0x8e, 0x27, 0x6e, 0xf7, 0x20, 0x86, 0xa2, 0x55, 0xb9, 0x62, 0x0b, 0xb2, |
| 2080 | 0x32, 0x2d, 0xfa, 0xcb, 0x76, 0x22, 0x71, 0xd9, 0x86, 0x40, 0xf4, 0xe0, 0xaa, 0xff, 0x3e, 0x14, |
| 2081 | 0xce, 0x32, 0xb0, 0xee, 0xe9, 0x4d, 0x9d, 0xd1, 0xe2, 0x92, 0x02, 0xe2, 0x96, 0xf2, 0x13, 0xb3, |
| 2082 | 0x29, 0xe5, 0x6c, 0xeb, 0x9e, 0xbe, 0x99, 0xe7, 0x40, 0xe9, 0x40, 0x3e, 0xd0, 0x72, 0xdc, 0x8b, |
| 2083 | 0x3b, 0xa9, 0xde, 0xf8, 0x1c, 0x66, 0x82, 0x39, 0xdb, 0x07, 0x5d, 0x56, 0x53, 0x24, 0x40, 0x85, |
| 2084 | 0xb6, 0x73, 0x61, 0x85, 0x2c, 0xe9, 0xa6, 0x10, 0xfc, 0x25, 0xf6, 0xa7, 0x14, 0xe4, 0xeb, 0xd4, |
| 2085 | 0x3a, 0x7a, 0x4a, 0x99, 0xa7, 0x51, 0xd6, 0x75, 0x6c, 0xc6, 0x33, 0xcf, 0xb8, 0x4b, 0x59, 0xcf, |
| 2086 | 0xf2, 0xd4, 0x26, 0xbc, 0xe5, 0x47, 0x61, 0xd0, 0x33, 0xd8, 0xd0, 0xb3, 0x3c, 0x4d, 0x75, 0x23, |
| 2087 | 0x35, 0x98, 0x0e, 0x5b, 0x30, 0x0d, 0x13, 0xf5, 0xc3, 0xad, 0xad, 0x9d, 0x7a, 0x3d, 0x3f, 0xc4, |
| 2088 | 0x1f, 0x1e, 0x3d, 0xac, 0xee, 0x1d, 0x6a, 0x3b, 0xf9, 0x14, 0x16, 0x20, 0xbb, 0x7f, 0xf0, 0xb4, |
| 2089 | 0x51, 0x3f, 0xac, 0xd5, 0x0e, 0xb4, 0xa7, 0x3b, 0xdb, 0xf9, 0x61, 0xde, 0x74, 0xb8, 0xff, 0x78, |
| 2090 | 0xff, 0xe0, 0xf9, 0x7e, 0x63, 0x47, 0xd3, 0x0e, 0xb4, 0xfc, 0x88, 0x9f, 0x26, 0x0f, 0xa0, 0x70, |
| 2091 | 0x70, 0xf4, 0xb0, 0x4d, 0x6d, 0xaf, 0xde, 0x6b, 0xb2, 0x96, 0x6b, 0x36, 0xa9, 0x8b, 0xcb, 0x00, |
| 2092 | 0xce, 0x91, 0xce, 0x1b, 0xfb, 0xbb, 0x59, 0x9b, 0x52, 0x2d, 0x55, 0x03, 0x17, 0x61, 0x4a, 0x9d, |
| 2093 | 0x70, 0xa6, 0xa1, 0xb2, 0xc3, 0xa4, 0x6c, 0xa8, 0x1a, 0xe4, 0x63, 0x80, 0x27, 0xb4, 0xd3, 0xa4, |
| 2094 | 0x2e, 0x3b, 0x36, 0xbb, 0x1c, 0x49, 0xac, 0x21, 0x99, 0x49, 0x14, 0x92, 0x68, 0xe1, 0x79, 0x04, |
| 2095 | 0xa7, 0x45, 0xae, 0x94, 0x10, 0xc3, 0xa6, 0x41, 0x76, 0x20, 0xf3, 0xc8, 0x72, 0x5e, 0x3d, 0xa1, |
| 2096 | 0x9e, 0xce, 0x67, 0x06, 0xef, 0xc1, 0x78, 0x87, 0x06, 0x92, 0xde, 0x72, 0x39, 0x78, 0x62, 0x3b, |
| 2097 | 0x47, 0xdd, 0x86, 0x30, 0x37, 0x5a, 0x8e, 0x7d, 0x64, 0xb6, 0x35, 0xe5, 0x7c, 0xf7, 0xcf, 0x15, |
| 2098 | 0xc8, 0xca, 0x6d, 0x5e, 0xa7, 0x2e, 0x9f, 0x32, 0x3c, 0x80, 0xe9, 0xc3, 0xae, 0xa1, 0x7b, 0xd4, |
| 2099 | 0x4f, 0x76, 0x98, 0x0b, 0xec, 0x46, 0x9e, 0x27, 0x4b, 0xf3, 0x65, 0x59, 0xe7, 0x94, 0xfd, 0x3a, |
| 2100 | 0xa7, 0xbc, 0xc3, 0xeb, 0x1c, 0x32, 0xfb, 0xe5, 0x5f, 0xfe, 0xfe, 0xd5, 0xf0, 0x34, 0x66, 0x44, |
| 2101 | 0x79, 0x74, 0x72, 0x87, 0x57, 0x24, 0x0c, 0x9f, 0x43, 0x76, 0x97, 0x7a, 0x81, 0x91, 0x26, 0x74, |
| 2102 | 0x2f, 0xf5, 0x37, 0xde, 0x99, 0x2f, 0x29, 0x09, 0xc8, 0x59, 0x44, 0x1f, 0xb2, 0x73, 0x86, 0xf3, |
| 2103 | 0x02, 0xf2, 0x52, 0x69, 0x00, 0x3b, 0x06, 0x23, 0x51, 0xee, 0xb2, 0xc0, 0x5e, 0x20, 0x31, 0xd8, |
| 2104 | 0x0f, 0x52, 0x6b, 0xb8, 0x0d, 0x53, 0xbb, 0xd4, 0x53, 0x39, 0x30, 0x49, 0x73, 0x3f, 0xcd, 0x48, |
| 2105 | 0x3f, 0x92, 0x13, 0x98, 0x53, 0x38, 0xa1, 0x30, 0xb1, 0x07, 0x85, 0x3d, 0x93, 0x79, 0xe1, 0x7c, |
| 2106 | 0x9c, 0x84, 0x36, 0x17, 0x97, 0x98, 0x19, 0xb9, 0xf3, 0xbb, 0x7f, 0xbd, 0x59, 0x9e, 0x50, 0x39, |
| 2107 | 0x5c, 0xfc, 0x46, 0xf9, 0x5b, 0x90, 0xcd, 0x60, 0xc1, 0x1f, 0x80, 0xd9, 0x67, 0xa8, 0x43, 0x6e, |
| 2108 | 0x97, 0x86, 0x58, 0x11, 0xfc, 0xe3, 0xac, 0xba, 0x5d, 0x8a, 0x3d, 0x01, 0xc8, 0x3b, 0x02, 0xaf, |
| 2109 | 0x88, 0xf3, 0x11, 0xbc, 0xca, 0x6b, 0xd3, 0xf8, 0x02, 0x75, 0xc8, 0xf0, 0xb1, 0x3c, 0xf4, 0xf3, |
| 2110 | 0x77, 0xd2, 0x30, 0xf2, 0x03, 0xd9, 0x9f, 0x91, 0x5b, 0x5c, 0x35, 0x9c, 0x1d, 0x13, 0x82, 0x08, |
| 2111 | 0x31, 0xef, 0x13, 0xf5, 0x8f, 0x84, 0xd7, 0x80, 0x9c, 0x62, 0x2f, 0x9c, 0xdd, 0x93, 0x88, 0xe6, |
| 2112 | 0x63, 0xcf, 0x09, 0x46, 0xee, 0x71, 0xba, 0x42, 0xe4, 0x74, 0x11, 0xac, 0xd7, 0x70, 0x21, 0xb0, |
| 2113 | 0x3c, 0x83, 0x66, 0xfc, 0x0c, 0xf2, 0xbb, 0x34, 0xcc, 0x1d, 0x8a, 0x5a, 0xfc, 0xb1, 0x44, 0xde, |
| 2114 | 0x13, 0xb8, 0xef, 0xe0, 0x52, 0x02, 0xae, 0x0c, 0x9e, 0x0b, 0xf3, 0x91, 0x91, 0xd5, 0x1c, 0xd7, |
| 2115 | 0x63, 0xf1, 0x13, 0xa3, 0xfc, 0x84, 0x07, 0xb9, 0xaf, 0x16, 0x40, 0x97, 0x3f, 0x09, 0xb6, 0xf7, |
| 2116 | 0x90, 0x9c, 0xc7, 0x56, 0x11, 0x9e, 0xf8, 0x8b, 0x14, 0xcc, 0x0e, 0x8e, 0x88, 0x23, 0xe2, 0x5c, |
| 2117 | 0x0c, 0x4d, 0xd5, 0x28, 0xcd, 0xc4, 0x34, 0x93, 0x4f, 0x39, 0xf9, 0x38, 0x8c, 0x72, 0x48, 0xc1, |
| 2118 | 0x5d, 0xc6, 0x0f, 0x2e, 0xe6, 0xae, 0xbc, 0xe6, 0x7f, 0x1a, 0x7c, 0xe4, 0xbf, 0x4a, 0xc1, 0xc2, |
| 2119 | 0x8e, 0xad, 0x37, 0x2d, 0x7a, 0x69, 0x21, 0x49, 0x5b, 0xf6, 0x63, 0x21, 0xe0, 0x1e, 0xd9, 0xb8, |
| 2120 | 0x8a, 0x80, 0x0a, 0x15, 0xe4, 0xf8, 0x9b, 0x14, 0x14, 0xb7, 0x4d, 0xf6, 0x8d, 0x08, 0xf9, 0xb6, |
| 2121 | 0x10, 0x72, 0x9f, 0x7c, 0x74, 0x25, 0x21, 0x86, 0x64, 0xc7, 0x9f, 0xc6, 0xac, 0x05, 0x9e, 0xcd, |
| 2122 | 0xc3, 0x6b, 0x01, 0x43, 0x29, 0x5c, 0xd8, 0xc9, 0xa6, 0x5a, 0x09, 0xbc, 0x35, 0x9a, 0x0a, 0x2e, |
| 2123 | 0x5a, 0x15, 0xa2, 0x17, 0x5f, 0x15, 0x4b, 0xfd, 0x14, 0x1f, 0x16, 0xf0, 0x54, 0xc8, 0x5b, 0x8a, |
| 2124 | 0x10, 0x8b, 0x76, 0xd9, 0x27, 0x31, 0x24, 0xeb, 0x42, 0xc2, 0x2d, 0x72, 0x09, 0x09, 0x3c, 0xbd, |
| 2125 | 0xfe, 0x32, 0x05, 0xcb, 0x31, 0x2a, 0x9e, 0xf0, 0x73, 0x49, 0xca, 0x58, 0x0c, 0xc9, 0x10, 0x86, |
| 2126 | 0x27, 0x8e, 0x71, 0x81, 0x8a, 0xb2, 0x50, 0x71, 0x9b, 0xbc, 0x7b, 0xae, 0x0a, 0x79, 0xfa, 0x71, |
| 2127 | 0x19, 0x3f, 0x4f, 0xc1, 0x42, 0x64, 0x2e, 0x04, 0x57, 0x78, 0x32, 0x66, 0xa2, 0x62, 0x18, 0xd9, |
| 2128 | 0xe6, 0x33, 0x30, 0xe9, 0x9f, 0xbc, 0x91, 0xe9, 0xb8, 0x81, 0x97, 0x51, 0x81, 0xbf, 0x4f, 0xc1, |
| 2129 | 0x62, 0xec, 0x72, 0x50, 0xf5, 0x61, 0x50, 0xc6, 0x42, 0x64, 0x6a, 0xa4, 0x13, 0xd9, 0xe7, 0xec, |
| 2130 | 0x59, 0x48, 0x0b, 0x93, 0x2c, 0x46, 0x23, 0x7a, 0xd6, 0xf0, 0xf6, 0x85, 0x73, 0xa3, 0xfa, 0xe2, |
| 2131 | 0x57, 0x29, 0x58, 0x4d, 0x58, 0x24, 0x82, 0x51, 0x4e, 0xd1, 0x6a, 0xbc, 0x9c, 0xcb, 0x2c, 0x97, |
| 2132 | 0x0d, 0x21, 0x69, 0x9d, 0x5c, 0x5a, 0x12, 0x9f, 0xad, 0x17, 0x90, 0xe6, 0x91, 0xba, 0xe8, 0x5c, |
| 2133 | 0xc8, 0x85, 0xeb, 0x6f, 0x46, 0x6e, 0xf0, 0x58, 0x4c, 0xf5, 0xdf, 0x11, 0x04, 0x75, 0x01, 0x73, |
| 2134 | 0x3e, 0xb5, 0x7f, 0x00, 0x18, 0x90, 0x3d, 0x83, 0xaf, 0x1a, 0xc9, 0x04, 0xe9, 0xb3, 0x29, 0x61, |
| 2135 | 0xa4, 0xcc, 0xc1, 0x45, 0x4d, 0x7e, 0xde, 0xd9, 0x2c, 0x39, 0x4c, 0x83, 0xe1, 0x21, 0xe4, 0x35, |
| 2136 | 0xda, 0x72, 0xec, 0x96, 0x69, 0x51, 0x7f, 0x24, 0x41, 0xc0, 0xc4, 0x90, 0x2d, 0x09, 0xcc, 0x79, |
| 2137 | 0x12, 0xc5, 0xe4, 0xb1, 0xd9, 0x11, 0xf5, 0x4a, 0xcc, 0xb1, 0x35, 0xf0, 0x2a, 0xe4, 0xc3, 0xe0, |
| 2138 | 0xec, 0xc0, 0xf0, 0xe5, 0x39, 0xf5, 0x3d, 0xc8, 0x6c, 0xb9, 0x54, 0xf7, 0x94, 0x34, 0x1c, 0xe8, |
| 2139 | 0x1d, 0x41, 0x53, 0x15, 0x1a, 0x19, 0x0c, 0x26, 0x97, 0xf4, 0x1c, 0x32, 0x32, 0xf1, 0xc7, 0xa8, |
| 2140 | 0x4a, 0x1a, 0xe4, 0xbb, 0x02, 0x6f, 0x99, 0x2c, 0xc6, 0xa9, 0xf3, 0x53, 0xf9, 0x0f, 0x21, 0xab, |
| 2141 | 0x32, 0xf9, 0x15, 0x90, 0xd5, 0x39, 0x4d, 0x96, 0x62, 0x91, 0xfd, 0xdc, 0xfc, 0x1c, 0x32, 0x1a, |
| 2142 | 0x6d, 0x3a, 0x8e, 0xf7, 0x8d, 0x69, 0x76, 0x05, 0x1c, 0x07, 0xde, 0xa6, 0x16, 0xf5, 0xbe, 0x46, |
| 2143 | 0x30, 0xd6, 0xe2, 0x81, 0x0d, 0x01, 0x87, 0x3d, 0xc8, 0x6e, 0x3b, 0xaf, 0x6c, 0xcb, 0xd1, 0x8d, |
| 2144 | 0x6a, 0x47, 0x6f, 0xd3, 0xb3, 0xb3, 0x4c, 0x3c, 0xfa, 0xb6, 0xd2, 0x9c, 0x4f, 0x78, 0xd0, 0xa5, |
| 2145 | 0xae, 0xb8, 0xb7, 0xe4, 0xef, 0x52, 0xe4, 0xbe, 0xe0, 0xf8, 0x90, 0xbc, 0x1f, 0xcb, 0x61, 0x72, |
| 2146 | 0x88, 0x86, 0xa1, 0x30, 0x58, 0xe5, 0x35, 0x7f, 0x3d, 0xf9, 0x82, 0x4f, 0xee, 0x97, 0x29, 0x98, |
| 2147 | 0xdf, 0xa5, 0x5e, 0x88, 0x43, 0x5e, 0x4b, 0x24, 0x0b, 0x88, 0x6b, 0x26, 0x0f, 0x84, 0x80, 0x8f, |
| 2148 | 0xf0, 0xee, 0x15, 0x04, 0x54, 0x98, 0x64, 0xea, 0x89, 0x92, 0x2d, 0x84, 0x77, 0x45, 0x76, 0x95, |
| 2149 | 0x87, 0xf0, 0x2a, 0xc3, 0xc7, 0x23, 0x59, 0xa6, 0x86, 0x90, 0xd8, 0xc0, 0x8c, 0xc6, 0xb1, 0x31, |
| 2150 | 0xf2, 0x81, 0xa0, 0xbb, 0x89, 0xef, 0x5d, 0x86, 0x0e, 0x7f, 0x02, 0x33, 0x5b, 0xbc, 0x00, 0xb7, |
| 2151 | 0x2e, 0x39, 0xc2, 0xd8, 0x09, 0x56, 0x23, 0x5c, 0xbb, 0xd2, 0x08, 0x7f, 0x9b, 0x82, 0x99, 0x87, |
| 2152 | 0x2d, 0xcf, 0x3c, 0xd1, 0x3d, 0x2a, 0x58, 0x64, 0x3a, 0xbf, 0x22, 0xf5, 0x96, 0xa0, 0xfe, 0x84, |
| 2153 | 0xfc, 0xff, 0x55, 0xa6, 0x56, 0x36, 0xf7, 0x04, 0x1f, 0x5f, 0x68, 0xbf, 0x4e, 0x41, 0x41, 0xa3, |
| 2154 | 0x27, 0xd4, 0xf5, 0xfe, 0x27, 0x42, 0x5c, 0x41, 0xcd, 0x85, 0x7c, 0x0e, 0xb9, 0xb3, 0xe3, 0x21, |
| 2155 | 0x5a, 0xbb, 0x67, 0x7d, 0x45, 0xb2, 0x68, 0x2f, 0x47, 0x8a, 0xf6, 0x25, 0x2c, 0xc5, 0xd2, 0xcb, |
| 2156 | 0x62, 0xfd, 0x05, 0xcc, 0x04, 0xd0, 0x3b, 0x5b, 0xe2, 0x45, 0x3d, 0xcc, 0x50, 0xe8, 0x33, 0xf8, |
| 2157 | 0x66, 0x72, 0x4b, 0x20, 0xaf, 0xe2, 0xf5, 0x78, 0xe4, 0x8e, 0x7a, 0xe1, 0x67, 0x68, 0xc3, 0x9c, |
| 2158 | 0x8c, 0xdc, 0x20, 0x41, 0x14, 0x34, 0x31, 0x1d, 0xad, 0xc9, 0x2a, 0x93, 0x5c, 0x44, 0xc6, 0x83, |
| 2159 | 0xd5, 0x09, 0x06, 0xeb, 0x72, 0xc5, 0xed, 0x83, 0x73, 0x8b, 0xdb, 0xa4, 0xe8, 0xf5, 0x8b, 0xda, |
| 2160 | 0xd9, 0x30, 0xdf, 0x55, 0xaa, 0xa7, 0x47, 0x97, 0xa8, 0x9e, 0x08, 0xae, 0x24, 0xf2, 0xfb, 0x55, |
| 2161 | 0x93, 0x13, 0x1c, 0xb4, 0xbc, 0x22, 0x4c, 0x2a, 0x21, 0x66, 0xa2, 0xd7, 0x8c, 0x8c, 0x54, 0x38, |
| 2162 | 0xeb, 0x74, 0xf8, 0x5a, 0x32, 0xfe, 0xb4, 0x96, 0x36, 0xd4, 0xc4, 0xe5, 0xca, 0x19, 0xc4, 0x40, |
| 2163 | 0x8c, 0x23, 0x14, 0x64, 0x55, 0xc0, 0x2d, 0xe2, 0xb5, 0x38, 0x38, 0x59, 0x01, 0x30, 0xc8, 0x9f, |
| 2164 | 0x0d, 0x42, 0x45, 0x31, 0x69, 0x14, 0xb3, 0x31, 0x37, 0x9d, 0xea, 0xc2, 0x22, 0x37, 0x70, 0x37, |
| 2165 | 0x2a, 0x6f, 0x5b, 0x70, 0x6e, 0x80, 0x58, 0x45, 0xee, 0x11, 0xe4, 0xeb, 0x9e, 0x4b, 0xf5, 0x4e, |
| 2166 | 0x4d, 0x6f, 0xbd, 0xa4, 0x1e, 0x3b, 0xe8, 0x79, 0x38, 0x1f, 0x9a, 0x2e, 0x69, 0x38, 0xe8, 0x79, |
| 2167 | 0x89, 0xcb, 0x73, 0xe8, 0x76, 0x0a, 0x77, 0x44, 0x71, 0x45, 0xcd, 0x13, 0xaa, 0x80, 0xaa, 0xf6, |
| 2168 | 0x39, 0xd7, 0x2d, 0x51, 0xfc, 0xaa, 0x4d, 0x86, 0x3e, 0x4c, 0xe1, 0x63, 0x98, 0x51, 0x30, 0x5b, |
| 2169 | 0xc7, 0xba, 0xdd, 0xa6, 0x3b, 0x27, 0xd4, 0xf6, 0x92, 0xc3, 0x50, 0x0c, 0x21, 0x05, 0xba, 0x08, |
| 2170 | 0xb0, 0x43, 0x98, 0xee, 0x4f, 0x92, 0xfc, 0x8a, 0x15, 0x7e, 0xb3, 0x88, 0x86, 0x90, 0x90, 0xf8, |
| 2171 | 0x25, 0xaf, 0xa2, 0x25, 0xe7, 0xa9, 0x01, 0x05, 0x59, 0xa9, 0x05, 0xbf, 0xa9, 0xc4, 0xdd, 0x1a, |
| 2172 | 0x97, 0xe2, 0x1a, 0xc9, 0x8a, 0xa0, 0x28, 0x91, 0xfe, 0x84, 0x84, 0x2e, 0xa1, 0xf9, 0x16, 0x96, |
| 2173 | 0xba, 0x83, 0xe8, 0xb1, 0xba, 0x83, 0xa0, 0x11, 0xdd, 0x21, 0x50, 0xa9, 0xdb, 0x80, 0x82, 0xcc, |
| 2174 | 0x44, 0x5f, 0x4f, 0xf7, 0x0d, 0x41, 0x71, 0xbd, 0x74, 0x0e, 0x05, 0x17, 0xff, 0x19, 0x14, 0x64, |
| 2175 | 0xb9, 0x95, 0xa4, 0x3f, 0x69, 0x15, 0xa9, 0x21, 0xac, 0x9d, 0x37, 0x84, 0x86, 0xdc, 0x22, 0xa1, |
| 2176 | 0xef, 0x4e, 0x17, 0x6e, 0x91, 0xa0, 0xb7, 0x7f, 0xf9, 0x88, 0xf1, 0xd1, 0xc7, 0x3d, 0x51, 0xcc, |
| 2177 | 0x8b, 0xa3, 0x8d, 0xc5, 0x17, 0xf3, 0xd2, 0xe6, 0x57, 0x88, 0xb8, 0x98, 0x7c, 0xb0, 0x31, 0xfc, |
| 2178 | 0x01, 0x4c, 0xfa, 0x77, 0xe2, 0x21, 0xb0, 0x62, 0xd2, 0xe5, 0x3a, 0xb9, 0x29, 0x60, 0x57, 0xc8, |
| 2179 | 0x3b, 0xb1, 0xb0, 0x8c, 0x5a, 0x47, 0x0d, 0x8f, 0xa3, 0x3d, 0x13, 0xf5, 0x57, 0xe8, 0xd3, 0xc2, |
| 2180 | 0xe0, 0x6b, 0x73, 0xe4, 0xdb, 0x43, 0x34, 0x07, 0xf1, 0xcd, 0xc3, 0xfd, 0xd4, 0x6b, 0xb1, 0xd9, |
| 2181 | 0xc4, 0xcf, 0x01, 0xfd, 0xa5, 0x97, 0x80, 0x1c, 0xff, 0x01, 0x22, 0x1a, 0x8f, 0x30, 0xb6, 0x88, |
| 2182 | 0x32, 0x32, 0xc8, 0xd6, 0xcd, 0x4e, 0xcf, 0xf2, 0xd7, 0x20, 0x2e, 0xf5, 0x03, 0x11, 0x6c, 0xd6, |
| 2183 | 0xe8, 0x8f, 0x7b, 0x94, 0x79, 0x49, 0x35, 0x45, 0xe4, 0xc2, 0x23, 0x1c, 0x23, 0x85, 0xd4, 0xe0, |
| 2184 | 0x48, 0x7c, 0x41, 0x6e, 0xc1, 0x54, 0xff, 0xc3, 0x01, 0x5e, 0xf3, 0x09, 0x23, 0x9f, 0x14, 0x4a, |
| 2185 | 0xc9, 0x26, 0x32, 0xb4, 0x69, 0xc2, 0x8c, 0xe3, 0xb6, 0x45, 0xb6, 0x69, 0x39, 0xae, 0xa1, 0x5c, |
| 2186 | 0x37, 0x33, 0xf2, 0xfa, 0xb9, 0x26, 0x3e, 0xa3, 0xff, 0xe8, 0xfd, 0xb6, 0xe9, 0x1d, 0xf7, 0x9a, |
| 2187 | 0x5c, 0x75, 0xc5, 0xf7, 0x54, 0xff, 0xce, 0xb0, 0xae, 0xbe, 0xb4, 0xb7, 0x1d, 0xd5, 0xf0, 0xc7, |
| 2188 | 0xe1, 0xf9, 0x03, 0x1f, 0xec, 0x59, 0xf0, 0x2a, 0xbb, 0x36, 0x5c, 0x1b, 0xa9, 0x8d, 0xd6, 0xc6, |
| 2189 | 0x6a, 0xe3, 0xb5, 0x89, 0xda, 0x64, 0x73, 0x5c, 0x74, 0xdc, 0xf8, 0x4f, 0x00, 0x00, 0x00, 0xff, |
| 2190 | 0xff, 0xf2, 0x60, 0x62, 0xf5, 0x25, 0x21, 0x00, 0x00, |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 2191 | } |
| 2192 | |
| 2193 | // Reference imports to suppress errors if they are not otherwise used. |
| 2194 | var _ context.Context |
| 2195 | var _ grpc.ClientConn |
| 2196 | |
| 2197 | // This is a compile-time assertion to ensure that this generated file |
| 2198 | // is compatible with the grpc package it is being compiled against. |
| 2199 | const _ = grpc.SupportPackageIsVersion4 |
| 2200 | |
| 2201 | // VolthaServiceClient is the client API for VolthaService service. |
| 2202 | // |
| 2203 | // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. |
| 2204 | type VolthaServiceClient interface { |
| 2205 | // Get more information on a given physical device |
| 2206 | UpdateLogLevel(ctx context.Context, in *Logging, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2207 | // Get the membership group of a Voltha Core |
| 2208 | GetMembership(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Membership, error) |
| 2209 | // Set the membership group of a Voltha Core |
| 2210 | UpdateMembership(ctx context.Context, in *Membership, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2211 | // Get high level information on the Voltha cluster |
| 2212 | GetVoltha(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Voltha, error) |
| 2213 | // List all Voltha cluster core instances |
| 2214 | ListCoreInstances(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*CoreInstances, error) |
| 2215 | // Get details on a Voltha cluster instance |
| 2216 | GetCoreInstance(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*CoreInstance, error) |
| 2217 | // List all active adapters (plugins) in the Voltha cluster |
| 2218 | ListAdapters(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Adapters, error) |
| 2219 | // List all logical devices managed by the Voltha cluster |
| 2220 | ListLogicalDevices(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*LogicalDevices, error) |
| 2221 | // Get additional information on a given logical device |
| 2222 | GetLogicalDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*LogicalDevice, error) |
| 2223 | // List ports of a logical device |
| 2224 | ListLogicalDevicePorts(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*LogicalPorts, error) |
| 2225 | // Gets a logical device port |
| 2226 | GetLogicalDevicePort(ctx context.Context, in *LogicalPortId, opts ...grpc.CallOption) (*LogicalPort, error) |
| 2227 | // Enables a logical device port |
| 2228 | EnableLogicalDevicePort(ctx context.Context, in *LogicalPortId, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2229 | // Disables a logical device port |
| 2230 | DisableLogicalDevicePort(ctx context.Context, in *LogicalPortId, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2231 | // List all flows of a logical device |
| 2232 | ListLogicalDeviceFlows(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.Flows, error) |
| 2233 | // Update flow table for logical device |
| 2234 | UpdateLogicalDeviceFlowTable(ctx context.Context, in *openflow_13.FlowTableUpdate, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2235 | // Update meter table for logical device |
| 2236 | UpdateLogicalDeviceMeterTable(ctx context.Context, in *openflow_13.MeterModUpdate, opts ...grpc.CallOption) (*empty.Empty, error) |
Abhilash Laxmeshwar | dfbb74d | 2019-07-23 08:03:08 -0400 | [diff] [blame] | 2237 | // List all meters of a logical device |
| 2238 | ListLogicalDeviceMeters(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.Meters, error) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 2239 | // List all flow groups of a logical device |
| 2240 | ListLogicalDeviceFlowGroups(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.FlowGroups, error) |
| 2241 | // Update group table for device |
| 2242 | UpdateLogicalDeviceFlowGroupTable(ctx context.Context, in *openflow_13.FlowGroupTableUpdate, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2243 | // List all physical devices controlled by the Voltha cluster |
| 2244 | ListDevices(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Devices, error) |
| 2245 | // List all physical devices IDs controlled by the Voltha cluster |
| 2246 | ListDeviceIds(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*common.IDs, error) |
| 2247 | // Request to a voltha Core to reconcile a set of devices based on their IDs |
| 2248 | ReconcileDevices(ctx context.Context, in *common.IDs, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2249 | // Get more information on a given physical device |
| 2250 | GetDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*Device, error) |
| 2251 | // Pre-provision a new physical device |
| 2252 | CreateDevice(ctx context.Context, in *Device, opts ...grpc.CallOption) (*Device, error) |
| 2253 | // Enable a device. If the device was in pre-provisioned state then it |
| 2254 | // will transition to ENABLED state. If it was is DISABLED state then it |
| 2255 | // will transition to ENABLED state as well. |
| 2256 | EnableDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2257 | // Disable a device |
| 2258 | DisableDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2259 | // Reboot a device |
| 2260 | RebootDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2261 | // Delete a device |
| 2262 | DeleteDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2263 | // Request an image download to the standby partition |
| 2264 | // of a device. |
| 2265 | // Note that the call is expected to be non-blocking. |
| 2266 | DownloadImage(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*common.OperationResp, error) |
| 2267 | // Get image download status on a device |
| 2268 | // The request retrieves progress on device and updates db record |
| 2269 | GetImageDownloadStatus(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*ImageDownload, error) |
| 2270 | // Get image download db record |
| 2271 | GetImageDownload(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*ImageDownload, error) |
| 2272 | // List image download db records for a given device |
| 2273 | ListImageDownloads(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*ImageDownloads, error) |
| 2274 | // Cancel an existing image download process on a device |
| 2275 | CancelImageDownload(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*common.OperationResp, error) |
| 2276 | // Activate the specified image at a standby partition |
| 2277 | // to active partition. |
| 2278 | // Depending on the device implementation, this call |
| 2279 | // may or may not cause device reboot. |
| 2280 | // If no reboot, then a reboot is required to make the |
| 2281 | // activated image running on device |
| 2282 | // Note that the call is expected to be non-blocking. |
| 2283 | ActivateImageUpdate(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*common.OperationResp, error) |
| 2284 | // Revert the specified image at standby partition |
| 2285 | // to active partition, and revert to previous image |
| 2286 | // Depending on the device implementation, this call |
| 2287 | // may or may not cause device reboot. |
| 2288 | // If no reboot, then a reboot is required to make the |
| 2289 | // previous image running on device |
| 2290 | // Note that the call is expected to be non-blocking. |
| 2291 | RevertImageUpdate(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*common.OperationResp, error) |
| 2292 | // List ports of a device |
| 2293 | ListDevicePorts(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*Ports, error) |
| 2294 | // List pm config of a device |
| 2295 | ListDevicePmConfigs(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*PmConfigs, error) |
| 2296 | // Update the pm config of a device |
| 2297 | UpdateDevicePmConfigs(ctx context.Context, in *PmConfigs, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2298 | // List all flows of a device |
| 2299 | ListDeviceFlows(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.Flows, error) |
| 2300 | // List all flow groups of a device |
| 2301 | ListDeviceFlowGroups(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.FlowGroups, error) |
| 2302 | // List device types known to Voltha |
| 2303 | ListDeviceTypes(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*DeviceTypes, error) |
| 2304 | // Get additional information on a device type |
| 2305 | GetDeviceType(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*DeviceType, error) |
| 2306 | // List all device sharding groups |
| 2307 | ListDeviceGroups(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*DeviceGroups, error) |
| 2308 | // Stream control packets to the dataplane |
| 2309 | StreamPacketsOut(ctx context.Context, opts ...grpc.CallOption) (VolthaService_StreamPacketsOutClient, error) |
| 2310 | // Receive control packet stream |
| 2311 | ReceivePacketsIn(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (VolthaService_ReceivePacketsInClient, error) |
| 2312 | ReceiveChangeEvents(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (VolthaService_ReceiveChangeEventsClient, error) |
| 2313 | // Get additional information on a device group |
| 2314 | GetDeviceGroup(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*DeviceGroup, error) |
| 2315 | CreateAlarmFilter(ctx context.Context, in *AlarmFilter, opts ...grpc.CallOption) (*AlarmFilter, error) |
| 2316 | GetAlarmFilter(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*AlarmFilter, error) |
| 2317 | UpdateAlarmFilter(ctx context.Context, in *AlarmFilter, opts ...grpc.CallOption) (*AlarmFilter, error) |
| 2318 | DeleteAlarmFilter(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2319 | ListAlarmFilters(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*AlarmFilters, error) |
| 2320 | GetImages(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*Images, error) |
| 2321 | SelfTest(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*SelfTestResponse, error) |
| 2322 | // OpenOMCI MIB information |
| 2323 | GetMibDeviceData(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*omci.MibDeviceData, error) |
| 2324 | // OpenOMCI ALARM information |
| 2325 | GetAlarmDeviceData(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*omci.AlarmDeviceData, error) |
| 2326 | // Simulate an Alarm |
| 2327 | SimulateAlarm(ctx context.Context, in *SimulateAlarmRequest, opts ...grpc.CallOption) (*common.OperationResp, error) |
| 2328 | Subscribe(ctx context.Context, in *OfAgentSubscriber, opts ...grpc.CallOption) (*OfAgentSubscriber, error) |
| 2329 | } |
| 2330 | |
| 2331 | type volthaServiceClient struct { |
| 2332 | cc *grpc.ClientConn |
| 2333 | } |
| 2334 | |
| 2335 | func NewVolthaServiceClient(cc *grpc.ClientConn) VolthaServiceClient { |
| 2336 | return &volthaServiceClient{cc} |
| 2337 | } |
| 2338 | |
| 2339 | func (c *volthaServiceClient) UpdateLogLevel(ctx context.Context, in *Logging, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2340 | out := new(empty.Empty) |
| 2341 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/UpdateLogLevel", in, out, opts...) |
| 2342 | if err != nil { |
| 2343 | return nil, err |
| 2344 | } |
| 2345 | return out, nil |
| 2346 | } |
| 2347 | |
| 2348 | func (c *volthaServiceClient) GetMembership(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Membership, error) { |
| 2349 | out := new(Membership) |
| 2350 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetMembership", in, out, opts...) |
| 2351 | if err != nil { |
| 2352 | return nil, err |
| 2353 | } |
| 2354 | return out, nil |
| 2355 | } |
| 2356 | |
| 2357 | func (c *volthaServiceClient) UpdateMembership(ctx context.Context, in *Membership, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2358 | out := new(empty.Empty) |
| 2359 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/UpdateMembership", in, out, opts...) |
| 2360 | if err != nil { |
| 2361 | return nil, err |
| 2362 | } |
| 2363 | return out, nil |
| 2364 | } |
| 2365 | |
| 2366 | func (c *volthaServiceClient) GetVoltha(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Voltha, error) { |
| 2367 | out := new(Voltha) |
| 2368 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetVoltha", in, out, opts...) |
| 2369 | if err != nil { |
| 2370 | return nil, err |
| 2371 | } |
| 2372 | return out, nil |
| 2373 | } |
| 2374 | |
| 2375 | func (c *volthaServiceClient) ListCoreInstances(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*CoreInstances, error) { |
| 2376 | out := new(CoreInstances) |
| 2377 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListCoreInstances", in, out, opts...) |
| 2378 | if err != nil { |
| 2379 | return nil, err |
| 2380 | } |
| 2381 | return out, nil |
| 2382 | } |
| 2383 | |
| 2384 | func (c *volthaServiceClient) GetCoreInstance(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*CoreInstance, error) { |
| 2385 | out := new(CoreInstance) |
| 2386 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetCoreInstance", in, out, opts...) |
| 2387 | if err != nil { |
| 2388 | return nil, err |
| 2389 | } |
| 2390 | return out, nil |
| 2391 | } |
| 2392 | |
| 2393 | func (c *volthaServiceClient) ListAdapters(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Adapters, error) { |
| 2394 | out := new(Adapters) |
| 2395 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListAdapters", in, out, opts...) |
| 2396 | if err != nil { |
| 2397 | return nil, err |
| 2398 | } |
| 2399 | return out, nil |
| 2400 | } |
| 2401 | |
| 2402 | func (c *volthaServiceClient) ListLogicalDevices(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*LogicalDevices, error) { |
| 2403 | out := new(LogicalDevices) |
| 2404 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListLogicalDevices", in, out, opts...) |
| 2405 | if err != nil { |
| 2406 | return nil, err |
| 2407 | } |
| 2408 | return out, nil |
| 2409 | } |
| 2410 | |
| 2411 | func (c *volthaServiceClient) GetLogicalDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*LogicalDevice, error) { |
| 2412 | out := new(LogicalDevice) |
| 2413 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetLogicalDevice", in, out, opts...) |
| 2414 | if err != nil { |
| 2415 | return nil, err |
| 2416 | } |
| 2417 | return out, nil |
| 2418 | } |
| 2419 | |
| 2420 | func (c *volthaServiceClient) ListLogicalDevicePorts(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*LogicalPorts, error) { |
| 2421 | out := new(LogicalPorts) |
| 2422 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListLogicalDevicePorts", in, out, opts...) |
| 2423 | if err != nil { |
| 2424 | return nil, err |
| 2425 | } |
| 2426 | return out, nil |
| 2427 | } |
| 2428 | |
| 2429 | func (c *volthaServiceClient) GetLogicalDevicePort(ctx context.Context, in *LogicalPortId, opts ...grpc.CallOption) (*LogicalPort, error) { |
| 2430 | out := new(LogicalPort) |
| 2431 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetLogicalDevicePort", in, out, opts...) |
| 2432 | if err != nil { |
| 2433 | return nil, err |
| 2434 | } |
| 2435 | return out, nil |
| 2436 | } |
| 2437 | |
| 2438 | func (c *volthaServiceClient) EnableLogicalDevicePort(ctx context.Context, in *LogicalPortId, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2439 | out := new(empty.Empty) |
| 2440 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/EnableLogicalDevicePort", in, out, opts...) |
| 2441 | if err != nil { |
| 2442 | return nil, err |
| 2443 | } |
| 2444 | return out, nil |
| 2445 | } |
| 2446 | |
| 2447 | func (c *volthaServiceClient) DisableLogicalDevicePort(ctx context.Context, in *LogicalPortId, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2448 | out := new(empty.Empty) |
| 2449 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/DisableLogicalDevicePort", in, out, opts...) |
| 2450 | if err != nil { |
| 2451 | return nil, err |
| 2452 | } |
| 2453 | return out, nil |
| 2454 | } |
| 2455 | |
| 2456 | func (c *volthaServiceClient) ListLogicalDeviceFlows(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.Flows, error) { |
| 2457 | out := new(openflow_13.Flows) |
| 2458 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListLogicalDeviceFlows", in, out, opts...) |
| 2459 | if err != nil { |
| 2460 | return nil, err |
| 2461 | } |
| 2462 | return out, nil |
| 2463 | } |
| 2464 | |
| 2465 | func (c *volthaServiceClient) UpdateLogicalDeviceFlowTable(ctx context.Context, in *openflow_13.FlowTableUpdate, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2466 | out := new(empty.Empty) |
| 2467 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/UpdateLogicalDeviceFlowTable", in, out, opts...) |
| 2468 | if err != nil { |
| 2469 | return nil, err |
| 2470 | } |
| 2471 | return out, nil |
| 2472 | } |
| 2473 | |
| 2474 | func (c *volthaServiceClient) UpdateLogicalDeviceMeterTable(ctx context.Context, in *openflow_13.MeterModUpdate, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2475 | out := new(empty.Empty) |
| 2476 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/UpdateLogicalDeviceMeterTable", in, out, opts...) |
| 2477 | if err != nil { |
| 2478 | return nil, err |
| 2479 | } |
| 2480 | return out, nil |
| 2481 | } |
| 2482 | |
Abhilash Laxmeshwar | dfbb74d | 2019-07-23 08:03:08 -0400 | [diff] [blame] | 2483 | func (c *volthaServiceClient) ListLogicalDeviceMeters(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.Meters, error) { |
| 2484 | out := new(openflow_13.Meters) |
| 2485 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListLogicalDeviceMeters", in, out, opts...) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 2486 | if err != nil { |
| 2487 | return nil, err |
| 2488 | } |
| 2489 | return out, nil |
| 2490 | } |
| 2491 | |
| 2492 | func (c *volthaServiceClient) ListLogicalDeviceFlowGroups(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.FlowGroups, error) { |
| 2493 | out := new(openflow_13.FlowGroups) |
| 2494 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListLogicalDeviceFlowGroups", in, out, opts...) |
| 2495 | if err != nil { |
| 2496 | return nil, err |
| 2497 | } |
| 2498 | return out, nil |
| 2499 | } |
| 2500 | |
| 2501 | func (c *volthaServiceClient) UpdateLogicalDeviceFlowGroupTable(ctx context.Context, in *openflow_13.FlowGroupTableUpdate, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2502 | out := new(empty.Empty) |
| 2503 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/UpdateLogicalDeviceFlowGroupTable", in, out, opts...) |
| 2504 | if err != nil { |
| 2505 | return nil, err |
| 2506 | } |
| 2507 | return out, nil |
| 2508 | } |
| 2509 | |
| 2510 | func (c *volthaServiceClient) ListDevices(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Devices, error) { |
| 2511 | out := new(Devices) |
| 2512 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListDevices", in, out, opts...) |
| 2513 | if err != nil { |
| 2514 | return nil, err |
| 2515 | } |
| 2516 | return out, nil |
| 2517 | } |
| 2518 | |
| 2519 | func (c *volthaServiceClient) ListDeviceIds(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*common.IDs, error) { |
| 2520 | out := new(common.IDs) |
| 2521 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListDeviceIds", in, out, opts...) |
| 2522 | if err != nil { |
| 2523 | return nil, err |
| 2524 | } |
| 2525 | return out, nil |
| 2526 | } |
| 2527 | |
| 2528 | func (c *volthaServiceClient) ReconcileDevices(ctx context.Context, in *common.IDs, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2529 | out := new(empty.Empty) |
| 2530 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ReconcileDevices", in, out, opts...) |
| 2531 | if err != nil { |
| 2532 | return nil, err |
| 2533 | } |
| 2534 | return out, nil |
| 2535 | } |
| 2536 | |
| 2537 | func (c *volthaServiceClient) GetDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*Device, error) { |
| 2538 | out := new(Device) |
| 2539 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetDevice", in, out, opts...) |
| 2540 | if err != nil { |
| 2541 | return nil, err |
| 2542 | } |
| 2543 | return out, nil |
| 2544 | } |
| 2545 | |
| 2546 | func (c *volthaServiceClient) CreateDevice(ctx context.Context, in *Device, opts ...grpc.CallOption) (*Device, error) { |
| 2547 | out := new(Device) |
| 2548 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/CreateDevice", in, out, opts...) |
| 2549 | if err != nil { |
| 2550 | return nil, err |
| 2551 | } |
| 2552 | return out, nil |
| 2553 | } |
| 2554 | |
| 2555 | func (c *volthaServiceClient) EnableDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2556 | out := new(empty.Empty) |
| 2557 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/EnableDevice", in, out, opts...) |
| 2558 | if err != nil { |
| 2559 | return nil, err |
| 2560 | } |
| 2561 | return out, nil |
| 2562 | } |
| 2563 | |
| 2564 | func (c *volthaServiceClient) DisableDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2565 | out := new(empty.Empty) |
| 2566 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/DisableDevice", in, out, opts...) |
| 2567 | if err != nil { |
| 2568 | return nil, err |
| 2569 | } |
| 2570 | return out, nil |
| 2571 | } |
| 2572 | |
| 2573 | func (c *volthaServiceClient) RebootDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2574 | out := new(empty.Empty) |
| 2575 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/RebootDevice", in, out, opts...) |
| 2576 | if err != nil { |
| 2577 | return nil, err |
| 2578 | } |
| 2579 | return out, nil |
| 2580 | } |
| 2581 | |
| 2582 | func (c *volthaServiceClient) DeleteDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2583 | out := new(empty.Empty) |
| 2584 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/DeleteDevice", in, out, opts...) |
| 2585 | if err != nil { |
| 2586 | return nil, err |
| 2587 | } |
| 2588 | return out, nil |
| 2589 | } |
| 2590 | |
| 2591 | func (c *volthaServiceClient) DownloadImage(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*common.OperationResp, error) { |
| 2592 | out := new(common.OperationResp) |
| 2593 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/DownloadImage", in, out, opts...) |
| 2594 | if err != nil { |
| 2595 | return nil, err |
| 2596 | } |
| 2597 | return out, nil |
| 2598 | } |
| 2599 | |
| 2600 | func (c *volthaServiceClient) GetImageDownloadStatus(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*ImageDownload, error) { |
| 2601 | out := new(ImageDownload) |
| 2602 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetImageDownloadStatus", in, out, opts...) |
| 2603 | if err != nil { |
| 2604 | return nil, err |
| 2605 | } |
| 2606 | return out, nil |
| 2607 | } |
| 2608 | |
| 2609 | func (c *volthaServiceClient) GetImageDownload(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*ImageDownload, error) { |
| 2610 | out := new(ImageDownload) |
| 2611 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetImageDownload", in, out, opts...) |
| 2612 | if err != nil { |
| 2613 | return nil, err |
| 2614 | } |
| 2615 | return out, nil |
| 2616 | } |
| 2617 | |
| 2618 | func (c *volthaServiceClient) ListImageDownloads(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*ImageDownloads, error) { |
| 2619 | out := new(ImageDownloads) |
| 2620 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListImageDownloads", in, out, opts...) |
| 2621 | if err != nil { |
| 2622 | return nil, err |
| 2623 | } |
| 2624 | return out, nil |
| 2625 | } |
| 2626 | |
| 2627 | func (c *volthaServiceClient) CancelImageDownload(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*common.OperationResp, error) { |
| 2628 | out := new(common.OperationResp) |
| 2629 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/CancelImageDownload", in, out, opts...) |
| 2630 | if err != nil { |
| 2631 | return nil, err |
| 2632 | } |
| 2633 | return out, nil |
| 2634 | } |
| 2635 | |
| 2636 | func (c *volthaServiceClient) ActivateImageUpdate(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*common.OperationResp, error) { |
| 2637 | out := new(common.OperationResp) |
| 2638 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ActivateImageUpdate", in, out, opts...) |
| 2639 | if err != nil { |
| 2640 | return nil, err |
| 2641 | } |
| 2642 | return out, nil |
| 2643 | } |
| 2644 | |
| 2645 | func (c *volthaServiceClient) RevertImageUpdate(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*common.OperationResp, error) { |
| 2646 | out := new(common.OperationResp) |
| 2647 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/RevertImageUpdate", in, out, opts...) |
| 2648 | if err != nil { |
| 2649 | return nil, err |
| 2650 | } |
| 2651 | return out, nil |
| 2652 | } |
| 2653 | |
| 2654 | func (c *volthaServiceClient) ListDevicePorts(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*Ports, error) { |
| 2655 | out := new(Ports) |
| 2656 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListDevicePorts", in, out, opts...) |
| 2657 | if err != nil { |
| 2658 | return nil, err |
| 2659 | } |
| 2660 | return out, nil |
| 2661 | } |
| 2662 | |
| 2663 | func (c *volthaServiceClient) ListDevicePmConfigs(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*PmConfigs, error) { |
| 2664 | out := new(PmConfigs) |
| 2665 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListDevicePmConfigs", in, out, opts...) |
| 2666 | if err != nil { |
| 2667 | return nil, err |
| 2668 | } |
| 2669 | return out, nil |
| 2670 | } |
| 2671 | |
| 2672 | func (c *volthaServiceClient) UpdateDevicePmConfigs(ctx context.Context, in *PmConfigs, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2673 | out := new(empty.Empty) |
| 2674 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/UpdateDevicePmConfigs", in, out, opts...) |
| 2675 | if err != nil { |
| 2676 | return nil, err |
| 2677 | } |
| 2678 | return out, nil |
| 2679 | } |
| 2680 | |
| 2681 | func (c *volthaServiceClient) ListDeviceFlows(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.Flows, error) { |
| 2682 | out := new(openflow_13.Flows) |
| 2683 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListDeviceFlows", in, out, opts...) |
| 2684 | if err != nil { |
| 2685 | return nil, err |
| 2686 | } |
| 2687 | return out, nil |
| 2688 | } |
| 2689 | |
| 2690 | func (c *volthaServiceClient) ListDeviceFlowGroups(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.FlowGroups, error) { |
| 2691 | out := new(openflow_13.FlowGroups) |
| 2692 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListDeviceFlowGroups", in, out, opts...) |
| 2693 | if err != nil { |
| 2694 | return nil, err |
| 2695 | } |
| 2696 | return out, nil |
| 2697 | } |
| 2698 | |
| 2699 | func (c *volthaServiceClient) ListDeviceTypes(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*DeviceTypes, error) { |
| 2700 | out := new(DeviceTypes) |
| 2701 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListDeviceTypes", in, out, opts...) |
| 2702 | if err != nil { |
| 2703 | return nil, err |
| 2704 | } |
| 2705 | return out, nil |
| 2706 | } |
| 2707 | |
| 2708 | func (c *volthaServiceClient) GetDeviceType(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*DeviceType, error) { |
| 2709 | out := new(DeviceType) |
| 2710 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetDeviceType", in, out, opts...) |
| 2711 | if err != nil { |
| 2712 | return nil, err |
| 2713 | } |
| 2714 | return out, nil |
| 2715 | } |
| 2716 | |
| 2717 | func (c *volthaServiceClient) ListDeviceGroups(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*DeviceGroups, error) { |
| 2718 | out := new(DeviceGroups) |
| 2719 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListDeviceGroups", in, out, opts...) |
| 2720 | if err != nil { |
| 2721 | return nil, err |
| 2722 | } |
| 2723 | return out, nil |
| 2724 | } |
| 2725 | |
| 2726 | func (c *volthaServiceClient) StreamPacketsOut(ctx context.Context, opts ...grpc.CallOption) (VolthaService_StreamPacketsOutClient, error) { |
| 2727 | stream, err := c.cc.NewStream(ctx, &_VolthaService_serviceDesc.Streams[0], "/voltha.VolthaService/StreamPacketsOut", opts...) |
| 2728 | if err != nil { |
| 2729 | return nil, err |
| 2730 | } |
| 2731 | x := &volthaServiceStreamPacketsOutClient{stream} |
| 2732 | return x, nil |
| 2733 | } |
| 2734 | |
| 2735 | type VolthaService_StreamPacketsOutClient interface { |
| 2736 | Send(*openflow_13.PacketOut) error |
| 2737 | CloseAndRecv() (*empty.Empty, error) |
| 2738 | grpc.ClientStream |
| 2739 | } |
| 2740 | |
| 2741 | type volthaServiceStreamPacketsOutClient struct { |
| 2742 | grpc.ClientStream |
| 2743 | } |
| 2744 | |
| 2745 | func (x *volthaServiceStreamPacketsOutClient) Send(m *openflow_13.PacketOut) error { |
| 2746 | return x.ClientStream.SendMsg(m) |
| 2747 | } |
| 2748 | |
| 2749 | func (x *volthaServiceStreamPacketsOutClient) CloseAndRecv() (*empty.Empty, error) { |
| 2750 | if err := x.ClientStream.CloseSend(); err != nil { |
| 2751 | return nil, err |
| 2752 | } |
| 2753 | m := new(empty.Empty) |
| 2754 | if err := x.ClientStream.RecvMsg(m); err != nil { |
| 2755 | return nil, err |
| 2756 | } |
| 2757 | return m, nil |
| 2758 | } |
| 2759 | |
| 2760 | func (c *volthaServiceClient) ReceivePacketsIn(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (VolthaService_ReceivePacketsInClient, error) { |
| 2761 | stream, err := c.cc.NewStream(ctx, &_VolthaService_serviceDesc.Streams[1], "/voltha.VolthaService/ReceivePacketsIn", opts...) |
| 2762 | if err != nil { |
| 2763 | return nil, err |
| 2764 | } |
| 2765 | x := &volthaServiceReceivePacketsInClient{stream} |
| 2766 | if err := x.ClientStream.SendMsg(in); err != nil { |
| 2767 | return nil, err |
| 2768 | } |
| 2769 | if err := x.ClientStream.CloseSend(); err != nil { |
| 2770 | return nil, err |
| 2771 | } |
| 2772 | return x, nil |
| 2773 | } |
| 2774 | |
| 2775 | type VolthaService_ReceivePacketsInClient interface { |
| 2776 | Recv() (*openflow_13.PacketIn, error) |
| 2777 | grpc.ClientStream |
| 2778 | } |
| 2779 | |
| 2780 | type volthaServiceReceivePacketsInClient struct { |
| 2781 | grpc.ClientStream |
| 2782 | } |
| 2783 | |
| 2784 | func (x *volthaServiceReceivePacketsInClient) Recv() (*openflow_13.PacketIn, error) { |
| 2785 | m := new(openflow_13.PacketIn) |
| 2786 | if err := x.ClientStream.RecvMsg(m); err != nil { |
| 2787 | return nil, err |
| 2788 | } |
| 2789 | return m, nil |
| 2790 | } |
| 2791 | |
| 2792 | func (c *volthaServiceClient) ReceiveChangeEvents(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (VolthaService_ReceiveChangeEventsClient, error) { |
| 2793 | stream, err := c.cc.NewStream(ctx, &_VolthaService_serviceDesc.Streams[2], "/voltha.VolthaService/ReceiveChangeEvents", opts...) |
| 2794 | if err != nil { |
| 2795 | return nil, err |
| 2796 | } |
| 2797 | x := &volthaServiceReceiveChangeEventsClient{stream} |
| 2798 | if err := x.ClientStream.SendMsg(in); err != nil { |
| 2799 | return nil, err |
| 2800 | } |
| 2801 | if err := x.ClientStream.CloseSend(); err != nil { |
| 2802 | return nil, err |
| 2803 | } |
| 2804 | return x, nil |
| 2805 | } |
| 2806 | |
| 2807 | type VolthaService_ReceiveChangeEventsClient interface { |
| 2808 | Recv() (*openflow_13.ChangeEvent, error) |
| 2809 | grpc.ClientStream |
| 2810 | } |
| 2811 | |
| 2812 | type volthaServiceReceiveChangeEventsClient struct { |
| 2813 | grpc.ClientStream |
| 2814 | } |
| 2815 | |
| 2816 | func (x *volthaServiceReceiveChangeEventsClient) Recv() (*openflow_13.ChangeEvent, error) { |
| 2817 | m := new(openflow_13.ChangeEvent) |
| 2818 | if err := x.ClientStream.RecvMsg(m); err != nil { |
| 2819 | return nil, err |
| 2820 | } |
| 2821 | return m, nil |
| 2822 | } |
| 2823 | |
| 2824 | func (c *volthaServiceClient) GetDeviceGroup(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*DeviceGroup, error) { |
| 2825 | out := new(DeviceGroup) |
| 2826 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetDeviceGroup", in, out, opts...) |
| 2827 | if err != nil { |
| 2828 | return nil, err |
| 2829 | } |
| 2830 | return out, nil |
| 2831 | } |
| 2832 | |
| 2833 | func (c *volthaServiceClient) CreateAlarmFilter(ctx context.Context, in *AlarmFilter, opts ...grpc.CallOption) (*AlarmFilter, error) { |
| 2834 | out := new(AlarmFilter) |
| 2835 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/CreateAlarmFilter", in, out, opts...) |
| 2836 | if err != nil { |
| 2837 | return nil, err |
| 2838 | } |
| 2839 | return out, nil |
| 2840 | } |
| 2841 | |
| 2842 | func (c *volthaServiceClient) GetAlarmFilter(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*AlarmFilter, error) { |
| 2843 | out := new(AlarmFilter) |
| 2844 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetAlarmFilter", in, out, opts...) |
| 2845 | if err != nil { |
| 2846 | return nil, err |
| 2847 | } |
| 2848 | return out, nil |
| 2849 | } |
| 2850 | |
| 2851 | func (c *volthaServiceClient) UpdateAlarmFilter(ctx context.Context, in *AlarmFilter, opts ...grpc.CallOption) (*AlarmFilter, error) { |
| 2852 | out := new(AlarmFilter) |
| 2853 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/UpdateAlarmFilter", in, out, opts...) |
| 2854 | if err != nil { |
| 2855 | return nil, err |
| 2856 | } |
| 2857 | return out, nil |
| 2858 | } |
| 2859 | |
| 2860 | func (c *volthaServiceClient) DeleteAlarmFilter(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2861 | out := new(empty.Empty) |
| 2862 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/DeleteAlarmFilter", in, out, opts...) |
| 2863 | if err != nil { |
| 2864 | return nil, err |
| 2865 | } |
| 2866 | return out, nil |
| 2867 | } |
| 2868 | |
| 2869 | func (c *volthaServiceClient) ListAlarmFilters(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*AlarmFilters, error) { |
| 2870 | out := new(AlarmFilters) |
| 2871 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListAlarmFilters", in, out, opts...) |
| 2872 | if err != nil { |
| 2873 | return nil, err |
| 2874 | } |
| 2875 | return out, nil |
| 2876 | } |
| 2877 | |
| 2878 | func (c *volthaServiceClient) GetImages(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*Images, error) { |
| 2879 | out := new(Images) |
| 2880 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetImages", in, out, opts...) |
| 2881 | if err != nil { |
| 2882 | return nil, err |
| 2883 | } |
| 2884 | return out, nil |
| 2885 | } |
| 2886 | |
| 2887 | func (c *volthaServiceClient) SelfTest(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*SelfTestResponse, error) { |
| 2888 | out := new(SelfTestResponse) |
| 2889 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/SelfTest", in, out, opts...) |
| 2890 | if err != nil { |
| 2891 | return nil, err |
| 2892 | } |
| 2893 | return out, nil |
| 2894 | } |
| 2895 | |
| 2896 | func (c *volthaServiceClient) GetMibDeviceData(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*omci.MibDeviceData, error) { |
| 2897 | out := new(omci.MibDeviceData) |
| 2898 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetMibDeviceData", in, out, opts...) |
| 2899 | if err != nil { |
| 2900 | return nil, err |
| 2901 | } |
| 2902 | return out, nil |
| 2903 | } |
| 2904 | |
| 2905 | func (c *volthaServiceClient) GetAlarmDeviceData(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*omci.AlarmDeviceData, error) { |
| 2906 | out := new(omci.AlarmDeviceData) |
| 2907 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetAlarmDeviceData", in, out, opts...) |
| 2908 | if err != nil { |
| 2909 | return nil, err |
| 2910 | } |
| 2911 | return out, nil |
| 2912 | } |
| 2913 | |
| 2914 | func (c *volthaServiceClient) SimulateAlarm(ctx context.Context, in *SimulateAlarmRequest, opts ...grpc.CallOption) (*common.OperationResp, error) { |
| 2915 | out := new(common.OperationResp) |
| 2916 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/SimulateAlarm", in, out, opts...) |
| 2917 | if err != nil { |
| 2918 | return nil, err |
| 2919 | } |
| 2920 | return out, nil |
| 2921 | } |
| 2922 | |
| 2923 | func (c *volthaServiceClient) Subscribe(ctx context.Context, in *OfAgentSubscriber, opts ...grpc.CallOption) (*OfAgentSubscriber, error) { |
| 2924 | out := new(OfAgentSubscriber) |
| 2925 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/Subscribe", in, out, opts...) |
| 2926 | if err != nil { |
| 2927 | return nil, err |
| 2928 | } |
| 2929 | return out, nil |
| 2930 | } |
| 2931 | |
| 2932 | // VolthaServiceServer is the server API for VolthaService service. |
| 2933 | type VolthaServiceServer interface { |
| 2934 | // Get more information on a given physical device |
| 2935 | UpdateLogLevel(context.Context, *Logging) (*empty.Empty, error) |
| 2936 | // Get the membership group of a Voltha Core |
| 2937 | GetMembership(context.Context, *empty.Empty) (*Membership, error) |
| 2938 | // Set the membership group of a Voltha Core |
| 2939 | UpdateMembership(context.Context, *Membership) (*empty.Empty, error) |
| 2940 | // Get high level information on the Voltha cluster |
| 2941 | GetVoltha(context.Context, *empty.Empty) (*Voltha, error) |
| 2942 | // List all Voltha cluster core instances |
| 2943 | ListCoreInstances(context.Context, *empty.Empty) (*CoreInstances, error) |
| 2944 | // Get details on a Voltha cluster instance |
| 2945 | GetCoreInstance(context.Context, *common.ID) (*CoreInstance, error) |
| 2946 | // List all active adapters (plugins) in the Voltha cluster |
| 2947 | ListAdapters(context.Context, *empty.Empty) (*Adapters, error) |
| 2948 | // List all logical devices managed by the Voltha cluster |
| 2949 | ListLogicalDevices(context.Context, *empty.Empty) (*LogicalDevices, error) |
| 2950 | // Get additional information on a given logical device |
| 2951 | GetLogicalDevice(context.Context, *common.ID) (*LogicalDevice, error) |
| 2952 | // List ports of a logical device |
| 2953 | ListLogicalDevicePorts(context.Context, *common.ID) (*LogicalPorts, error) |
| 2954 | // Gets a logical device port |
| 2955 | GetLogicalDevicePort(context.Context, *LogicalPortId) (*LogicalPort, error) |
| 2956 | // Enables a logical device port |
| 2957 | EnableLogicalDevicePort(context.Context, *LogicalPortId) (*empty.Empty, error) |
| 2958 | // Disables a logical device port |
| 2959 | DisableLogicalDevicePort(context.Context, *LogicalPortId) (*empty.Empty, error) |
| 2960 | // List all flows of a logical device |
| 2961 | ListLogicalDeviceFlows(context.Context, *common.ID) (*openflow_13.Flows, error) |
| 2962 | // Update flow table for logical device |
| 2963 | UpdateLogicalDeviceFlowTable(context.Context, *openflow_13.FlowTableUpdate) (*empty.Empty, error) |
| 2964 | // Update meter table for logical device |
| 2965 | UpdateLogicalDeviceMeterTable(context.Context, *openflow_13.MeterModUpdate) (*empty.Empty, error) |
Abhilash Laxmeshwar | dfbb74d | 2019-07-23 08:03:08 -0400 | [diff] [blame] | 2966 | // List all meters of a logical device |
| 2967 | ListLogicalDeviceMeters(context.Context, *common.ID) (*openflow_13.Meters, error) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 2968 | // List all flow groups of a logical device |
| 2969 | ListLogicalDeviceFlowGroups(context.Context, *common.ID) (*openflow_13.FlowGroups, error) |
| 2970 | // Update group table for device |
| 2971 | UpdateLogicalDeviceFlowGroupTable(context.Context, *openflow_13.FlowGroupTableUpdate) (*empty.Empty, error) |
| 2972 | // List all physical devices controlled by the Voltha cluster |
| 2973 | ListDevices(context.Context, *empty.Empty) (*Devices, error) |
| 2974 | // List all physical devices IDs controlled by the Voltha cluster |
| 2975 | ListDeviceIds(context.Context, *empty.Empty) (*common.IDs, error) |
| 2976 | // Request to a voltha Core to reconcile a set of devices based on their IDs |
| 2977 | ReconcileDevices(context.Context, *common.IDs) (*empty.Empty, error) |
| 2978 | // Get more information on a given physical device |
| 2979 | GetDevice(context.Context, *common.ID) (*Device, error) |
| 2980 | // Pre-provision a new physical device |
| 2981 | CreateDevice(context.Context, *Device) (*Device, error) |
| 2982 | // Enable a device. If the device was in pre-provisioned state then it |
| 2983 | // will transition to ENABLED state. If it was is DISABLED state then it |
| 2984 | // will transition to ENABLED state as well. |
| 2985 | EnableDevice(context.Context, *common.ID) (*empty.Empty, error) |
| 2986 | // Disable a device |
| 2987 | DisableDevice(context.Context, *common.ID) (*empty.Empty, error) |
| 2988 | // Reboot a device |
| 2989 | RebootDevice(context.Context, *common.ID) (*empty.Empty, error) |
| 2990 | // Delete a device |
| 2991 | DeleteDevice(context.Context, *common.ID) (*empty.Empty, error) |
| 2992 | // Request an image download to the standby partition |
| 2993 | // of a device. |
| 2994 | // Note that the call is expected to be non-blocking. |
| 2995 | DownloadImage(context.Context, *ImageDownload) (*common.OperationResp, error) |
| 2996 | // Get image download status on a device |
| 2997 | // The request retrieves progress on device and updates db record |
| 2998 | GetImageDownloadStatus(context.Context, *ImageDownload) (*ImageDownload, error) |
| 2999 | // Get image download db record |
| 3000 | GetImageDownload(context.Context, *ImageDownload) (*ImageDownload, error) |
| 3001 | // List image download db records for a given device |
| 3002 | ListImageDownloads(context.Context, *common.ID) (*ImageDownloads, error) |
| 3003 | // Cancel an existing image download process on a device |
| 3004 | CancelImageDownload(context.Context, *ImageDownload) (*common.OperationResp, error) |
| 3005 | // Activate the specified image at a standby partition |
| 3006 | // to active partition. |
| 3007 | // Depending on the device implementation, this call |
| 3008 | // may or may not cause device reboot. |
| 3009 | // If no reboot, then a reboot is required to make the |
| 3010 | // activated image running on device |
| 3011 | // Note that the call is expected to be non-blocking. |
| 3012 | ActivateImageUpdate(context.Context, *ImageDownload) (*common.OperationResp, error) |
| 3013 | // Revert the specified image at standby partition |
| 3014 | // to active partition, and revert to previous image |
| 3015 | // Depending on the device implementation, this call |
| 3016 | // may or may not cause device reboot. |
| 3017 | // If no reboot, then a reboot is required to make the |
| 3018 | // previous image running on device |
| 3019 | // Note that the call is expected to be non-blocking. |
| 3020 | RevertImageUpdate(context.Context, *ImageDownload) (*common.OperationResp, error) |
| 3021 | // List ports of a device |
| 3022 | ListDevicePorts(context.Context, *common.ID) (*Ports, error) |
| 3023 | // List pm config of a device |
| 3024 | ListDevicePmConfigs(context.Context, *common.ID) (*PmConfigs, error) |
| 3025 | // Update the pm config of a device |
| 3026 | UpdateDevicePmConfigs(context.Context, *PmConfigs) (*empty.Empty, error) |
| 3027 | // List all flows of a device |
| 3028 | ListDeviceFlows(context.Context, *common.ID) (*openflow_13.Flows, error) |
| 3029 | // List all flow groups of a device |
| 3030 | ListDeviceFlowGroups(context.Context, *common.ID) (*openflow_13.FlowGroups, error) |
| 3031 | // List device types known to Voltha |
| 3032 | ListDeviceTypes(context.Context, *empty.Empty) (*DeviceTypes, error) |
| 3033 | // Get additional information on a device type |
| 3034 | GetDeviceType(context.Context, *common.ID) (*DeviceType, error) |
| 3035 | // List all device sharding groups |
| 3036 | ListDeviceGroups(context.Context, *empty.Empty) (*DeviceGroups, error) |
| 3037 | // Stream control packets to the dataplane |
| 3038 | StreamPacketsOut(VolthaService_StreamPacketsOutServer) error |
| 3039 | // Receive control packet stream |
| 3040 | ReceivePacketsIn(*empty.Empty, VolthaService_ReceivePacketsInServer) error |
| 3041 | ReceiveChangeEvents(*empty.Empty, VolthaService_ReceiveChangeEventsServer) error |
| 3042 | // Get additional information on a device group |
| 3043 | GetDeviceGroup(context.Context, *common.ID) (*DeviceGroup, error) |
| 3044 | CreateAlarmFilter(context.Context, *AlarmFilter) (*AlarmFilter, error) |
| 3045 | GetAlarmFilter(context.Context, *common.ID) (*AlarmFilter, error) |
| 3046 | UpdateAlarmFilter(context.Context, *AlarmFilter) (*AlarmFilter, error) |
| 3047 | DeleteAlarmFilter(context.Context, *common.ID) (*empty.Empty, error) |
| 3048 | ListAlarmFilters(context.Context, *empty.Empty) (*AlarmFilters, error) |
| 3049 | GetImages(context.Context, *common.ID) (*Images, error) |
| 3050 | SelfTest(context.Context, *common.ID) (*SelfTestResponse, error) |
| 3051 | // OpenOMCI MIB information |
| 3052 | GetMibDeviceData(context.Context, *common.ID) (*omci.MibDeviceData, error) |
| 3053 | // OpenOMCI ALARM information |
| 3054 | GetAlarmDeviceData(context.Context, *common.ID) (*omci.AlarmDeviceData, error) |
| 3055 | // Simulate an Alarm |
| 3056 | SimulateAlarm(context.Context, *SimulateAlarmRequest) (*common.OperationResp, error) |
| 3057 | Subscribe(context.Context, *OfAgentSubscriber) (*OfAgentSubscriber, error) |
| 3058 | } |
| 3059 | |
| 3060 | func RegisterVolthaServiceServer(s *grpc.Server, srv VolthaServiceServer) { |
| 3061 | s.RegisterService(&_VolthaService_serviceDesc, srv) |
| 3062 | } |
| 3063 | |
| 3064 | func _VolthaService_UpdateLogLevel_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3065 | in := new(Logging) |
| 3066 | if err := dec(in); err != nil { |
| 3067 | return nil, err |
| 3068 | } |
| 3069 | if interceptor == nil { |
| 3070 | return srv.(VolthaServiceServer).UpdateLogLevel(ctx, in) |
| 3071 | } |
| 3072 | info := &grpc.UnaryServerInfo{ |
| 3073 | Server: srv, |
| 3074 | FullMethod: "/voltha.VolthaService/UpdateLogLevel", |
| 3075 | } |
| 3076 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3077 | return srv.(VolthaServiceServer).UpdateLogLevel(ctx, req.(*Logging)) |
| 3078 | } |
| 3079 | return interceptor(ctx, in, info, handler) |
| 3080 | } |
| 3081 | |
| 3082 | func _VolthaService_GetMembership_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3083 | in := new(empty.Empty) |
| 3084 | if err := dec(in); err != nil { |
| 3085 | return nil, err |
| 3086 | } |
| 3087 | if interceptor == nil { |
| 3088 | return srv.(VolthaServiceServer).GetMembership(ctx, in) |
| 3089 | } |
| 3090 | info := &grpc.UnaryServerInfo{ |
| 3091 | Server: srv, |
| 3092 | FullMethod: "/voltha.VolthaService/GetMembership", |
| 3093 | } |
| 3094 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3095 | return srv.(VolthaServiceServer).GetMembership(ctx, req.(*empty.Empty)) |
| 3096 | } |
| 3097 | return interceptor(ctx, in, info, handler) |
| 3098 | } |
| 3099 | |
| 3100 | func _VolthaService_UpdateMembership_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3101 | in := new(Membership) |
| 3102 | if err := dec(in); err != nil { |
| 3103 | return nil, err |
| 3104 | } |
| 3105 | if interceptor == nil { |
| 3106 | return srv.(VolthaServiceServer).UpdateMembership(ctx, in) |
| 3107 | } |
| 3108 | info := &grpc.UnaryServerInfo{ |
| 3109 | Server: srv, |
| 3110 | FullMethod: "/voltha.VolthaService/UpdateMembership", |
| 3111 | } |
| 3112 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3113 | return srv.(VolthaServiceServer).UpdateMembership(ctx, req.(*Membership)) |
| 3114 | } |
| 3115 | return interceptor(ctx, in, info, handler) |
| 3116 | } |
| 3117 | |
| 3118 | func _VolthaService_GetVoltha_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3119 | in := new(empty.Empty) |
| 3120 | if err := dec(in); err != nil { |
| 3121 | return nil, err |
| 3122 | } |
| 3123 | if interceptor == nil { |
| 3124 | return srv.(VolthaServiceServer).GetVoltha(ctx, in) |
| 3125 | } |
| 3126 | info := &grpc.UnaryServerInfo{ |
| 3127 | Server: srv, |
| 3128 | FullMethod: "/voltha.VolthaService/GetVoltha", |
| 3129 | } |
| 3130 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3131 | return srv.(VolthaServiceServer).GetVoltha(ctx, req.(*empty.Empty)) |
| 3132 | } |
| 3133 | return interceptor(ctx, in, info, handler) |
| 3134 | } |
| 3135 | |
| 3136 | func _VolthaService_ListCoreInstances_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3137 | in := new(empty.Empty) |
| 3138 | if err := dec(in); err != nil { |
| 3139 | return nil, err |
| 3140 | } |
| 3141 | if interceptor == nil { |
| 3142 | return srv.(VolthaServiceServer).ListCoreInstances(ctx, in) |
| 3143 | } |
| 3144 | info := &grpc.UnaryServerInfo{ |
| 3145 | Server: srv, |
| 3146 | FullMethod: "/voltha.VolthaService/ListCoreInstances", |
| 3147 | } |
| 3148 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3149 | return srv.(VolthaServiceServer).ListCoreInstances(ctx, req.(*empty.Empty)) |
| 3150 | } |
| 3151 | return interceptor(ctx, in, info, handler) |
| 3152 | } |
| 3153 | |
| 3154 | func _VolthaService_GetCoreInstance_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3155 | in := new(common.ID) |
| 3156 | if err := dec(in); err != nil { |
| 3157 | return nil, err |
| 3158 | } |
| 3159 | if interceptor == nil { |
| 3160 | return srv.(VolthaServiceServer).GetCoreInstance(ctx, in) |
| 3161 | } |
| 3162 | info := &grpc.UnaryServerInfo{ |
| 3163 | Server: srv, |
| 3164 | FullMethod: "/voltha.VolthaService/GetCoreInstance", |
| 3165 | } |
| 3166 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3167 | return srv.(VolthaServiceServer).GetCoreInstance(ctx, req.(*common.ID)) |
| 3168 | } |
| 3169 | return interceptor(ctx, in, info, handler) |
| 3170 | } |
| 3171 | |
| 3172 | func _VolthaService_ListAdapters_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3173 | in := new(empty.Empty) |
| 3174 | if err := dec(in); err != nil { |
| 3175 | return nil, err |
| 3176 | } |
| 3177 | if interceptor == nil { |
| 3178 | return srv.(VolthaServiceServer).ListAdapters(ctx, in) |
| 3179 | } |
| 3180 | info := &grpc.UnaryServerInfo{ |
| 3181 | Server: srv, |
| 3182 | FullMethod: "/voltha.VolthaService/ListAdapters", |
| 3183 | } |
| 3184 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3185 | return srv.(VolthaServiceServer).ListAdapters(ctx, req.(*empty.Empty)) |
| 3186 | } |
| 3187 | return interceptor(ctx, in, info, handler) |
| 3188 | } |
| 3189 | |
| 3190 | func _VolthaService_ListLogicalDevices_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3191 | in := new(empty.Empty) |
| 3192 | if err := dec(in); err != nil { |
| 3193 | return nil, err |
| 3194 | } |
| 3195 | if interceptor == nil { |
| 3196 | return srv.(VolthaServiceServer).ListLogicalDevices(ctx, in) |
| 3197 | } |
| 3198 | info := &grpc.UnaryServerInfo{ |
| 3199 | Server: srv, |
| 3200 | FullMethod: "/voltha.VolthaService/ListLogicalDevices", |
| 3201 | } |
| 3202 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3203 | return srv.(VolthaServiceServer).ListLogicalDevices(ctx, req.(*empty.Empty)) |
| 3204 | } |
| 3205 | return interceptor(ctx, in, info, handler) |
| 3206 | } |
| 3207 | |
| 3208 | func _VolthaService_GetLogicalDevice_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3209 | in := new(common.ID) |
| 3210 | if err := dec(in); err != nil { |
| 3211 | return nil, err |
| 3212 | } |
| 3213 | if interceptor == nil { |
| 3214 | return srv.(VolthaServiceServer).GetLogicalDevice(ctx, in) |
| 3215 | } |
| 3216 | info := &grpc.UnaryServerInfo{ |
| 3217 | Server: srv, |
| 3218 | FullMethod: "/voltha.VolthaService/GetLogicalDevice", |
| 3219 | } |
| 3220 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3221 | return srv.(VolthaServiceServer).GetLogicalDevice(ctx, req.(*common.ID)) |
| 3222 | } |
| 3223 | return interceptor(ctx, in, info, handler) |
| 3224 | } |
| 3225 | |
| 3226 | func _VolthaService_ListLogicalDevicePorts_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3227 | in := new(common.ID) |
| 3228 | if err := dec(in); err != nil { |
| 3229 | return nil, err |
| 3230 | } |
| 3231 | if interceptor == nil { |
| 3232 | return srv.(VolthaServiceServer).ListLogicalDevicePorts(ctx, in) |
| 3233 | } |
| 3234 | info := &grpc.UnaryServerInfo{ |
| 3235 | Server: srv, |
| 3236 | FullMethod: "/voltha.VolthaService/ListLogicalDevicePorts", |
| 3237 | } |
| 3238 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3239 | return srv.(VolthaServiceServer).ListLogicalDevicePorts(ctx, req.(*common.ID)) |
| 3240 | } |
| 3241 | return interceptor(ctx, in, info, handler) |
| 3242 | } |
| 3243 | |
| 3244 | func _VolthaService_GetLogicalDevicePort_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3245 | in := new(LogicalPortId) |
| 3246 | if err := dec(in); err != nil { |
| 3247 | return nil, err |
| 3248 | } |
| 3249 | if interceptor == nil { |
| 3250 | return srv.(VolthaServiceServer).GetLogicalDevicePort(ctx, in) |
| 3251 | } |
| 3252 | info := &grpc.UnaryServerInfo{ |
| 3253 | Server: srv, |
| 3254 | FullMethod: "/voltha.VolthaService/GetLogicalDevicePort", |
| 3255 | } |
| 3256 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3257 | return srv.(VolthaServiceServer).GetLogicalDevicePort(ctx, req.(*LogicalPortId)) |
| 3258 | } |
| 3259 | return interceptor(ctx, in, info, handler) |
| 3260 | } |
| 3261 | |
| 3262 | func _VolthaService_EnableLogicalDevicePort_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3263 | in := new(LogicalPortId) |
| 3264 | if err := dec(in); err != nil { |
| 3265 | return nil, err |
| 3266 | } |
| 3267 | if interceptor == nil { |
| 3268 | return srv.(VolthaServiceServer).EnableLogicalDevicePort(ctx, in) |
| 3269 | } |
| 3270 | info := &grpc.UnaryServerInfo{ |
| 3271 | Server: srv, |
| 3272 | FullMethod: "/voltha.VolthaService/EnableLogicalDevicePort", |
| 3273 | } |
| 3274 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3275 | return srv.(VolthaServiceServer).EnableLogicalDevicePort(ctx, req.(*LogicalPortId)) |
| 3276 | } |
| 3277 | return interceptor(ctx, in, info, handler) |
| 3278 | } |
| 3279 | |
| 3280 | func _VolthaService_DisableLogicalDevicePort_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3281 | in := new(LogicalPortId) |
| 3282 | if err := dec(in); err != nil { |
| 3283 | return nil, err |
| 3284 | } |
| 3285 | if interceptor == nil { |
| 3286 | return srv.(VolthaServiceServer).DisableLogicalDevicePort(ctx, in) |
| 3287 | } |
| 3288 | info := &grpc.UnaryServerInfo{ |
| 3289 | Server: srv, |
| 3290 | FullMethod: "/voltha.VolthaService/DisableLogicalDevicePort", |
| 3291 | } |
| 3292 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3293 | return srv.(VolthaServiceServer).DisableLogicalDevicePort(ctx, req.(*LogicalPortId)) |
| 3294 | } |
| 3295 | return interceptor(ctx, in, info, handler) |
| 3296 | } |
| 3297 | |
| 3298 | func _VolthaService_ListLogicalDeviceFlows_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3299 | in := new(common.ID) |
| 3300 | if err := dec(in); err != nil { |
| 3301 | return nil, err |
| 3302 | } |
| 3303 | if interceptor == nil { |
| 3304 | return srv.(VolthaServiceServer).ListLogicalDeviceFlows(ctx, in) |
| 3305 | } |
| 3306 | info := &grpc.UnaryServerInfo{ |
| 3307 | Server: srv, |
| 3308 | FullMethod: "/voltha.VolthaService/ListLogicalDeviceFlows", |
| 3309 | } |
| 3310 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3311 | return srv.(VolthaServiceServer).ListLogicalDeviceFlows(ctx, req.(*common.ID)) |
| 3312 | } |
| 3313 | return interceptor(ctx, in, info, handler) |
| 3314 | } |
| 3315 | |
| 3316 | func _VolthaService_UpdateLogicalDeviceFlowTable_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3317 | in := new(openflow_13.FlowTableUpdate) |
| 3318 | if err := dec(in); err != nil { |
| 3319 | return nil, err |
| 3320 | } |
| 3321 | if interceptor == nil { |
| 3322 | return srv.(VolthaServiceServer).UpdateLogicalDeviceFlowTable(ctx, in) |
| 3323 | } |
| 3324 | info := &grpc.UnaryServerInfo{ |
| 3325 | Server: srv, |
| 3326 | FullMethod: "/voltha.VolthaService/UpdateLogicalDeviceFlowTable", |
| 3327 | } |
| 3328 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3329 | return srv.(VolthaServiceServer).UpdateLogicalDeviceFlowTable(ctx, req.(*openflow_13.FlowTableUpdate)) |
| 3330 | } |
| 3331 | return interceptor(ctx, in, info, handler) |
| 3332 | } |
| 3333 | |
| 3334 | func _VolthaService_UpdateLogicalDeviceMeterTable_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3335 | in := new(openflow_13.MeterModUpdate) |
| 3336 | if err := dec(in); err != nil { |
| 3337 | return nil, err |
| 3338 | } |
| 3339 | if interceptor == nil { |
| 3340 | return srv.(VolthaServiceServer).UpdateLogicalDeviceMeterTable(ctx, in) |
| 3341 | } |
| 3342 | info := &grpc.UnaryServerInfo{ |
| 3343 | Server: srv, |
| 3344 | FullMethod: "/voltha.VolthaService/UpdateLogicalDeviceMeterTable", |
| 3345 | } |
| 3346 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3347 | return srv.(VolthaServiceServer).UpdateLogicalDeviceMeterTable(ctx, req.(*openflow_13.MeterModUpdate)) |
| 3348 | } |
| 3349 | return interceptor(ctx, in, info, handler) |
| 3350 | } |
| 3351 | |
Abhilash Laxmeshwar | dfbb74d | 2019-07-23 08:03:08 -0400 | [diff] [blame] | 3352 | func _VolthaService_ListLogicalDeviceMeters_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 3353 | in := new(common.ID) |
| 3354 | if err := dec(in); err != nil { |
| 3355 | return nil, err |
| 3356 | } |
| 3357 | if interceptor == nil { |
Abhilash Laxmeshwar | dfbb74d | 2019-07-23 08:03:08 -0400 | [diff] [blame] | 3358 | return srv.(VolthaServiceServer).ListLogicalDeviceMeters(ctx, in) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 3359 | } |
| 3360 | info := &grpc.UnaryServerInfo{ |
| 3361 | Server: srv, |
Abhilash Laxmeshwar | dfbb74d | 2019-07-23 08:03:08 -0400 | [diff] [blame] | 3362 | FullMethod: "/voltha.VolthaService/ListLogicalDeviceMeters", |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 3363 | } |
| 3364 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
Abhilash Laxmeshwar | dfbb74d | 2019-07-23 08:03:08 -0400 | [diff] [blame] | 3365 | return srv.(VolthaServiceServer).ListLogicalDeviceMeters(ctx, req.(*common.ID)) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 3366 | } |
| 3367 | return interceptor(ctx, in, info, handler) |
| 3368 | } |
| 3369 | |
| 3370 | func _VolthaService_ListLogicalDeviceFlowGroups_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3371 | in := new(common.ID) |
| 3372 | if err := dec(in); err != nil { |
| 3373 | return nil, err |
| 3374 | } |
| 3375 | if interceptor == nil { |
| 3376 | return srv.(VolthaServiceServer).ListLogicalDeviceFlowGroups(ctx, in) |
| 3377 | } |
| 3378 | info := &grpc.UnaryServerInfo{ |
| 3379 | Server: srv, |
| 3380 | FullMethod: "/voltha.VolthaService/ListLogicalDeviceFlowGroups", |
| 3381 | } |
| 3382 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3383 | return srv.(VolthaServiceServer).ListLogicalDeviceFlowGroups(ctx, req.(*common.ID)) |
| 3384 | } |
| 3385 | return interceptor(ctx, in, info, handler) |
| 3386 | } |
| 3387 | |
| 3388 | func _VolthaService_UpdateLogicalDeviceFlowGroupTable_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3389 | in := new(openflow_13.FlowGroupTableUpdate) |
| 3390 | if err := dec(in); err != nil { |
| 3391 | return nil, err |
| 3392 | } |
| 3393 | if interceptor == nil { |
| 3394 | return srv.(VolthaServiceServer).UpdateLogicalDeviceFlowGroupTable(ctx, in) |
| 3395 | } |
| 3396 | info := &grpc.UnaryServerInfo{ |
| 3397 | Server: srv, |
| 3398 | FullMethod: "/voltha.VolthaService/UpdateLogicalDeviceFlowGroupTable", |
| 3399 | } |
| 3400 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3401 | return srv.(VolthaServiceServer).UpdateLogicalDeviceFlowGroupTable(ctx, req.(*openflow_13.FlowGroupTableUpdate)) |
| 3402 | } |
| 3403 | return interceptor(ctx, in, info, handler) |
| 3404 | } |
| 3405 | |
| 3406 | func _VolthaService_ListDevices_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3407 | in := new(empty.Empty) |
| 3408 | if err := dec(in); err != nil { |
| 3409 | return nil, err |
| 3410 | } |
| 3411 | if interceptor == nil { |
| 3412 | return srv.(VolthaServiceServer).ListDevices(ctx, in) |
| 3413 | } |
| 3414 | info := &grpc.UnaryServerInfo{ |
| 3415 | Server: srv, |
| 3416 | FullMethod: "/voltha.VolthaService/ListDevices", |
| 3417 | } |
| 3418 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3419 | return srv.(VolthaServiceServer).ListDevices(ctx, req.(*empty.Empty)) |
| 3420 | } |
| 3421 | return interceptor(ctx, in, info, handler) |
| 3422 | } |
| 3423 | |
| 3424 | func _VolthaService_ListDeviceIds_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3425 | in := new(empty.Empty) |
| 3426 | if err := dec(in); err != nil { |
| 3427 | return nil, err |
| 3428 | } |
| 3429 | if interceptor == nil { |
| 3430 | return srv.(VolthaServiceServer).ListDeviceIds(ctx, in) |
| 3431 | } |
| 3432 | info := &grpc.UnaryServerInfo{ |
| 3433 | Server: srv, |
| 3434 | FullMethod: "/voltha.VolthaService/ListDeviceIds", |
| 3435 | } |
| 3436 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3437 | return srv.(VolthaServiceServer).ListDeviceIds(ctx, req.(*empty.Empty)) |
| 3438 | } |
| 3439 | return interceptor(ctx, in, info, handler) |
| 3440 | } |
| 3441 | |
| 3442 | func _VolthaService_ReconcileDevices_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3443 | in := new(common.IDs) |
| 3444 | if err := dec(in); err != nil { |
| 3445 | return nil, err |
| 3446 | } |
| 3447 | if interceptor == nil { |
| 3448 | return srv.(VolthaServiceServer).ReconcileDevices(ctx, in) |
| 3449 | } |
| 3450 | info := &grpc.UnaryServerInfo{ |
| 3451 | Server: srv, |
| 3452 | FullMethod: "/voltha.VolthaService/ReconcileDevices", |
| 3453 | } |
| 3454 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3455 | return srv.(VolthaServiceServer).ReconcileDevices(ctx, req.(*common.IDs)) |
| 3456 | } |
| 3457 | return interceptor(ctx, in, info, handler) |
| 3458 | } |
| 3459 | |
| 3460 | func _VolthaService_GetDevice_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3461 | in := new(common.ID) |
| 3462 | if err := dec(in); err != nil { |
| 3463 | return nil, err |
| 3464 | } |
| 3465 | if interceptor == nil { |
| 3466 | return srv.(VolthaServiceServer).GetDevice(ctx, in) |
| 3467 | } |
| 3468 | info := &grpc.UnaryServerInfo{ |
| 3469 | Server: srv, |
| 3470 | FullMethod: "/voltha.VolthaService/GetDevice", |
| 3471 | } |
| 3472 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3473 | return srv.(VolthaServiceServer).GetDevice(ctx, req.(*common.ID)) |
| 3474 | } |
| 3475 | return interceptor(ctx, in, info, handler) |
| 3476 | } |
| 3477 | |
| 3478 | func _VolthaService_CreateDevice_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3479 | in := new(Device) |
| 3480 | if err := dec(in); err != nil { |
| 3481 | return nil, err |
| 3482 | } |
| 3483 | if interceptor == nil { |
| 3484 | return srv.(VolthaServiceServer).CreateDevice(ctx, in) |
| 3485 | } |
| 3486 | info := &grpc.UnaryServerInfo{ |
| 3487 | Server: srv, |
| 3488 | FullMethod: "/voltha.VolthaService/CreateDevice", |
| 3489 | } |
| 3490 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3491 | return srv.(VolthaServiceServer).CreateDevice(ctx, req.(*Device)) |
| 3492 | } |
| 3493 | return interceptor(ctx, in, info, handler) |
| 3494 | } |
| 3495 | |
| 3496 | func _VolthaService_EnableDevice_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3497 | in := new(common.ID) |
| 3498 | if err := dec(in); err != nil { |
| 3499 | return nil, err |
| 3500 | } |
| 3501 | if interceptor == nil { |
| 3502 | return srv.(VolthaServiceServer).EnableDevice(ctx, in) |
| 3503 | } |
| 3504 | info := &grpc.UnaryServerInfo{ |
| 3505 | Server: srv, |
| 3506 | FullMethod: "/voltha.VolthaService/EnableDevice", |
| 3507 | } |
| 3508 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3509 | return srv.(VolthaServiceServer).EnableDevice(ctx, req.(*common.ID)) |
| 3510 | } |
| 3511 | return interceptor(ctx, in, info, handler) |
| 3512 | } |
| 3513 | |
| 3514 | func _VolthaService_DisableDevice_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3515 | in := new(common.ID) |
| 3516 | if err := dec(in); err != nil { |
| 3517 | return nil, err |
| 3518 | } |
| 3519 | if interceptor == nil { |
| 3520 | return srv.(VolthaServiceServer).DisableDevice(ctx, in) |
| 3521 | } |
| 3522 | info := &grpc.UnaryServerInfo{ |
| 3523 | Server: srv, |
| 3524 | FullMethod: "/voltha.VolthaService/DisableDevice", |
| 3525 | } |
| 3526 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3527 | return srv.(VolthaServiceServer).DisableDevice(ctx, req.(*common.ID)) |
| 3528 | } |
| 3529 | return interceptor(ctx, in, info, handler) |
| 3530 | } |
| 3531 | |
| 3532 | func _VolthaService_RebootDevice_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3533 | in := new(common.ID) |
| 3534 | if err := dec(in); err != nil { |
| 3535 | return nil, err |
| 3536 | } |
| 3537 | if interceptor == nil { |
| 3538 | return srv.(VolthaServiceServer).RebootDevice(ctx, in) |
| 3539 | } |
| 3540 | info := &grpc.UnaryServerInfo{ |
| 3541 | Server: srv, |
| 3542 | FullMethod: "/voltha.VolthaService/RebootDevice", |
| 3543 | } |
| 3544 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3545 | return srv.(VolthaServiceServer).RebootDevice(ctx, req.(*common.ID)) |
| 3546 | } |
| 3547 | return interceptor(ctx, in, info, handler) |
| 3548 | } |
| 3549 | |
| 3550 | func _VolthaService_DeleteDevice_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3551 | in := new(common.ID) |
| 3552 | if err := dec(in); err != nil { |
| 3553 | return nil, err |
| 3554 | } |
| 3555 | if interceptor == nil { |
| 3556 | return srv.(VolthaServiceServer).DeleteDevice(ctx, in) |
| 3557 | } |
| 3558 | info := &grpc.UnaryServerInfo{ |
| 3559 | Server: srv, |
| 3560 | FullMethod: "/voltha.VolthaService/DeleteDevice", |
| 3561 | } |
| 3562 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3563 | return srv.(VolthaServiceServer).DeleteDevice(ctx, req.(*common.ID)) |
| 3564 | } |
| 3565 | return interceptor(ctx, in, info, handler) |
| 3566 | } |
| 3567 | |
| 3568 | func _VolthaService_DownloadImage_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3569 | in := new(ImageDownload) |
| 3570 | if err := dec(in); err != nil { |
| 3571 | return nil, err |
| 3572 | } |
| 3573 | if interceptor == nil { |
| 3574 | return srv.(VolthaServiceServer).DownloadImage(ctx, in) |
| 3575 | } |
| 3576 | info := &grpc.UnaryServerInfo{ |
| 3577 | Server: srv, |
| 3578 | FullMethod: "/voltha.VolthaService/DownloadImage", |
| 3579 | } |
| 3580 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3581 | return srv.(VolthaServiceServer).DownloadImage(ctx, req.(*ImageDownload)) |
| 3582 | } |
| 3583 | return interceptor(ctx, in, info, handler) |
| 3584 | } |
| 3585 | |
| 3586 | func _VolthaService_GetImageDownloadStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3587 | in := new(ImageDownload) |
| 3588 | if err := dec(in); err != nil { |
| 3589 | return nil, err |
| 3590 | } |
| 3591 | if interceptor == nil { |
| 3592 | return srv.(VolthaServiceServer).GetImageDownloadStatus(ctx, in) |
| 3593 | } |
| 3594 | info := &grpc.UnaryServerInfo{ |
| 3595 | Server: srv, |
| 3596 | FullMethod: "/voltha.VolthaService/GetImageDownloadStatus", |
| 3597 | } |
| 3598 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3599 | return srv.(VolthaServiceServer).GetImageDownloadStatus(ctx, req.(*ImageDownload)) |
| 3600 | } |
| 3601 | return interceptor(ctx, in, info, handler) |
| 3602 | } |
| 3603 | |
| 3604 | func _VolthaService_GetImageDownload_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3605 | in := new(ImageDownload) |
| 3606 | if err := dec(in); err != nil { |
| 3607 | return nil, err |
| 3608 | } |
| 3609 | if interceptor == nil { |
| 3610 | return srv.(VolthaServiceServer).GetImageDownload(ctx, in) |
| 3611 | } |
| 3612 | info := &grpc.UnaryServerInfo{ |
| 3613 | Server: srv, |
| 3614 | FullMethod: "/voltha.VolthaService/GetImageDownload", |
| 3615 | } |
| 3616 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3617 | return srv.(VolthaServiceServer).GetImageDownload(ctx, req.(*ImageDownload)) |
| 3618 | } |
| 3619 | return interceptor(ctx, in, info, handler) |
| 3620 | } |
| 3621 | |
| 3622 | func _VolthaService_ListImageDownloads_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3623 | in := new(common.ID) |
| 3624 | if err := dec(in); err != nil { |
| 3625 | return nil, err |
| 3626 | } |
| 3627 | if interceptor == nil { |
| 3628 | return srv.(VolthaServiceServer).ListImageDownloads(ctx, in) |
| 3629 | } |
| 3630 | info := &grpc.UnaryServerInfo{ |
| 3631 | Server: srv, |
| 3632 | FullMethod: "/voltha.VolthaService/ListImageDownloads", |
| 3633 | } |
| 3634 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3635 | return srv.(VolthaServiceServer).ListImageDownloads(ctx, req.(*common.ID)) |
| 3636 | } |
| 3637 | return interceptor(ctx, in, info, handler) |
| 3638 | } |
| 3639 | |
| 3640 | func _VolthaService_CancelImageDownload_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3641 | in := new(ImageDownload) |
| 3642 | if err := dec(in); err != nil { |
| 3643 | return nil, err |
| 3644 | } |
| 3645 | if interceptor == nil { |
| 3646 | return srv.(VolthaServiceServer).CancelImageDownload(ctx, in) |
| 3647 | } |
| 3648 | info := &grpc.UnaryServerInfo{ |
| 3649 | Server: srv, |
| 3650 | FullMethod: "/voltha.VolthaService/CancelImageDownload", |
| 3651 | } |
| 3652 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3653 | return srv.(VolthaServiceServer).CancelImageDownload(ctx, req.(*ImageDownload)) |
| 3654 | } |
| 3655 | return interceptor(ctx, in, info, handler) |
| 3656 | } |
| 3657 | |
| 3658 | func _VolthaService_ActivateImageUpdate_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3659 | in := new(ImageDownload) |
| 3660 | if err := dec(in); err != nil { |
| 3661 | return nil, err |
| 3662 | } |
| 3663 | if interceptor == nil { |
| 3664 | return srv.(VolthaServiceServer).ActivateImageUpdate(ctx, in) |
| 3665 | } |
| 3666 | info := &grpc.UnaryServerInfo{ |
| 3667 | Server: srv, |
| 3668 | FullMethod: "/voltha.VolthaService/ActivateImageUpdate", |
| 3669 | } |
| 3670 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3671 | return srv.(VolthaServiceServer).ActivateImageUpdate(ctx, req.(*ImageDownload)) |
| 3672 | } |
| 3673 | return interceptor(ctx, in, info, handler) |
| 3674 | } |
| 3675 | |
| 3676 | func _VolthaService_RevertImageUpdate_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3677 | in := new(ImageDownload) |
| 3678 | if err := dec(in); err != nil { |
| 3679 | return nil, err |
| 3680 | } |
| 3681 | if interceptor == nil { |
| 3682 | return srv.(VolthaServiceServer).RevertImageUpdate(ctx, in) |
| 3683 | } |
| 3684 | info := &grpc.UnaryServerInfo{ |
| 3685 | Server: srv, |
| 3686 | FullMethod: "/voltha.VolthaService/RevertImageUpdate", |
| 3687 | } |
| 3688 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3689 | return srv.(VolthaServiceServer).RevertImageUpdate(ctx, req.(*ImageDownload)) |
| 3690 | } |
| 3691 | return interceptor(ctx, in, info, handler) |
| 3692 | } |
| 3693 | |
| 3694 | func _VolthaService_ListDevicePorts_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3695 | in := new(common.ID) |
| 3696 | if err := dec(in); err != nil { |
| 3697 | return nil, err |
| 3698 | } |
| 3699 | if interceptor == nil { |
| 3700 | return srv.(VolthaServiceServer).ListDevicePorts(ctx, in) |
| 3701 | } |
| 3702 | info := &grpc.UnaryServerInfo{ |
| 3703 | Server: srv, |
| 3704 | FullMethod: "/voltha.VolthaService/ListDevicePorts", |
| 3705 | } |
| 3706 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3707 | return srv.(VolthaServiceServer).ListDevicePorts(ctx, req.(*common.ID)) |
| 3708 | } |
| 3709 | return interceptor(ctx, in, info, handler) |
| 3710 | } |
| 3711 | |
| 3712 | func _VolthaService_ListDevicePmConfigs_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3713 | in := new(common.ID) |
| 3714 | if err := dec(in); err != nil { |
| 3715 | return nil, err |
| 3716 | } |
| 3717 | if interceptor == nil { |
| 3718 | return srv.(VolthaServiceServer).ListDevicePmConfigs(ctx, in) |
| 3719 | } |
| 3720 | info := &grpc.UnaryServerInfo{ |
| 3721 | Server: srv, |
| 3722 | FullMethod: "/voltha.VolthaService/ListDevicePmConfigs", |
| 3723 | } |
| 3724 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3725 | return srv.(VolthaServiceServer).ListDevicePmConfigs(ctx, req.(*common.ID)) |
| 3726 | } |
| 3727 | return interceptor(ctx, in, info, handler) |
| 3728 | } |
| 3729 | |
| 3730 | func _VolthaService_UpdateDevicePmConfigs_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3731 | in := new(PmConfigs) |
| 3732 | if err := dec(in); err != nil { |
| 3733 | return nil, err |
| 3734 | } |
| 3735 | if interceptor == nil { |
| 3736 | return srv.(VolthaServiceServer).UpdateDevicePmConfigs(ctx, in) |
| 3737 | } |
| 3738 | info := &grpc.UnaryServerInfo{ |
| 3739 | Server: srv, |
| 3740 | FullMethod: "/voltha.VolthaService/UpdateDevicePmConfigs", |
| 3741 | } |
| 3742 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3743 | return srv.(VolthaServiceServer).UpdateDevicePmConfigs(ctx, req.(*PmConfigs)) |
| 3744 | } |
| 3745 | return interceptor(ctx, in, info, handler) |
| 3746 | } |
| 3747 | |
| 3748 | func _VolthaService_ListDeviceFlows_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3749 | in := new(common.ID) |
| 3750 | if err := dec(in); err != nil { |
| 3751 | return nil, err |
| 3752 | } |
| 3753 | if interceptor == nil { |
| 3754 | return srv.(VolthaServiceServer).ListDeviceFlows(ctx, in) |
| 3755 | } |
| 3756 | info := &grpc.UnaryServerInfo{ |
| 3757 | Server: srv, |
| 3758 | FullMethod: "/voltha.VolthaService/ListDeviceFlows", |
| 3759 | } |
| 3760 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3761 | return srv.(VolthaServiceServer).ListDeviceFlows(ctx, req.(*common.ID)) |
| 3762 | } |
| 3763 | return interceptor(ctx, in, info, handler) |
| 3764 | } |
| 3765 | |
| 3766 | func _VolthaService_ListDeviceFlowGroups_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3767 | in := new(common.ID) |
| 3768 | if err := dec(in); err != nil { |
| 3769 | return nil, err |
| 3770 | } |
| 3771 | if interceptor == nil { |
| 3772 | return srv.(VolthaServiceServer).ListDeviceFlowGroups(ctx, in) |
| 3773 | } |
| 3774 | info := &grpc.UnaryServerInfo{ |
| 3775 | Server: srv, |
| 3776 | FullMethod: "/voltha.VolthaService/ListDeviceFlowGroups", |
| 3777 | } |
| 3778 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3779 | return srv.(VolthaServiceServer).ListDeviceFlowGroups(ctx, req.(*common.ID)) |
| 3780 | } |
| 3781 | return interceptor(ctx, in, info, handler) |
| 3782 | } |
| 3783 | |
| 3784 | func _VolthaService_ListDeviceTypes_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3785 | in := new(empty.Empty) |
| 3786 | if err := dec(in); err != nil { |
| 3787 | return nil, err |
| 3788 | } |
| 3789 | if interceptor == nil { |
| 3790 | return srv.(VolthaServiceServer).ListDeviceTypes(ctx, in) |
| 3791 | } |
| 3792 | info := &grpc.UnaryServerInfo{ |
| 3793 | Server: srv, |
| 3794 | FullMethod: "/voltha.VolthaService/ListDeviceTypes", |
| 3795 | } |
| 3796 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3797 | return srv.(VolthaServiceServer).ListDeviceTypes(ctx, req.(*empty.Empty)) |
| 3798 | } |
| 3799 | return interceptor(ctx, in, info, handler) |
| 3800 | } |
| 3801 | |
| 3802 | func _VolthaService_GetDeviceType_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3803 | in := new(common.ID) |
| 3804 | if err := dec(in); err != nil { |
| 3805 | return nil, err |
| 3806 | } |
| 3807 | if interceptor == nil { |
| 3808 | return srv.(VolthaServiceServer).GetDeviceType(ctx, in) |
| 3809 | } |
| 3810 | info := &grpc.UnaryServerInfo{ |
| 3811 | Server: srv, |
| 3812 | FullMethod: "/voltha.VolthaService/GetDeviceType", |
| 3813 | } |
| 3814 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3815 | return srv.(VolthaServiceServer).GetDeviceType(ctx, req.(*common.ID)) |
| 3816 | } |
| 3817 | return interceptor(ctx, in, info, handler) |
| 3818 | } |
| 3819 | |
| 3820 | func _VolthaService_ListDeviceGroups_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3821 | in := new(empty.Empty) |
| 3822 | if err := dec(in); err != nil { |
| 3823 | return nil, err |
| 3824 | } |
| 3825 | if interceptor == nil { |
| 3826 | return srv.(VolthaServiceServer).ListDeviceGroups(ctx, in) |
| 3827 | } |
| 3828 | info := &grpc.UnaryServerInfo{ |
| 3829 | Server: srv, |
| 3830 | FullMethod: "/voltha.VolthaService/ListDeviceGroups", |
| 3831 | } |
| 3832 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3833 | return srv.(VolthaServiceServer).ListDeviceGroups(ctx, req.(*empty.Empty)) |
| 3834 | } |
| 3835 | return interceptor(ctx, in, info, handler) |
| 3836 | } |
| 3837 | |
| 3838 | func _VolthaService_StreamPacketsOut_Handler(srv interface{}, stream grpc.ServerStream) error { |
| 3839 | return srv.(VolthaServiceServer).StreamPacketsOut(&volthaServiceStreamPacketsOutServer{stream}) |
| 3840 | } |
| 3841 | |
| 3842 | type VolthaService_StreamPacketsOutServer interface { |
| 3843 | SendAndClose(*empty.Empty) error |
| 3844 | Recv() (*openflow_13.PacketOut, error) |
| 3845 | grpc.ServerStream |
| 3846 | } |
| 3847 | |
| 3848 | type volthaServiceStreamPacketsOutServer struct { |
| 3849 | grpc.ServerStream |
| 3850 | } |
| 3851 | |
| 3852 | func (x *volthaServiceStreamPacketsOutServer) SendAndClose(m *empty.Empty) error { |
| 3853 | return x.ServerStream.SendMsg(m) |
| 3854 | } |
| 3855 | |
| 3856 | func (x *volthaServiceStreamPacketsOutServer) Recv() (*openflow_13.PacketOut, error) { |
| 3857 | m := new(openflow_13.PacketOut) |
| 3858 | if err := x.ServerStream.RecvMsg(m); err != nil { |
| 3859 | return nil, err |
| 3860 | } |
| 3861 | return m, nil |
| 3862 | } |
| 3863 | |
| 3864 | func _VolthaService_ReceivePacketsIn_Handler(srv interface{}, stream grpc.ServerStream) error { |
| 3865 | m := new(empty.Empty) |
| 3866 | if err := stream.RecvMsg(m); err != nil { |
| 3867 | return err |
| 3868 | } |
| 3869 | return srv.(VolthaServiceServer).ReceivePacketsIn(m, &volthaServiceReceivePacketsInServer{stream}) |
| 3870 | } |
| 3871 | |
| 3872 | type VolthaService_ReceivePacketsInServer interface { |
| 3873 | Send(*openflow_13.PacketIn) error |
| 3874 | grpc.ServerStream |
| 3875 | } |
| 3876 | |
| 3877 | type volthaServiceReceivePacketsInServer struct { |
| 3878 | grpc.ServerStream |
| 3879 | } |
| 3880 | |
| 3881 | func (x *volthaServiceReceivePacketsInServer) Send(m *openflow_13.PacketIn) error { |
| 3882 | return x.ServerStream.SendMsg(m) |
| 3883 | } |
| 3884 | |
| 3885 | func _VolthaService_ReceiveChangeEvents_Handler(srv interface{}, stream grpc.ServerStream) error { |
| 3886 | m := new(empty.Empty) |
| 3887 | if err := stream.RecvMsg(m); err != nil { |
| 3888 | return err |
| 3889 | } |
| 3890 | return srv.(VolthaServiceServer).ReceiveChangeEvents(m, &volthaServiceReceiveChangeEventsServer{stream}) |
| 3891 | } |
| 3892 | |
| 3893 | type VolthaService_ReceiveChangeEventsServer interface { |
| 3894 | Send(*openflow_13.ChangeEvent) error |
| 3895 | grpc.ServerStream |
| 3896 | } |
| 3897 | |
| 3898 | type volthaServiceReceiveChangeEventsServer struct { |
| 3899 | grpc.ServerStream |
| 3900 | } |
| 3901 | |
| 3902 | func (x *volthaServiceReceiveChangeEventsServer) Send(m *openflow_13.ChangeEvent) error { |
| 3903 | return x.ServerStream.SendMsg(m) |
| 3904 | } |
| 3905 | |
| 3906 | func _VolthaService_GetDeviceGroup_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3907 | in := new(common.ID) |
| 3908 | if err := dec(in); err != nil { |
| 3909 | return nil, err |
| 3910 | } |
| 3911 | if interceptor == nil { |
| 3912 | return srv.(VolthaServiceServer).GetDeviceGroup(ctx, in) |
| 3913 | } |
| 3914 | info := &grpc.UnaryServerInfo{ |
| 3915 | Server: srv, |
| 3916 | FullMethod: "/voltha.VolthaService/GetDeviceGroup", |
| 3917 | } |
| 3918 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3919 | return srv.(VolthaServiceServer).GetDeviceGroup(ctx, req.(*common.ID)) |
| 3920 | } |
| 3921 | return interceptor(ctx, in, info, handler) |
| 3922 | } |
| 3923 | |
| 3924 | func _VolthaService_CreateAlarmFilter_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3925 | in := new(AlarmFilter) |
| 3926 | if err := dec(in); err != nil { |
| 3927 | return nil, err |
| 3928 | } |
| 3929 | if interceptor == nil { |
| 3930 | return srv.(VolthaServiceServer).CreateAlarmFilter(ctx, in) |
| 3931 | } |
| 3932 | info := &grpc.UnaryServerInfo{ |
| 3933 | Server: srv, |
| 3934 | FullMethod: "/voltha.VolthaService/CreateAlarmFilter", |
| 3935 | } |
| 3936 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3937 | return srv.(VolthaServiceServer).CreateAlarmFilter(ctx, req.(*AlarmFilter)) |
| 3938 | } |
| 3939 | return interceptor(ctx, in, info, handler) |
| 3940 | } |
| 3941 | |
| 3942 | func _VolthaService_GetAlarmFilter_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3943 | in := new(common.ID) |
| 3944 | if err := dec(in); err != nil { |
| 3945 | return nil, err |
| 3946 | } |
| 3947 | if interceptor == nil { |
| 3948 | return srv.(VolthaServiceServer).GetAlarmFilter(ctx, in) |
| 3949 | } |
| 3950 | info := &grpc.UnaryServerInfo{ |
| 3951 | Server: srv, |
| 3952 | FullMethod: "/voltha.VolthaService/GetAlarmFilter", |
| 3953 | } |
| 3954 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3955 | return srv.(VolthaServiceServer).GetAlarmFilter(ctx, req.(*common.ID)) |
| 3956 | } |
| 3957 | return interceptor(ctx, in, info, handler) |
| 3958 | } |
| 3959 | |
| 3960 | func _VolthaService_UpdateAlarmFilter_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3961 | in := new(AlarmFilter) |
| 3962 | if err := dec(in); err != nil { |
| 3963 | return nil, err |
| 3964 | } |
| 3965 | if interceptor == nil { |
| 3966 | return srv.(VolthaServiceServer).UpdateAlarmFilter(ctx, in) |
| 3967 | } |
| 3968 | info := &grpc.UnaryServerInfo{ |
| 3969 | Server: srv, |
| 3970 | FullMethod: "/voltha.VolthaService/UpdateAlarmFilter", |
| 3971 | } |
| 3972 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3973 | return srv.(VolthaServiceServer).UpdateAlarmFilter(ctx, req.(*AlarmFilter)) |
| 3974 | } |
| 3975 | return interceptor(ctx, in, info, handler) |
| 3976 | } |
| 3977 | |
| 3978 | func _VolthaService_DeleteAlarmFilter_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3979 | in := new(common.ID) |
| 3980 | if err := dec(in); err != nil { |
| 3981 | return nil, err |
| 3982 | } |
| 3983 | if interceptor == nil { |
| 3984 | return srv.(VolthaServiceServer).DeleteAlarmFilter(ctx, in) |
| 3985 | } |
| 3986 | info := &grpc.UnaryServerInfo{ |
| 3987 | Server: srv, |
| 3988 | FullMethod: "/voltha.VolthaService/DeleteAlarmFilter", |
| 3989 | } |
| 3990 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3991 | return srv.(VolthaServiceServer).DeleteAlarmFilter(ctx, req.(*common.ID)) |
| 3992 | } |
| 3993 | return interceptor(ctx, in, info, handler) |
| 3994 | } |
| 3995 | |
| 3996 | func _VolthaService_ListAlarmFilters_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3997 | in := new(empty.Empty) |
| 3998 | if err := dec(in); err != nil { |
| 3999 | return nil, err |
| 4000 | } |
| 4001 | if interceptor == nil { |
| 4002 | return srv.(VolthaServiceServer).ListAlarmFilters(ctx, in) |
| 4003 | } |
| 4004 | info := &grpc.UnaryServerInfo{ |
| 4005 | Server: srv, |
| 4006 | FullMethod: "/voltha.VolthaService/ListAlarmFilters", |
| 4007 | } |
| 4008 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 4009 | return srv.(VolthaServiceServer).ListAlarmFilters(ctx, req.(*empty.Empty)) |
| 4010 | } |
| 4011 | return interceptor(ctx, in, info, handler) |
| 4012 | } |
| 4013 | |
| 4014 | func _VolthaService_GetImages_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 4015 | in := new(common.ID) |
| 4016 | if err := dec(in); err != nil { |
| 4017 | return nil, err |
| 4018 | } |
| 4019 | if interceptor == nil { |
| 4020 | return srv.(VolthaServiceServer).GetImages(ctx, in) |
| 4021 | } |
| 4022 | info := &grpc.UnaryServerInfo{ |
| 4023 | Server: srv, |
| 4024 | FullMethod: "/voltha.VolthaService/GetImages", |
| 4025 | } |
| 4026 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 4027 | return srv.(VolthaServiceServer).GetImages(ctx, req.(*common.ID)) |
| 4028 | } |
| 4029 | return interceptor(ctx, in, info, handler) |
| 4030 | } |
| 4031 | |
| 4032 | func _VolthaService_SelfTest_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 4033 | in := new(common.ID) |
| 4034 | if err := dec(in); err != nil { |
| 4035 | return nil, err |
| 4036 | } |
| 4037 | if interceptor == nil { |
| 4038 | return srv.(VolthaServiceServer).SelfTest(ctx, in) |
| 4039 | } |
| 4040 | info := &grpc.UnaryServerInfo{ |
| 4041 | Server: srv, |
| 4042 | FullMethod: "/voltha.VolthaService/SelfTest", |
| 4043 | } |
| 4044 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 4045 | return srv.(VolthaServiceServer).SelfTest(ctx, req.(*common.ID)) |
| 4046 | } |
| 4047 | return interceptor(ctx, in, info, handler) |
| 4048 | } |
| 4049 | |
| 4050 | func _VolthaService_GetMibDeviceData_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 4051 | in := new(common.ID) |
| 4052 | if err := dec(in); err != nil { |
| 4053 | return nil, err |
| 4054 | } |
| 4055 | if interceptor == nil { |
| 4056 | return srv.(VolthaServiceServer).GetMibDeviceData(ctx, in) |
| 4057 | } |
| 4058 | info := &grpc.UnaryServerInfo{ |
| 4059 | Server: srv, |
| 4060 | FullMethod: "/voltha.VolthaService/GetMibDeviceData", |
| 4061 | } |
| 4062 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 4063 | return srv.(VolthaServiceServer).GetMibDeviceData(ctx, req.(*common.ID)) |
| 4064 | } |
| 4065 | return interceptor(ctx, in, info, handler) |
| 4066 | } |
| 4067 | |
| 4068 | func _VolthaService_GetAlarmDeviceData_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 4069 | in := new(common.ID) |
| 4070 | if err := dec(in); err != nil { |
| 4071 | return nil, err |
| 4072 | } |
| 4073 | if interceptor == nil { |
| 4074 | return srv.(VolthaServiceServer).GetAlarmDeviceData(ctx, in) |
| 4075 | } |
| 4076 | info := &grpc.UnaryServerInfo{ |
| 4077 | Server: srv, |
| 4078 | FullMethod: "/voltha.VolthaService/GetAlarmDeviceData", |
| 4079 | } |
| 4080 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 4081 | return srv.(VolthaServiceServer).GetAlarmDeviceData(ctx, req.(*common.ID)) |
| 4082 | } |
| 4083 | return interceptor(ctx, in, info, handler) |
| 4084 | } |
| 4085 | |
| 4086 | func _VolthaService_SimulateAlarm_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 4087 | in := new(SimulateAlarmRequest) |
| 4088 | if err := dec(in); err != nil { |
| 4089 | return nil, err |
| 4090 | } |
| 4091 | if interceptor == nil { |
| 4092 | return srv.(VolthaServiceServer).SimulateAlarm(ctx, in) |
| 4093 | } |
| 4094 | info := &grpc.UnaryServerInfo{ |
| 4095 | Server: srv, |
| 4096 | FullMethod: "/voltha.VolthaService/SimulateAlarm", |
| 4097 | } |
| 4098 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 4099 | return srv.(VolthaServiceServer).SimulateAlarm(ctx, req.(*SimulateAlarmRequest)) |
| 4100 | } |
| 4101 | return interceptor(ctx, in, info, handler) |
| 4102 | } |
| 4103 | |
| 4104 | func _VolthaService_Subscribe_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 4105 | in := new(OfAgentSubscriber) |
| 4106 | if err := dec(in); err != nil { |
| 4107 | return nil, err |
| 4108 | } |
| 4109 | if interceptor == nil { |
| 4110 | return srv.(VolthaServiceServer).Subscribe(ctx, in) |
| 4111 | } |
| 4112 | info := &grpc.UnaryServerInfo{ |
| 4113 | Server: srv, |
| 4114 | FullMethod: "/voltha.VolthaService/Subscribe", |
| 4115 | } |
| 4116 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 4117 | return srv.(VolthaServiceServer).Subscribe(ctx, req.(*OfAgentSubscriber)) |
| 4118 | } |
| 4119 | return interceptor(ctx, in, info, handler) |
| 4120 | } |
| 4121 | |
| 4122 | var _VolthaService_serviceDesc = grpc.ServiceDesc{ |
| 4123 | ServiceName: "voltha.VolthaService", |
| 4124 | HandlerType: (*VolthaServiceServer)(nil), |
| 4125 | Methods: []grpc.MethodDesc{ |
| 4126 | { |
| 4127 | MethodName: "UpdateLogLevel", |
| 4128 | Handler: _VolthaService_UpdateLogLevel_Handler, |
| 4129 | }, |
| 4130 | { |
| 4131 | MethodName: "GetMembership", |
| 4132 | Handler: _VolthaService_GetMembership_Handler, |
| 4133 | }, |
| 4134 | { |
| 4135 | MethodName: "UpdateMembership", |
| 4136 | Handler: _VolthaService_UpdateMembership_Handler, |
| 4137 | }, |
| 4138 | { |
| 4139 | MethodName: "GetVoltha", |
| 4140 | Handler: _VolthaService_GetVoltha_Handler, |
| 4141 | }, |
| 4142 | { |
| 4143 | MethodName: "ListCoreInstances", |
| 4144 | Handler: _VolthaService_ListCoreInstances_Handler, |
| 4145 | }, |
| 4146 | { |
| 4147 | MethodName: "GetCoreInstance", |
| 4148 | Handler: _VolthaService_GetCoreInstance_Handler, |
| 4149 | }, |
| 4150 | { |
| 4151 | MethodName: "ListAdapters", |
| 4152 | Handler: _VolthaService_ListAdapters_Handler, |
| 4153 | }, |
| 4154 | { |
| 4155 | MethodName: "ListLogicalDevices", |
| 4156 | Handler: _VolthaService_ListLogicalDevices_Handler, |
| 4157 | }, |
| 4158 | { |
| 4159 | MethodName: "GetLogicalDevice", |
| 4160 | Handler: _VolthaService_GetLogicalDevice_Handler, |
| 4161 | }, |
| 4162 | { |
| 4163 | MethodName: "ListLogicalDevicePorts", |
| 4164 | Handler: _VolthaService_ListLogicalDevicePorts_Handler, |
| 4165 | }, |
| 4166 | { |
| 4167 | MethodName: "GetLogicalDevicePort", |
| 4168 | Handler: _VolthaService_GetLogicalDevicePort_Handler, |
| 4169 | }, |
| 4170 | { |
| 4171 | MethodName: "EnableLogicalDevicePort", |
| 4172 | Handler: _VolthaService_EnableLogicalDevicePort_Handler, |
| 4173 | }, |
| 4174 | { |
| 4175 | MethodName: "DisableLogicalDevicePort", |
| 4176 | Handler: _VolthaService_DisableLogicalDevicePort_Handler, |
| 4177 | }, |
| 4178 | { |
| 4179 | MethodName: "ListLogicalDeviceFlows", |
| 4180 | Handler: _VolthaService_ListLogicalDeviceFlows_Handler, |
| 4181 | }, |
| 4182 | { |
| 4183 | MethodName: "UpdateLogicalDeviceFlowTable", |
| 4184 | Handler: _VolthaService_UpdateLogicalDeviceFlowTable_Handler, |
| 4185 | }, |
| 4186 | { |
| 4187 | MethodName: "UpdateLogicalDeviceMeterTable", |
| 4188 | Handler: _VolthaService_UpdateLogicalDeviceMeterTable_Handler, |
| 4189 | }, |
| 4190 | { |
Abhilash Laxmeshwar | dfbb74d | 2019-07-23 08:03:08 -0400 | [diff] [blame] | 4191 | MethodName: "ListLogicalDeviceMeters", |
| 4192 | Handler: _VolthaService_ListLogicalDeviceMeters_Handler, |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 4193 | }, |
| 4194 | { |
| 4195 | MethodName: "ListLogicalDeviceFlowGroups", |
| 4196 | Handler: _VolthaService_ListLogicalDeviceFlowGroups_Handler, |
| 4197 | }, |
| 4198 | { |
| 4199 | MethodName: "UpdateLogicalDeviceFlowGroupTable", |
| 4200 | Handler: _VolthaService_UpdateLogicalDeviceFlowGroupTable_Handler, |
| 4201 | }, |
| 4202 | { |
| 4203 | MethodName: "ListDevices", |
| 4204 | Handler: _VolthaService_ListDevices_Handler, |
| 4205 | }, |
| 4206 | { |
| 4207 | MethodName: "ListDeviceIds", |
| 4208 | Handler: _VolthaService_ListDeviceIds_Handler, |
| 4209 | }, |
| 4210 | { |
| 4211 | MethodName: "ReconcileDevices", |
| 4212 | Handler: _VolthaService_ReconcileDevices_Handler, |
| 4213 | }, |
| 4214 | { |
| 4215 | MethodName: "GetDevice", |
| 4216 | Handler: _VolthaService_GetDevice_Handler, |
| 4217 | }, |
| 4218 | { |
| 4219 | MethodName: "CreateDevice", |
| 4220 | Handler: _VolthaService_CreateDevice_Handler, |
| 4221 | }, |
| 4222 | { |
| 4223 | MethodName: "EnableDevice", |
| 4224 | Handler: _VolthaService_EnableDevice_Handler, |
| 4225 | }, |
| 4226 | { |
| 4227 | MethodName: "DisableDevice", |
| 4228 | Handler: _VolthaService_DisableDevice_Handler, |
| 4229 | }, |
| 4230 | { |
| 4231 | MethodName: "RebootDevice", |
| 4232 | Handler: _VolthaService_RebootDevice_Handler, |
| 4233 | }, |
| 4234 | { |
| 4235 | MethodName: "DeleteDevice", |
| 4236 | Handler: _VolthaService_DeleteDevice_Handler, |
| 4237 | }, |
| 4238 | { |
| 4239 | MethodName: "DownloadImage", |
| 4240 | Handler: _VolthaService_DownloadImage_Handler, |
| 4241 | }, |
| 4242 | { |
| 4243 | MethodName: "GetImageDownloadStatus", |
| 4244 | Handler: _VolthaService_GetImageDownloadStatus_Handler, |
| 4245 | }, |
| 4246 | { |
| 4247 | MethodName: "GetImageDownload", |
| 4248 | Handler: _VolthaService_GetImageDownload_Handler, |
| 4249 | }, |
| 4250 | { |
| 4251 | MethodName: "ListImageDownloads", |
| 4252 | Handler: _VolthaService_ListImageDownloads_Handler, |
| 4253 | }, |
| 4254 | { |
| 4255 | MethodName: "CancelImageDownload", |
| 4256 | Handler: _VolthaService_CancelImageDownload_Handler, |
| 4257 | }, |
| 4258 | { |
| 4259 | MethodName: "ActivateImageUpdate", |
| 4260 | Handler: _VolthaService_ActivateImageUpdate_Handler, |
| 4261 | }, |
| 4262 | { |
| 4263 | MethodName: "RevertImageUpdate", |
| 4264 | Handler: _VolthaService_RevertImageUpdate_Handler, |
| 4265 | }, |
| 4266 | { |
| 4267 | MethodName: "ListDevicePorts", |
| 4268 | Handler: _VolthaService_ListDevicePorts_Handler, |
| 4269 | }, |
| 4270 | { |
| 4271 | MethodName: "ListDevicePmConfigs", |
| 4272 | Handler: _VolthaService_ListDevicePmConfigs_Handler, |
| 4273 | }, |
| 4274 | { |
| 4275 | MethodName: "UpdateDevicePmConfigs", |
| 4276 | Handler: _VolthaService_UpdateDevicePmConfigs_Handler, |
| 4277 | }, |
| 4278 | { |
| 4279 | MethodName: "ListDeviceFlows", |
| 4280 | Handler: _VolthaService_ListDeviceFlows_Handler, |
| 4281 | }, |
| 4282 | { |
| 4283 | MethodName: "ListDeviceFlowGroups", |
| 4284 | Handler: _VolthaService_ListDeviceFlowGroups_Handler, |
| 4285 | }, |
| 4286 | { |
| 4287 | MethodName: "ListDeviceTypes", |
| 4288 | Handler: _VolthaService_ListDeviceTypes_Handler, |
| 4289 | }, |
| 4290 | { |
| 4291 | MethodName: "GetDeviceType", |
| 4292 | Handler: _VolthaService_GetDeviceType_Handler, |
| 4293 | }, |
| 4294 | { |
| 4295 | MethodName: "ListDeviceGroups", |
| 4296 | Handler: _VolthaService_ListDeviceGroups_Handler, |
| 4297 | }, |
| 4298 | { |
| 4299 | MethodName: "GetDeviceGroup", |
| 4300 | Handler: _VolthaService_GetDeviceGroup_Handler, |
| 4301 | }, |
| 4302 | { |
| 4303 | MethodName: "CreateAlarmFilter", |
| 4304 | Handler: _VolthaService_CreateAlarmFilter_Handler, |
| 4305 | }, |
| 4306 | { |
| 4307 | MethodName: "GetAlarmFilter", |
| 4308 | Handler: _VolthaService_GetAlarmFilter_Handler, |
| 4309 | }, |
| 4310 | { |
| 4311 | MethodName: "UpdateAlarmFilter", |
| 4312 | Handler: _VolthaService_UpdateAlarmFilter_Handler, |
| 4313 | }, |
| 4314 | { |
| 4315 | MethodName: "DeleteAlarmFilter", |
| 4316 | Handler: _VolthaService_DeleteAlarmFilter_Handler, |
| 4317 | }, |
| 4318 | { |
| 4319 | MethodName: "ListAlarmFilters", |
| 4320 | Handler: _VolthaService_ListAlarmFilters_Handler, |
| 4321 | }, |
| 4322 | { |
| 4323 | MethodName: "GetImages", |
| 4324 | Handler: _VolthaService_GetImages_Handler, |
| 4325 | }, |
| 4326 | { |
| 4327 | MethodName: "SelfTest", |
| 4328 | Handler: _VolthaService_SelfTest_Handler, |
| 4329 | }, |
| 4330 | { |
| 4331 | MethodName: "GetMibDeviceData", |
| 4332 | Handler: _VolthaService_GetMibDeviceData_Handler, |
| 4333 | }, |
| 4334 | { |
| 4335 | MethodName: "GetAlarmDeviceData", |
| 4336 | Handler: _VolthaService_GetAlarmDeviceData_Handler, |
| 4337 | }, |
| 4338 | { |
| 4339 | MethodName: "SimulateAlarm", |
| 4340 | Handler: _VolthaService_SimulateAlarm_Handler, |
| 4341 | }, |
| 4342 | { |
| 4343 | MethodName: "Subscribe", |
| 4344 | Handler: _VolthaService_Subscribe_Handler, |
| 4345 | }, |
| 4346 | }, |
| 4347 | Streams: []grpc.StreamDesc{ |
| 4348 | { |
| 4349 | StreamName: "StreamPacketsOut", |
| 4350 | Handler: _VolthaService_StreamPacketsOut_Handler, |
| 4351 | ClientStreams: true, |
| 4352 | }, |
| 4353 | { |
| 4354 | StreamName: "ReceivePacketsIn", |
| 4355 | Handler: _VolthaService_ReceivePacketsIn_Handler, |
| 4356 | ServerStreams: true, |
| 4357 | }, |
| 4358 | { |
| 4359 | StreamName: "ReceiveChangeEvents", |
| 4360 | Handler: _VolthaService_ReceiveChangeEvents_Handler, |
| 4361 | ServerStreams: true, |
| 4362 | }, |
| 4363 | }, |
| 4364 | Metadata: "voltha_protos/voltha.proto", |
| 4365 | } |