William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1 | // Code generated by protoc-gen-go. DO NOT EDIT. |
| 2 | // source: voltha_protos/voltha.proto |
| 3 | |
| 4 | package voltha |
| 5 | |
| 6 | import ( |
| 7 | context "context" |
| 8 | fmt "fmt" |
| 9 | proto "github.com/golang/protobuf/proto" |
| 10 | empty "github.com/golang/protobuf/ptypes/empty" |
Girish Gowdra | a09aeab | 2020-09-14 16:30:52 -0700 | [diff] [blame] | 11 | common "github.com/opencord/voltha-protos/v4/go/common" |
| 12 | config "github.com/opencord/voltha-protos/v4/go/ext/config" |
| 13 | omci "github.com/opencord/voltha-protos/v4/go/omci" |
| 14 | openflow_13 "github.com/opencord/voltha-protos/v4/go/openflow_13" |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 15 | _ "google.golang.org/genproto/googleapis/api/annotations" |
| 16 | grpc "google.golang.org/grpc" |
David K. Bainbridge | 2f2658d | 2021-04-09 16:13:57 +0000 | [diff] [blame] | 17 | codes "google.golang.org/grpc/codes" |
| 18 | status "google.golang.org/grpc/status" |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 19 | math "math" |
| 20 | ) |
| 21 | |
| 22 | // Reference imports to suppress errors if they are not otherwise used. |
| 23 | var _ = proto.Marshal |
| 24 | var _ = fmt.Errorf |
| 25 | var _ = math.Inf |
| 26 | |
| 27 | // This is a compile-time assertion to ensure that this generated file |
| 28 | // is compatible with the proto package it is being compiled against. |
| 29 | // A compilation error at this line likely means your copy of the |
| 30 | // proto package needs to be updated. |
| 31 | const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package |
| 32 | |
| 33 | // ChildNode from public import voltha_protos/meta.proto |
| 34 | type ChildNode = common.ChildNode |
| 35 | |
| 36 | // Access from public import voltha_protos/meta.proto |
| 37 | type Access = common.Access |
| 38 | |
| 39 | var Access_name = common.Access_name |
| 40 | var Access_value = common.Access_value |
| 41 | |
| 42 | const Access_CONFIG = Access(common.Access_CONFIG) |
| 43 | const Access_READ_ONLY = Access(common.Access_READ_ONLY) |
| 44 | const Access_REAL_TIME = Access(common.Access_REAL_TIME) |
| 45 | |
| 46 | var E_ChildNode = common.E_ChildNode |
| 47 | |
| 48 | var E_Access = common.E_Access |
| 49 | |
| 50 | // ID from public import voltha_protos/common.proto |
| 51 | type ID = common.ID |
| 52 | |
| 53 | // IDs from public import voltha_protos/common.proto |
| 54 | type IDs = common.IDs |
| 55 | |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 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 | |
Dinesh Belwalkar | db587af | 2020-02-27 15:37:16 -0800 | [diff] [blame] | 68 | // ValueType from public import voltha_protos/common.proto |
| 69 | type ValueType = common.ValueType |
| 70 | |
| 71 | // ValueSpecifier from public import voltha_protos/common.proto |
| 72 | type ValueSpecifier = common.ValueSpecifier |
| 73 | |
| 74 | // ReturnValues from public import voltha_protos/common.proto |
| 75 | type ReturnValues = common.ReturnValues |
| 76 | |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 77 | // TestModeKeys from public import voltha_protos/common.proto |
| 78 | type TestModeKeys = common.TestModeKeys |
| 79 | |
| 80 | var TestModeKeys_name = common.TestModeKeys_name |
| 81 | var TestModeKeys_value = common.TestModeKeys_value |
| 82 | |
| 83 | const TestModeKeys_api_test = TestModeKeys(common.TestModeKeys_api_test) |
| 84 | |
Esin Karaman | ccb714b | 2019-11-29 15:02:06 +0000 | [diff] [blame] | 85 | // AdminState_Types from public import voltha_protos/common.proto |
| 86 | type AdminState_Types = common.AdminState_Types |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 87 | |
Esin Karaman | ccb714b | 2019-11-29 15:02:06 +0000 | [diff] [blame] | 88 | var AdminState_Types_name = common.AdminState_Types_name |
| 89 | var AdminState_Types_value = common.AdminState_Types_value |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 90 | |
Esin Karaman | ccb714b | 2019-11-29 15:02:06 +0000 | [diff] [blame] | 91 | const AdminState_UNKNOWN = AdminState_Types(common.AdminState_UNKNOWN) |
| 92 | const AdminState_PREPROVISIONED = AdminState_Types(common.AdminState_PREPROVISIONED) |
| 93 | const AdminState_ENABLED = AdminState_Types(common.AdminState_ENABLED) |
| 94 | const AdminState_DISABLED = AdminState_Types(common.AdminState_DISABLED) |
| 95 | const AdminState_DOWNLOADING_IMAGE = AdminState_Types(common.AdminState_DOWNLOADING_IMAGE) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 96 | |
Esin Karaman | ccb714b | 2019-11-29 15:02:06 +0000 | [diff] [blame] | 97 | // OperStatus_Types from public import voltha_protos/common.proto |
| 98 | type OperStatus_Types = common.OperStatus_Types |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 99 | |
Esin Karaman | ccb714b | 2019-11-29 15:02:06 +0000 | [diff] [blame] | 100 | var OperStatus_Types_name = common.OperStatus_Types_name |
| 101 | var OperStatus_Types_value = common.OperStatus_Types_value |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 102 | |
Esin Karaman | ccb714b | 2019-11-29 15:02:06 +0000 | [diff] [blame] | 103 | const OperStatus_UNKNOWN = OperStatus_Types(common.OperStatus_UNKNOWN) |
| 104 | const OperStatus_DISCOVERED = OperStatus_Types(common.OperStatus_DISCOVERED) |
| 105 | const OperStatus_ACTIVATING = OperStatus_Types(common.OperStatus_ACTIVATING) |
| 106 | const OperStatus_TESTING = OperStatus_Types(common.OperStatus_TESTING) |
| 107 | const OperStatus_ACTIVE = OperStatus_Types(common.OperStatus_ACTIVE) |
| 108 | const OperStatus_FAILED = OperStatus_Types(common.OperStatus_FAILED) |
David K. Bainbridge | 2f2658d | 2021-04-09 16:13:57 +0000 | [diff] [blame] | 109 | const OperStatus_RECONCILING = OperStatus_Types(common.OperStatus_RECONCILING) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 110 | |
Esin Karaman | ccb714b | 2019-11-29 15:02:06 +0000 | [diff] [blame] | 111 | // ConnectStatus_Types from public import voltha_protos/common.proto |
| 112 | type ConnectStatus_Types = common.ConnectStatus_Types |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 113 | |
Esin Karaman | ccb714b | 2019-11-29 15:02:06 +0000 | [diff] [blame] | 114 | var ConnectStatus_Types_name = common.ConnectStatus_Types_name |
| 115 | var ConnectStatus_Types_value = common.ConnectStatus_Types_value |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 116 | |
Esin Karaman | ccb714b | 2019-11-29 15:02:06 +0000 | [diff] [blame] | 117 | const ConnectStatus_UNKNOWN = ConnectStatus_Types(common.ConnectStatus_UNKNOWN) |
| 118 | const ConnectStatus_UNREACHABLE = ConnectStatus_Types(common.ConnectStatus_UNREACHABLE) |
| 119 | const ConnectStatus_REACHABLE = ConnectStatus_Types(common.ConnectStatus_REACHABLE) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 120 | |
| 121 | // OperationResp_OperationReturnCode from public import voltha_protos/common.proto |
| 122 | type OperationResp_OperationReturnCode = common.OperationResp_OperationReturnCode |
| 123 | |
| 124 | var OperationResp_OperationReturnCode_name = common.OperationResp_OperationReturnCode_name |
| 125 | var OperationResp_OperationReturnCode_value = common.OperationResp_OperationReturnCode_value |
| 126 | |
| 127 | const OperationResp_OPERATION_SUCCESS = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_SUCCESS) |
| 128 | const OperationResp_OPERATION_FAILURE = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_FAILURE) |
| 129 | const OperationResp_OPERATION_UNSUPPORTED = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_UNSUPPORTED) |
Gamze Abaka | 7650be6 | 2021-02-26 10:50:36 +0000 | [diff] [blame] | 130 | const OperationResp_OPERATION_IN_PROGRESS = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_IN_PROGRESS) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 131 | |
Dinesh Belwalkar | db587af | 2020-02-27 15:37:16 -0800 | [diff] [blame] | 132 | // ValueType_Type from public import voltha_protos/common.proto |
| 133 | type ValueType_Type = common.ValueType_Type |
| 134 | |
| 135 | var ValueType_Type_name = common.ValueType_Type_name |
| 136 | var ValueType_Type_value = common.ValueType_Type_value |
| 137 | |
| 138 | const ValueType_EMPTY = ValueType_Type(common.ValueType_EMPTY) |
| 139 | const ValueType_DISTANCE = ValueType_Type(common.ValueType_DISTANCE) |
| 140 | |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 141 | // OfpHeader from public import voltha_protos/openflow_13.proto |
| 142 | type OfpHeader = openflow_13.OfpHeader |
| 143 | |
| 144 | // OfpHelloElemHeader from public import voltha_protos/openflow_13.proto |
| 145 | type OfpHelloElemHeader = openflow_13.OfpHelloElemHeader |
| 146 | type OfpHelloElemHeader_Versionbitmap = openflow_13.OfpHelloElemHeader_Versionbitmap |
| 147 | |
| 148 | // OfpHelloElemVersionbitmap from public import voltha_protos/openflow_13.proto |
| 149 | type OfpHelloElemVersionbitmap = openflow_13.OfpHelloElemVersionbitmap |
| 150 | |
| 151 | // OfpHello from public import voltha_protos/openflow_13.proto |
| 152 | type OfpHello = openflow_13.OfpHello |
| 153 | |
| 154 | // OfpSwitchConfig from public import voltha_protos/openflow_13.proto |
| 155 | type OfpSwitchConfig = openflow_13.OfpSwitchConfig |
| 156 | |
| 157 | // OfpTableMod from public import voltha_protos/openflow_13.proto |
| 158 | type OfpTableMod = openflow_13.OfpTableMod |
| 159 | |
| 160 | // OfpPort from public import voltha_protos/openflow_13.proto |
| 161 | type OfpPort = openflow_13.OfpPort |
| 162 | |
| 163 | // OfpSwitchFeatures from public import voltha_protos/openflow_13.proto |
| 164 | type OfpSwitchFeatures = openflow_13.OfpSwitchFeatures |
| 165 | |
| 166 | // OfpPortStatus from public import voltha_protos/openflow_13.proto |
| 167 | type OfpPortStatus = openflow_13.OfpPortStatus |
| 168 | |
| 169 | // OfpPortMod from public import voltha_protos/openflow_13.proto |
| 170 | type OfpPortMod = openflow_13.OfpPortMod |
| 171 | |
| 172 | // OfpMatch from public import voltha_protos/openflow_13.proto |
| 173 | type OfpMatch = openflow_13.OfpMatch |
| 174 | |
| 175 | // OfpOxmField from public import voltha_protos/openflow_13.proto |
| 176 | type OfpOxmField = openflow_13.OfpOxmField |
| 177 | type OfpOxmField_OfbField = openflow_13.OfpOxmField_OfbField |
| 178 | type OfpOxmField_ExperimenterField = openflow_13.OfpOxmField_ExperimenterField |
| 179 | |
| 180 | // OfpOxmOfbField from public import voltha_protos/openflow_13.proto |
| 181 | type OfpOxmOfbField = openflow_13.OfpOxmOfbField |
| 182 | type OfpOxmOfbField_Port = openflow_13.OfpOxmOfbField_Port |
| 183 | type OfpOxmOfbField_PhysicalPort = openflow_13.OfpOxmOfbField_PhysicalPort |
| 184 | type OfpOxmOfbField_TableMetadata = openflow_13.OfpOxmOfbField_TableMetadata |
| 185 | type OfpOxmOfbField_EthDst = openflow_13.OfpOxmOfbField_EthDst |
| 186 | type OfpOxmOfbField_EthSrc = openflow_13.OfpOxmOfbField_EthSrc |
| 187 | type OfpOxmOfbField_EthType = openflow_13.OfpOxmOfbField_EthType |
| 188 | type OfpOxmOfbField_VlanVid = openflow_13.OfpOxmOfbField_VlanVid |
| 189 | type OfpOxmOfbField_VlanPcp = openflow_13.OfpOxmOfbField_VlanPcp |
| 190 | type OfpOxmOfbField_IpDscp = openflow_13.OfpOxmOfbField_IpDscp |
| 191 | type OfpOxmOfbField_IpEcn = openflow_13.OfpOxmOfbField_IpEcn |
| 192 | type OfpOxmOfbField_IpProto = openflow_13.OfpOxmOfbField_IpProto |
| 193 | type OfpOxmOfbField_Ipv4Src = openflow_13.OfpOxmOfbField_Ipv4Src |
| 194 | type OfpOxmOfbField_Ipv4Dst = openflow_13.OfpOxmOfbField_Ipv4Dst |
| 195 | type OfpOxmOfbField_TcpSrc = openflow_13.OfpOxmOfbField_TcpSrc |
| 196 | type OfpOxmOfbField_TcpDst = openflow_13.OfpOxmOfbField_TcpDst |
| 197 | type OfpOxmOfbField_UdpSrc = openflow_13.OfpOxmOfbField_UdpSrc |
| 198 | type OfpOxmOfbField_UdpDst = openflow_13.OfpOxmOfbField_UdpDst |
| 199 | type OfpOxmOfbField_SctpSrc = openflow_13.OfpOxmOfbField_SctpSrc |
| 200 | type OfpOxmOfbField_SctpDst = openflow_13.OfpOxmOfbField_SctpDst |
| 201 | type OfpOxmOfbField_Icmpv4Type = openflow_13.OfpOxmOfbField_Icmpv4Type |
| 202 | type OfpOxmOfbField_Icmpv4Code = openflow_13.OfpOxmOfbField_Icmpv4Code |
| 203 | type OfpOxmOfbField_ArpOp = openflow_13.OfpOxmOfbField_ArpOp |
| 204 | type OfpOxmOfbField_ArpSpa = openflow_13.OfpOxmOfbField_ArpSpa |
| 205 | type OfpOxmOfbField_ArpTpa = openflow_13.OfpOxmOfbField_ArpTpa |
| 206 | type OfpOxmOfbField_ArpSha = openflow_13.OfpOxmOfbField_ArpSha |
| 207 | type OfpOxmOfbField_ArpTha = openflow_13.OfpOxmOfbField_ArpTha |
| 208 | type OfpOxmOfbField_Ipv6Src = openflow_13.OfpOxmOfbField_Ipv6Src |
| 209 | type OfpOxmOfbField_Ipv6Dst = openflow_13.OfpOxmOfbField_Ipv6Dst |
| 210 | type OfpOxmOfbField_Ipv6Flabel = openflow_13.OfpOxmOfbField_Ipv6Flabel |
| 211 | type OfpOxmOfbField_Icmpv6Type = openflow_13.OfpOxmOfbField_Icmpv6Type |
| 212 | type OfpOxmOfbField_Icmpv6Code = openflow_13.OfpOxmOfbField_Icmpv6Code |
| 213 | type OfpOxmOfbField_Ipv6NdTarget = openflow_13.OfpOxmOfbField_Ipv6NdTarget |
| 214 | type OfpOxmOfbField_Ipv6NdSsl = openflow_13.OfpOxmOfbField_Ipv6NdSsl |
| 215 | type OfpOxmOfbField_Ipv6NdTll = openflow_13.OfpOxmOfbField_Ipv6NdTll |
| 216 | type OfpOxmOfbField_MplsLabel = openflow_13.OfpOxmOfbField_MplsLabel |
| 217 | type OfpOxmOfbField_MplsTc = openflow_13.OfpOxmOfbField_MplsTc |
| 218 | type OfpOxmOfbField_MplsBos = openflow_13.OfpOxmOfbField_MplsBos |
| 219 | type OfpOxmOfbField_PbbIsid = openflow_13.OfpOxmOfbField_PbbIsid |
| 220 | type OfpOxmOfbField_TunnelId = openflow_13.OfpOxmOfbField_TunnelId |
| 221 | type OfpOxmOfbField_Ipv6Exthdr = openflow_13.OfpOxmOfbField_Ipv6Exthdr |
| 222 | type OfpOxmOfbField_TableMetadataMask = openflow_13.OfpOxmOfbField_TableMetadataMask |
| 223 | type OfpOxmOfbField_EthDstMask = openflow_13.OfpOxmOfbField_EthDstMask |
| 224 | type OfpOxmOfbField_EthSrcMask = openflow_13.OfpOxmOfbField_EthSrcMask |
| 225 | type OfpOxmOfbField_VlanVidMask = openflow_13.OfpOxmOfbField_VlanVidMask |
| 226 | type OfpOxmOfbField_Ipv4SrcMask = openflow_13.OfpOxmOfbField_Ipv4SrcMask |
| 227 | type OfpOxmOfbField_Ipv4DstMask = openflow_13.OfpOxmOfbField_Ipv4DstMask |
| 228 | type OfpOxmOfbField_ArpSpaMask = openflow_13.OfpOxmOfbField_ArpSpaMask |
| 229 | type OfpOxmOfbField_ArpTpaMask = openflow_13.OfpOxmOfbField_ArpTpaMask |
| 230 | type OfpOxmOfbField_Ipv6SrcMask = openflow_13.OfpOxmOfbField_Ipv6SrcMask |
| 231 | type OfpOxmOfbField_Ipv6DstMask = openflow_13.OfpOxmOfbField_Ipv6DstMask |
| 232 | type OfpOxmOfbField_Ipv6FlabelMask = openflow_13.OfpOxmOfbField_Ipv6FlabelMask |
| 233 | type OfpOxmOfbField_PbbIsidMask = openflow_13.OfpOxmOfbField_PbbIsidMask |
| 234 | type OfpOxmOfbField_TunnelIdMask = openflow_13.OfpOxmOfbField_TunnelIdMask |
| 235 | type OfpOxmOfbField_Ipv6ExthdrMask = openflow_13.OfpOxmOfbField_Ipv6ExthdrMask |
| 236 | |
| 237 | // OfpOxmExperimenterField from public import voltha_protos/openflow_13.proto |
| 238 | type OfpOxmExperimenterField = openflow_13.OfpOxmExperimenterField |
| 239 | |
| 240 | // OfpAction from public import voltha_protos/openflow_13.proto |
| 241 | type OfpAction = openflow_13.OfpAction |
| 242 | type OfpAction_Output = openflow_13.OfpAction_Output |
| 243 | type OfpAction_MplsTtl = openflow_13.OfpAction_MplsTtl |
| 244 | type OfpAction_Push = openflow_13.OfpAction_Push |
| 245 | type OfpAction_PopMpls = openflow_13.OfpAction_PopMpls |
| 246 | type OfpAction_Group = openflow_13.OfpAction_Group |
| 247 | type OfpAction_NwTtl = openflow_13.OfpAction_NwTtl |
| 248 | type OfpAction_SetField = openflow_13.OfpAction_SetField |
| 249 | type OfpAction_Experimenter = openflow_13.OfpAction_Experimenter |
| 250 | |
| 251 | // OfpActionOutput from public import voltha_protos/openflow_13.proto |
| 252 | type OfpActionOutput = openflow_13.OfpActionOutput |
| 253 | |
| 254 | // OfpActionMplsTtl from public import voltha_protos/openflow_13.proto |
| 255 | type OfpActionMplsTtl = openflow_13.OfpActionMplsTtl |
| 256 | |
| 257 | // OfpActionPush from public import voltha_protos/openflow_13.proto |
| 258 | type OfpActionPush = openflow_13.OfpActionPush |
| 259 | |
| 260 | // OfpActionPopMpls from public import voltha_protos/openflow_13.proto |
| 261 | type OfpActionPopMpls = openflow_13.OfpActionPopMpls |
| 262 | |
| 263 | // OfpActionGroup from public import voltha_protos/openflow_13.proto |
| 264 | type OfpActionGroup = openflow_13.OfpActionGroup |
| 265 | |
| 266 | // OfpActionNwTtl from public import voltha_protos/openflow_13.proto |
| 267 | type OfpActionNwTtl = openflow_13.OfpActionNwTtl |
| 268 | |
| 269 | // OfpActionSetField from public import voltha_protos/openflow_13.proto |
| 270 | type OfpActionSetField = openflow_13.OfpActionSetField |
| 271 | |
| 272 | // OfpActionExperimenter from public import voltha_protos/openflow_13.proto |
| 273 | type OfpActionExperimenter = openflow_13.OfpActionExperimenter |
| 274 | |
| 275 | // OfpInstruction from public import voltha_protos/openflow_13.proto |
| 276 | type OfpInstruction = openflow_13.OfpInstruction |
| 277 | type OfpInstruction_GotoTable = openflow_13.OfpInstruction_GotoTable |
| 278 | type OfpInstruction_WriteMetadata = openflow_13.OfpInstruction_WriteMetadata |
| 279 | type OfpInstruction_Actions = openflow_13.OfpInstruction_Actions |
| 280 | type OfpInstruction_Meter = openflow_13.OfpInstruction_Meter |
| 281 | type OfpInstruction_Experimenter = openflow_13.OfpInstruction_Experimenter |
| 282 | |
| 283 | // OfpInstructionGotoTable from public import voltha_protos/openflow_13.proto |
| 284 | type OfpInstructionGotoTable = openflow_13.OfpInstructionGotoTable |
| 285 | |
| 286 | // OfpInstructionWriteMetadata from public import voltha_protos/openflow_13.proto |
| 287 | type OfpInstructionWriteMetadata = openflow_13.OfpInstructionWriteMetadata |
| 288 | |
| 289 | // OfpInstructionActions from public import voltha_protos/openflow_13.proto |
| 290 | type OfpInstructionActions = openflow_13.OfpInstructionActions |
| 291 | |
| 292 | // OfpInstructionMeter from public import voltha_protos/openflow_13.proto |
| 293 | type OfpInstructionMeter = openflow_13.OfpInstructionMeter |
| 294 | |
| 295 | // OfpInstructionExperimenter from public import voltha_protos/openflow_13.proto |
| 296 | type OfpInstructionExperimenter = openflow_13.OfpInstructionExperimenter |
| 297 | |
| 298 | // OfpFlowMod from public import voltha_protos/openflow_13.proto |
| 299 | type OfpFlowMod = openflow_13.OfpFlowMod |
| 300 | |
| 301 | // OfpBucket from public import voltha_protos/openflow_13.proto |
| 302 | type OfpBucket = openflow_13.OfpBucket |
| 303 | |
| 304 | // OfpGroupMod from public import voltha_protos/openflow_13.proto |
| 305 | type OfpGroupMod = openflow_13.OfpGroupMod |
| 306 | |
| 307 | // OfpPacketOut from public import voltha_protos/openflow_13.proto |
| 308 | type OfpPacketOut = openflow_13.OfpPacketOut |
| 309 | |
| 310 | // OfpPacketIn from public import voltha_protos/openflow_13.proto |
| 311 | type OfpPacketIn = openflow_13.OfpPacketIn |
| 312 | |
| 313 | // OfpFlowRemoved from public import voltha_protos/openflow_13.proto |
| 314 | type OfpFlowRemoved = openflow_13.OfpFlowRemoved |
| 315 | |
| 316 | // OfpMeterBandHeader from public import voltha_protos/openflow_13.proto |
| 317 | type OfpMeterBandHeader = openflow_13.OfpMeterBandHeader |
| 318 | type OfpMeterBandHeader_Drop = openflow_13.OfpMeterBandHeader_Drop |
| 319 | type OfpMeterBandHeader_DscpRemark = openflow_13.OfpMeterBandHeader_DscpRemark |
| 320 | type OfpMeterBandHeader_Experimenter = openflow_13.OfpMeterBandHeader_Experimenter |
| 321 | |
| 322 | // OfpMeterBandDrop from public import voltha_protos/openflow_13.proto |
| 323 | type OfpMeterBandDrop = openflow_13.OfpMeterBandDrop |
| 324 | |
| 325 | // OfpMeterBandDscpRemark from public import voltha_protos/openflow_13.proto |
| 326 | type OfpMeterBandDscpRemark = openflow_13.OfpMeterBandDscpRemark |
| 327 | |
| 328 | // OfpMeterBandExperimenter from public import voltha_protos/openflow_13.proto |
| 329 | type OfpMeterBandExperimenter = openflow_13.OfpMeterBandExperimenter |
| 330 | |
| 331 | // OfpMeterMod from public import voltha_protos/openflow_13.proto |
| 332 | type OfpMeterMod = openflow_13.OfpMeterMod |
| 333 | |
| 334 | // OfpErrorMsg from public import voltha_protos/openflow_13.proto |
| 335 | type OfpErrorMsg = openflow_13.OfpErrorMsg |
| 336 | |
| 337 | // OfpErrorExperimenterMsg from public import voltha_protos/openflow_13.proto |
| 338 | type OfpErrorExperimenterMsg = openflow_13.OfpErrorExperimenterMsg |
| 339 | |
| 340 | // OfpMultipartRequest from public import voltha_protos/openflow_13.proto |
| 341 | type OfpMultipartRequest = openflow_13.OfpMultipartRequest |
| 342 | |
| 343 | // OfpMultipartReply from public import voltha_protos/openflow_13.proto |
| 344 | type OfpMultipartReply = openflow_13.OfpMultipartReply |
| 345 | |
| 346 | // OfpDesc from public import voltha_protos/openflow_13.proto |
| 347 | type OfpDesc = openflow_13.OfpDesc |
| 348 | |
| 349 | // OfpFlowStatsRequest from public import voltha_protos/openflow_13.proto |
| 350 | type OfpFlowStatsRequest = openflow_13.OfpFlowStatsRequest |
| 351 | |
| 352 | // OfpFlowStats from public import voltha_protos/openflow_13.proto |
| 353 | type OfpFlowStats = openflow_13.OfpFlowStats |
| 354 | |
| 355 | // OfpAggregateStatsRequest from public import voltha_protos/openflow_13.proto |
| 356 | type OfpAggregateStatsRequest = openflow_13.OfpAggregateStatsRequest |
| 357 | |
| 358 | // OfpAggregateStatsReply from public import voltha_protos/openflow_13.proto |
| 359 | type OfpAggregateStatsReply = openflow_13.OfpAggregateStatsReply |
| 360 | |
| 361 | // OfpTableFeatureProperty from public import voltha_protos/openflow_13.proto |
| 362 | type OfpTableFeatureProperty = openflow_13.OfpTableFeatureProperty |
| 363 | type OfpTableFeatureProperty_Instructions = openflow_13.OfpTableFeatureProperty_Instructions |
| 364 | type OfpTableFeatureProperty_NextTables = openflow_13.OfpTableFeatureProperty_NextTables |
| 365 | type OfpTableFeatureProperty_Actions = openflow_13.OfpTableFeatureProperty_Actions |
| 366 | type OfpTableFeatureProperty_Oxm = openflow_13.OfpTableFeatureProperty_Oxm |
| 367 | type OfpTableFeatureProperty_Experimenter = openflow_13.OfpTableFeatureProperty_Experimenter |
| 368 | |
| 369 | // OfpTableFeaturePropInstructions from public import voltha_protos/openflow_13.proto |
| 370 | type OfpTableFeaturePropInstructions = openflow_13.OfpTableFeaturePropInstructions |
| 371 | |
| 372 | // OfpTableFeaturePropNextTables from public import voltha_protos/openflow_13.proto |
| 373 | type OfpTableFeaturePropNextTables = openflow_13.OfpTableFeaturePropNextTables |
| 374 | |
| 375 | // OfpTableFeaturePropActions from public import voltha_protos/openflow_13.proto |
| 376 | type OfpTableFeaturePropActions = openflow_13.OfpTableFeaturePropActions |
| 377 | |
| 378 | // OfpTableFeaturePropOxm from public import voltha_protos/openflow_13.proto |
| 379 | type OfpTableFeaturePropOxm = openflow_13.OfpTableFeaturePropOxm |
| 380 | |
| 381 | // OfpTableFeaturePropExperimenter from public import voltha_protos/openflow_13.proto |
| 382 | type OfpTableFeaturePropExperimenter = openflow_13.OfpTableFeaturePropExperimenter |
| 383 | |
| 384 | // OfpTableFeatures from public import voltha_protos/openflow_13.proto |
| 385 | type OfpTableFeatures = openflow_13.OfpTableFeatures |
| 386 | |
| 387 | // OfpTableStats from public import voltha_protos/openflow_13.proto |
| 388 | type OfpTableStats = openflow_13.OfpTableStats |
| 389 | |
| 390 | // OfpPortStatsRequest from public import voltha_protos/openflow_13.proto |
| 391 | type OfpPortStatsRequest = openflow_13.OfpPortStatsRequest |
| 392 | |
| 393 | // OfpPortStats from public import voltha_protos/openflow_13.proto |
| 394 | type OfpPortStats = openflow_13.OfpPortStats |
| 395 | |
| 396 | // OfpGroupStatsRequest from public import voltha_protos/openflow_13.proto |
| 397 | type OfpGroupStatsRequest = openflow_13.OfpGroupStatsRequest |
| 398 | |
| 399 | // OfpBucketCounter from public import voltha_protos/openflow_13.proto |
| 400 | type OfpBucketCounter = openflow_13.OfpBucketCounter |
| 401 | |
| 402 | // OfpGroupStats from public import voltha_protos/openflow_13.proto |
| 403 | type OfpGroupStats = openflow_13.OfpGroupStats |
| 404 | |
| 405 | // OfpGroupDesc from public import voltha_protos/openflow_13.proto |
| 406 | type OfpGroupDesc = openflow_13.OfpGroupDesc |
| 407 | |
| 408 | // OfpGroupEntry from public import voltha_protos/openflow_13.proto |
| 409 | type OfpGroupEntry = openflow_13.OfpGroupEntry |
| 410 | |
| 411 | // OfpGroupFeatures from public import voltha_protos/openflow_13.proto |
| 412 | type OfpGroupFeatures = openflow_13.OfpGroupFeatures |
| 413 | |
| 414 | // OfpMeterMultipartRequest from public import voltha_protos/openflow_13.proto |
| 415 | type OfpMeterMultipartRequest = openflow_13.OfpMeterMultipartRequest |
| 416 | |
| 417 | // OfpMeterBandStats from public import voltha_protos/openflow_13.proto |
| 418 | type OfpMeterBandStats = openflow_13.OfpMeterBandStats |
| 419 | |
| 420 | // OfpMeterStats from public import voltha_protos/openflow_13.proto |
| 421 | type OfpMeterStats = openflow_13.OfpMeterStats |
| 422 | |
| 423 | // OfpMeterConfig from public import voltha_protos/openflow_13.proto |
| 424 | type OfpMeterConfig = openflow_13.OfpMeterConfig |
| 425 | |
| 426 | // OfpMeterFeatures from public import voltha_protos/openflow_13.proto |
| 427 | type OfpMeterFeatures = openflow_13.OfpMeterFeatures |
| 428 | |
Manikkaraj k | b1d5144 | 2019-07-23 10:41:02 -0400 | [diff] [blame] | 429 | // OfpMeterEntry from public import voltha_protos/openflow_13.proto |
| 430 | type OfpMeterEntry = openflow_13.OfpMeterEntry |
| 431 | |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 432 | // OfpExperimenterMultipartHeader from public import voltha_protos/openflow_13.proto |
| 433 | type OfpExperimenterMultipartHeader = openflow_13.OfpExperimenterMultipartHeader |
| 434 | |
| 435 | // OfpExperimenterHeader from public import voltha_protos/openflow_13.proto |
| 436 | type OfpExperimenterHeader = openflow_13.OfpExperimenterHeader |
| 437 | |
| 438 | // OfpQueuePropHeader from public import voltha_protos/openflow_13.proto |
| 439 | type OfpQueuePropHeader = openflow_13.OfpQueuePropHeader |
| 440 | |
| 441 | // OfpQueuePropMinRate from public import voltha_protos/openflow_13.proto |
| 442 | type OfpQueuePropMinRate = openflow_13.OfpQueuePropMinRate |
| 443 | |
| 444 | // OfpQueuePropMaxRate from public import voltha_protos/openflow_13.proto |
| 445 | type OfpQueuePropMaxRate = openflow_13.OfpQueuePropMaxRate |
| 446 | |
| 447 | // OfpQueuePropExperimenter from public import voltha_protos/openflow_13.proto |
| 448 | type OfpQueuePropExperimenter = openflow_13.OfpQueuePropExperimenter |
| 449 | |
| 450 | // OfpPacketQueue from public import voltha_protos/openflow_13.proto |
| 451 | type OfpPacketQueue = openflow_13.OfpPacketQueue |
| 452 | |
| 453 | // OfpQueueGetConfigRequest from public import voltha_protos/openflow_13.proto |
| 454 | type OfpQueueGetConfigRequest = openflow_13.OfpQueueGetConfigRequest |
| 455 | |
| 456 | // OfpQueueGetConfigReply from public import voltha_protos/openflow_13.proto |
| 457 | type OfpQueueGetConfigReply = openflow_13.OfpQueueGetConfigReply |
| 458 | |
| 459 | // OfpActionSetQueue from public import voltha_protos/openflow_13.proto |
| 460 | type OfpActionSetQueue = openflow_13.OfpActionSetQueue |
| 461 | |
| 462 | // OfpQueueStatsRequest from public import voltha_protos/openflow_13.proto |
| 463 | type OfpQueueStatsRequest = openflow_13.OfpQueueStatsRequest |
| 464 | |
| 465 | // OfpQueueStats from public import voltha_protos/openflow_13.proto |
| 466 | type OfpQueueStats = openflow_13.OfpQueueStats |
| 467 | |
| 468 | // OfpRoleRequest from public import voltha_protos/openflow_13.proto |
| 469 | type OfpRoleRequest = openflow_13.OfpRoleRequest |
| 470 | |
| 471 | // OfpAsyncConfig from public import voltha_protos/openflow_13.proto |
| 472 | type OfpAsyncConfig = openflow_13.OfpAsyncConfig |
| 473 | |
| 474 | // MeterModUpdate from public import voltha_protos/openflow_13.proto |
| 475 | type MeterModUpdate = openflow_13.MeterModUpdate |
| 476 | |
| 477 | // MeterStatsReply from public import voltha_protos/openflow_13.proto |
| 478 | type MeterStatsReply = openflow_13.MeterStatsReply |
| 479 | |
| 480 | // FlowTableUpdate from public import voltha_protos/openflow_13.proto |
| 481 | type FlowTableUpdate = openflow_13.FlowTableUpdate |
| 482 | |
| 483 | // FlowGroupTableUpdate from public import voltha_protos/openflow_13.proto |
| 484 | type FlowGroupTableUpdate = openflow_13.FlowGroupTableUpdate |
| 485 | |
| 486 | // Flows from public import voltha_protos/openflow_13.proto |
| 487 | type Flows = openflow_13.Flows |
| 488 | |
| 489 | // Meters from public import voltha_protos/openflow_13.proto |
| 490 | type Meters = openflow_13.Meters |
| 491 | |
| 492 | // FlowGroups from public import voltha_protos/openflow_13.proto |
| 493 | type FlowGroups = openflow_13.FlowGroups |
| 494 | |
| 495 | // FlowChanges from public import voltha_protos/openflow_13.proto |
| 496 | type FlowChanges = openflow_13.FlowChanges |
| 497 | |
| 498 | // FlowGroupChanges from public import voltha_protos/openflow_13.proto |
| 499 | type FlowGroupChanges = openflow_13.FlowGroupChanges |
| 500 | |
| 501 | // PacketIn from public import voltha_protos/openflow_13.proto |
| 502 | type PacketIn = openflow_13.PacketIn |
| 503 | |
| 504 | // PacketOut from public import voltha_protos/openflow_13.proto |
| 505 | type PacketOut = openflow_13.PacketOut |
| 506 | |
| 507 | // ChangeEvent from public import voltha_protos/openflow_13.proto |
| 508 | type ChangeEvent = openflow_13.ChangeEvent |
| 509 | type ChangeEvent_PortStatus = openflow_13.ChangeEvent_PortStatus |
Gamze Abaka | fcbd6e7 | 2020-12-17 13:25:16 +0000 | [diff] [blame] | 510 | type ChangeEvent_Error = openflow_13.ChangeEvent_Error |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 511 | |
| 512 | // OfpPortNo from public import voltha_protos/openflow_13.proto |
| 513 | type OfpPortNo = openflow_13.OfpPortNo |
| 514 | |
| 515 | var OfpPortNo_name = openflow_13.OfpPortNo_name |
| 516 | var OfpPortNo_value = openflow_13.OfpPortNo_value |
| 517 | |
| 518 | const OfpPortNo_OFPP_INVALID = OfpPortNo(openflow_13.OfpPortNo_OFPP_INVALID) |
| 519 | const OfpPortNo_OFPP_MAX = OfpPortNo(openflow_13.OfpPortNo_OFPP_MAX) |
| 520 | const OfpPortNo_OFPP_IN_PORT = OfpPortNo(openflow_13.OfpPortNo_OFPP_IN_PORT) |
| 521 | const OfpPortNo_OFPP_TABLE = OfpPortNo(openflow_13.OfpPortNo_OFPP_TABLE) |
| 522 | const OfpPortNo_OFPP_NORMAL = OfpPortNo(openflow_13.OfpPortNo_OFPP_NORMAL) |
| 523 | const OfpPortNo_OFPP_FLOOD = OfpPortNo(openflow_13.OfpPortNo_OFPP_FLOOD) |
| 524 | const OfpPortNo_OFPP_ALL = OfpPortNo(openflow_13.OfpPortNo_OFPP_ALL) |
| 525 | const OfpPortNo_OFPP_CONTROLLER = OfpPortNo(openflow_13.OfpPortNo_OFPP_CONTROLLER) |
| 526 | const OfpPortNo_OFPP_LOCAL = OfpPortNo(openflow_13.OfpPortNo_OFPP_LOCAL) |
| 527 | const OfpPortNo_OFPP_ANY = OfpPortNo(openflow_13.OfpPortNo_OFPP_ANY) |
| 528 | |
| 529 | // OfpType from public import voltha_protos/openflow_13.proto |
| 530 | type OfpType = openflow_13.OfpType |
| 531 | |
| 532 | var OfpType_name = openflow_13.OfpType_name |
| 533 | var OfpType_value = openflow_13.OfpType_value |
| 534 | |
| 535 | const OfpType_OFPT_HELLO = OfpType(openflow_13.OfpType_OFPT_HELLO) |
| 536 | const OfpType_OFPT_ERROR = OfpType(openflow_13.OfpType_OFPT_ERROR) |
| 537 | const OfpType_OFPT_ECHO_REQUEST = OfpType(openflow_13.OfpType_OFPT_ECHO_REQUEST) |
| 538 | const OfpType_OFPT_ECHO_REPLY = OfpType(openflow_13.OfpType_OFPT_ECHO_REPLY) |
| 539 | const OfpType_OFPT_EXPERIMENTER = OfpType(openflow_13.OfpType_OFPT_EXPERIMENTER) |
| 540 | const OfpType_OFPT_FEATURES_REQUEST = OfpType(openflow_13.OfpType_OFPT_FEATURES_REQUEST) |
| 541 | const OfpType_OFPT_FEATURES_REPLY = OfpType(openflow_13.OfpType_OFPT_FEATURES_REPLY) |
| 542 | const OfpType_OFPT_GET_CONFIG_REQUEST = OfpType(openflow_13.OfpType_OFPT_GET_CONFIG_REQUEST) |
| 543 | const OfpType_OFPT_GET_CONFIG_REPLY = OfpType(openflow_13.OfpType_OFPT_GET_CONFIG_REPLY) |
| 544 | const OfpType_OFPT_SET_CONFIG = OfpType(openflow_13.OfpType_OFPT_SET_CONFIG) |
| 545 | const OfpType_OFPT_PACKET_IN = OfpType(openflow_13.OfpType_OFPT_PACKET_IN) |
| 546 | const OfpType_OFPT_FLOW_REMOVED = OfpType(openflow_13.OfpType_OFPT_FLOW_REMOVED) |
| 547 | const OfpType_OFPT_PORT_STATUS = OfpType(openflow_13.OfpType_OFPT_PORT_STATUS) |
| 548 | const OfpType_OFPT_PACKET_OUT = OfpType(openflow_13.OfpType_OFPT_PACKET_OUT) |
| 549 | const OfpType_OFPT_FLOW_MOD = OfpType(openflow_13.OfpType_OFPT_FLOW_MOD) |
| 550 | const OfpType_OFPT_GROUP_MOD = OfpType(openflow_13.OfpType_OFPT_GROUP_MOD) |
| 551 | const OfpType_OFPT_PORT_MOD = OfpType(openflow_13.OfpType_OFPT_PORT_MOD) |
| 552 | const OfpType_OFPT_TABLE_MOD = OfpType(openflow_13.OfpType_OFPT_TABLE_MOD) |
| 553 | const OfpType_OFPT_MULTIPART_REQUEST = OfpType(openflow_13.OfpType_OFPT_MULTIPART_REQUEST) |
| 554 | const OfpType_OFPT_MULTIPART_REPLY = OfpType(openflow_13.OfpType_OFPT_MULTIPART_REPLY) |
| 555 | const OfpType_OFPT_BARRIER_REQUEST = OfpType(openflow_13.OfpType_OFPT_BARRIER_REQUEST) |
| 556 | const OfpType_OFPT_BARRIER_REPLY = OfpType(openflow_13.OfpType_OFPT_BARRIER_REPLY) |
| 557 | const OfpType_OFPT_QUEUE_GET_CONFIG_REQUEST = OfpType(openflow_13.OfpType_OFPT_QUEUE_GET_CONFIG_REQUEST) |
| 558 | const OfpType_OFPT_QUEUE_GET_CONFIG_REPLY = OfpType(openflow_13.OfpType_OFPT_QUEUE_GET_CONFIG_REPLY) |
| 559 | const OfpType_OFPT_ROLE_REQUEST = OfpType(openflow_13.OfpType_OFPT_ROLE_REQUEST) |
| 560 | const OfpType_OFPT_ROLE_REPLY = OfpType(openflow_13.OfpType_OFPT_ROLE_REPLY) |
| 561 | const OfpType_OFPT_GET_ASYNC_REQUEST = OfpType(openflow_13.OfpType_OFPT_GET_ASYNC_REQUEST) |
| 562 | const OfpType_OFPT_GET_ASYNC_REPLY = OfpType(openflow_13.OfpType_OFPT_GET_ASYNC_REPLY) |
| 563 | const OfpType_OFPT_SET_ASYNC = OfpType(openflow_13.OfpType_OFPT_SET_ASYNC) |
| 564 | const OfpType_OFPT_METER_MOD = OfpType(openflow_13.OfpType_OFPT_METER_MOD) |
| 565 | |
| 566 | // OfpHelloElemType from public import voltha_protos/openflow_13.proto |
| 567 | type OfpHelloElemType = openflow_13.OfpHelloElemType |
| 568 | |
| 569 | var OfpHelloElemType_name = openflow_13.OfpHelloElemType_name |
| 570 | var OfpHelloElemType_value = openflow_13.OfpHelloElemType_value |
| 571 | |
| 572 | const OfpHelloElemType_OFPHET_INVALID = OfpHelloElemType(openflow_13.OfpHelloElemType_OFPHET_INVALID) |
| 573 | const OfpHelloElemType_OFPHET_VERSIONBITMAP = OfpHelloElemType(openflow_13.OfpHelloElemType_OFPHET_VERSIONBITMAP) |
| 574 | |
| 575 | // OfpConfigFlags from public import voltha_protos/openflow_13.proto |
| 576 | type OfpConfigFlags = openflow_13.OfpConfigFlags |
| 577 | |
| 578 | var OfpConfigFlags_name = openflow_13.OfpConfigFlags_name |
| 579 | var OfpConfigFlags_value = openflow_13.OfpConfigFlags_value |
| 580 | |
| 581 | const OfpConfigFlags_OFPC_FRAG_NORMAL = OfpConfigFlags(openflow_13.OfpConfigFlags_OFPC_FRAG_NORMAL) |
| 582 | const OfpConfigFlags_OFPC_FRAG_DROP = OfpConfigFlags(openflow_13.OfpConfigFlags_OFPC_FRAG_DROP) |
| 583 | const OfpConfigFlags_OFPC_FRAG_REASM = OfpConfigFlags(openflow_13.OfpConfigFlags_OFPC_FRAG_REASM) |
| 584 | const OfpConfigFlags_OFPC_FRAG_MASK = OfpConfigFlags(openflow_13.OfpConfigFlags_OFPC_FRAG_MASK) |
| 585 | |
| 586 | // OfpTableConfig from public import voltha_protos/openflow_13.proto |
| 587 | type OfpTableConfig = openflow_13.OfpTableConfig |
| 588 | |
| 589 | var OfpTableConfig_name = openflow_13.OfpTableConfig_name |
| 590 | var OfpTableConfig_value = openflow_13.OfpTableConfig_value |
| 591 | |
| 592 | const OfpTableConfig_OFPTC_INVALID = OfpTableConfig(openflow_13.OfpTableConfig_OFPTC_INVALID) |
| 593 | const OfpTableConfig_OFPTC_DEPRECATED_MASK = OfpTableConfig(openflow_13.OfpTableConfig_OFPTC_DEPRECATED_MASK) |
| 594 | |
| 595 | // OfpTable from public import voltha_protos/openflow_13.proto |
| 596 | type OfpTable = openflow_13.OfpTable |
| 597 | |
| 598 | var OfpTable_name = openflow_13.OfpTable_name |
| 599 | var OfpTable_value = openflow_13.OfpTable_value |
| 600 | |
| 601 | const OfpTable_OFPTT_INVALID = OfpTable(openflow_13.OfpTable_OFPTT_INVALID) |
| 602 | const OfpTable_OFPTT_MAX = OfpTable(openflow_13.OfpTable_OFPTT_MAX) |
| 603 | const OfpTable_OFPTT_ALL = OfpTable(openflow_13.OfpTable_OFPTT_ALL) |
| 604 | |
| 605 | // OfpCapabilities from public import voltha_protos/openflow_13.proto |
| 606 | type OfpCapabilities = openflow_13.OfpCapabilities |
| 607 | |
| 608 | var OfpCapabilities_name = openflow_13.OfpCapabilities_name |
| 609 | var OfpCapabilities_value = openflow_13.OfpCapabilities_value |
| 610 | |
| 611 | const OfpCapabilities_OFPC_INVALID = OfpCapabilities(openflow_13.OfpCapabilities_OFPC_INVALID) |
| 612 | const OfpCapabilities_OFPC_FLOW_STATS = OfpCapabilities(openflow_13.OfpCapabilities_OFPC_FLOW_STATS) |
| 613 | const OfpCapabilities_OFPC_TABLE_STATS = OfpCapabilities(openflow_13.OfpCapabilities_OFPC_TABLE_STATS) |
| 614 | const OfpCapabilities_OFPC_PORT_STATS = OfpCapabilities(openflow_13.OfpCapabilities_OFPC_PORT_STATS) |
| 615 | const OfpCapabilities_OFPC_GROUP_STATS = OfpCapabilities(openflow_13.OfpCapabilities_OFPC_GROUP_STATS) |
| 616 | const OfpCapabilities_OFPC_IP_REASM = OfpCapabilities(openflow_13.OfpCapabilities_OFPC_IP_REASM) |
| 617 | const OfpCapabilities_OFPC_QUEUE_STATS = OfpCapabilities(openflow_13.OfpCapabilities_OFPC_QUEUE_STATS) |
| 618 | const OfpCapabilities_OFPC_PORT_BLOCKED = OfpCapabilities(openflow_13.OfpCapabilities_OFPC_PORT_BLOCKED) |
| 619 | |
| 620 | // OfpPortConfig from public import voltha_protos/openflow_13.proto |
| 621 | type OfpPortConfig = openflow_13.OfpPortConfig |
| 622 | |
| 623 | var OfpPortConfig_name = openflow_13.OfpPortConfig_name |
| 624 | var OfpPortConfig_value = openflow_13.OfpPortConfig_value |
| 625 | |
| 626 | const OfpPortConfig_OFPPC_INVALID = OfpPortConfig(openflow_13.OfpPortConfig_OFPPC_INVALID) |
| 627 | const OfpPortConfig_OFPPC_PORT_DOWN = OfpPortConfig(openflow_13.OfpPortConfig_OFPPC_PORT_DOWN) |
| 628 | const OfpPortConfig_OFPPC_NO_RECV = OfpPortConfig(openflow_13.OfpPortConfig_OFPPC_NO_RECV) |
| 629 | const OfpPortConfig_OFPPC_NO_FWD = OfpPortConfig(openflow_13.OfpPortConfig_OFPPC_NO_FWD) |
| 630 | const OfpPortConfig_OFPPC_NO_PACKET_IN = OfpPortConfig(openflow_13.OfpPortConfig_OFPPC_NO_PACKET_IN) |
| 631 | |
| 632 | // OfpPortState from public import voltha_protos/openflow_13.proto |
| 633 | type OfpPortState = openflow_13.OfpPortState |
| 634 | |
| 635 | var OfpPortState_name = openflow_13.OfpPortState_name |
| 636 | var OfpPortState_value = openflow_13.OfpPortState_value |
| 637 | |
| 638 | const OfpPortState_OFPPS_INVALID = OfpPortState(openflow_13.OfpPortState_OFPPS_INVALID) |
| 639 | const OfpPortState_OFPPS_LINK_DOWN = OfpPortState(openflow_13.OfpPortState_OFPPS_LINK_DOWN) |
| 640 | const OfpPortState_OFPPS_BLOCKED = OfpPortState(openflow_13.OfpPortState_OFPPS_BLOCKED) |
| 641 | const OfpPortState_OFPPS_LIVE = OfpPortState(openflow_13.OfpPortState_OFPPS_LIVE) |
| 642 | |
| 643 | // OfpPortFeatures from public import voltha_protos/openflow_13.proto |
| 644 | type OfpPortFeatures = openflow_13.OfpPortFeatures |
| 645 | |
| 646 | var OfpPortFeatures_name = openflow_13.OfpPortFeatures_name |
| 647 | var OfpPortFeatures_value = openflow_13.OfpPortFeatures_value |
| 648 | |
| 649 | const OfpPortFeatures_OFPPF_INVALID = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_INVALID) |
| 650 | const OfpPortFeatures_OFPPF_10MB_HD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_10MB_HD) |
| 651 | const OfpPortFeatures_OFPPF_10MB_FD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_10MB_FD) |
| 652 | const OfpPortFeatures_OFPPF_100MB_HD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_100MB_HD) |
| 653 | const OfpPortFeatures_OFPPF_100MB_FD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_100MB_FD) |
| 654 | const OfpPortFeatures_OFPPF_1GB_HD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_1GB_HD) |
| 655 | const OfpPortFeatures_OFPPF_1GB_FD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_1GB_FD) |
| 656 | const OfpPortFeatures_OFPPF_10GB_FD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_10GB_FD) |
| 657 | const OfpPortFeatures_OFPPF_40GB_FD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_40GB_FD) |
| 658 | const OfpPortFeatures_OFPPF_100GB_FD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_100GB_FD) |
| 659 | const OfpPortFeatures_OFPPF_1TB_FD = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_1TB_FD) |
| 660 | const OfpPortFeatures_OFPPF_OTHER = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_OTHER) |
| 661 | const OfpPortFeatures_OFPPF_COPPER = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_COPPER) |
| 662 | const OfpPortFeatures_OFPPF_FIBER = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_FIBER) |
| 663 | const OfpPortFeatures_OFPPF_AUTONEG = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_AUTONEG) |
| 664 | const OfpPortFeatures_OFPPF_PAUSE = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_PAUSE) |
| 665 | const OfpPortFeatures_OFPPF_PAUSE_ASYM = OfpPortFeatures(openflow_13.OfpPortFeatures_OFPPF_PAUSE_ASYM) |
| 666 | |
| 667 | // OfpPortReason from public import voltha_protos/openflow_13.proto |
| 668 | type OfpPortReason = openflow_13.OfpPortReason |
| 669 | |
| 670 | var OfpPortReason_name = openflow_13.OfpPortReason_name |
| 671 | var OfpPortReason_value = openflow_13.OfpPortReason_value |
| 672 | |
| 673 | const OfpPortReason_OFPPR_ADD = OfpPortReason(openflow_13.OfpPortReason_OFPPR_ADD) |
| 674 | const OfpPortReason_OFPPR_DELETE = OfpPortReason(openflow_13.OfpPortReason_OFPPR_DELETE) |
| 675 | const OfpPortReason_OFPPR_MODIFY = OfpPortReason(openflow_13.OfpPortReason_OFPPR_MODIFY) |
| 676 | |
| 677 | // OfpMatchType from public import voltha_protos/openflow_13.proto |
| 678 | type OfpMatchType = openflow_13.OfpMatchType |
| 679 | |
| 680 | var OfpMatchType_name = openflow_13.OfpMatchType_name |
| 681 | var OfpMatchType_value = openflow_13.OfpMatchType_value |
| 682 | |
| 683 | const OfpMatchType_OFPMT_STANDARD = OfpMatchType(openflow_13.OfpMatchType_OFPMT_STANDARD) |
| 684 | const OfpMatchType_OFPMT_OXM = OfpMatchType(openflow_13.OfpMatchType_OFPMT_OXM) |
| 685 | |
| 686 | // OfpOxmClass from public import voltha_protos/openflow_13.proto |
| 687 | type OfpOxmClass = openflow_13.OfpOxmClass |
| 688 | |
| 689 | var OfpOxmClass_name = openflow_13.OfpOxmClass_name |
| 690 | var OfpOxmClass_value = openflow_13.OfpOxmClass_value |
| 691 | |
| 692 | const OfpOxmClass_OFPXMC_NXM_0 = OfpOxmClass(openflow_13.OfpOxmClass_OFPXMC_NXM_0) |
| 693 | const OfpOxmClass_OFPXMC_NXM_1 = OfpOxmClass(openflow_13.OfpOxmClass_OFPXMC_NXM_1) |
| 694 | const OfpOxmClass_OFPXMC_OPENFLOW_BASIC = OfpOxmClass(openflow_13.OfpOxmClass_OFPXMC_OPENFLOW_BASIC) |
| 695 | const OfpOxmClass_OFPXMC_EXPERIMENTER = OfpOxmClass(openflow_13.OfpOxmClass_OFPXMC_EXPERIMENTER) |
| 696 | |
| 697 | // OxmOfbFieldTypes from public import voltha_protos/openflow_13.proto |
| 698 | type OxmOfbFieldTypes = openflow_13.OxmOfbFieldTypes |
| 699 | |
| 700 | var OxmOfbFieldTypes_name = openflow_13.OxmOfbFieldTypes_name |
| 701 | var OxmOfbFieldTypes_value = openflow_13.OxmOfbFieldTypes_value |
| 702 | |
| 703 | const OxmOfbFieldTypes_OFPXMT_OFB_IN_PORT = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IN_PORT) |
| 704 | const OxmOfbFieldTypes_OFPXMT_OFB_IN_PHY_PORT = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IN_PHY_PORT) |
| 705 | const OxmOfbFieldTypes_OFPXMT_OFB_METADATA = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_METADATA) |
| 706 | const OxmOfbFieldTypes_OFPXMT_OFB_ETH_DST = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ETH_DST) |
| 707 | const OxmOfbFieldTypes_OFPXMT_OFB_ETH_SRC = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ETH_SRC) |
| 708 | const OxmOfbFieldTypes_OFPXMT_OFB_ETH_TYPE = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ETH_TYPE) |
| 709 | const OxmOfbFieldTypes_OFPXMT_OFB_VLAN_VID = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_VLAN_VID) |
| 710 | const OxmOfbFieldTypes_OFPXMT_OFB_VLAN_PCP = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_VLAN_PCP) |
| 711 | const OxmOfbFieldTypes_OFPXMT_OFB_IP_DSCP = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IP_DSCP) |
| 712 | const OxmOfbFieldTypes_OFPXMT_OFB_IP_ECN = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IP_ECN) |
| 713 | const OxmOfbFieldTypes_OFPXMT_OFB_IP_PROTO = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IP_PROTO) |
| 714 | const OxmOfbFieldTypes_OFPXMT_OFB_IPV4_SRC = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IPV4_SRC) |
| 715 | const OxmOfbFieldTypes_OFPXMT_OFB_IPV4_DST = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IPV4_DST) |
| 716 | const OxmOfbFieldTypes_OFPXMT_OFB_TCP_SRC = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_TCP_SRC) |
| 717 | const OxmOfbFieldTypes_OFPXMT_OFB_TCP_DST = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_TCP_DST) |
| 718 | const OxmOfbFieldTypes_OFPXMT_OFB_UDP_SRC = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_UDP_SRC) |
| 719 | const OxmOfbFieldTypes_OFPXMT_OFB_UDP_DST = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_UDP_DST) |
| 720 | const OxmOfbFieldTypes_OFPXMT_OFB_SCTP_SRC = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_SCTP_SRC) |
| 721 | const OxmOfbFieldTypes_OFPXMT_OFB_SCTP_DST = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_SCTP_DST) |
| 722 | const OxmOfbFieldTypes_OFPXMT_OFB_ICMPV4_TYPE = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ICMPV4_TYPE) |
| 723 | const OxmOfbFieldTypes_OFPXMT_OFB_ICMPV4_CODE = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ICMPV4_CODE) |
| 724 | const OxmOfbFieldTypes_OFPXMT_OFB_ARP_OP = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ARP_OP) |
| 725 | const OxmOfbFieldTypes_OFPXMT_OFB_ARP_SPA = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ARP_SPA) |
| 726 | const OxmOfbFieldTypes_OFPXMT_OFB_ARP_TPA = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ARP_TPA) |
| 727 | const OxmOfbFieldTypes_OFPXMT_OFB_ARP_SHA = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ARP_SHA) |
| 728 | const OxmOfbFieldTypes_OFPXMT_OFB_ARP_THA = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ARP_THA) |
| 729 | const OxmOfbFieldTypes_OFPXMT_OFB_IPV6_SRC = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IPV6_SRC) |
| 730 | const OxmOfbFieldTypes_OFPXMT_OFB_IPV6_DST = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IPV6_DST) |
| 731 | const OxmOfbFieldTypes_OFPXMT_OFB_IPV6_FLABEL = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IPV6_FLABEL) |
| 732 | const OxmOfbFieldTypes_OFPXMT_OFB_ICMPV6_TYPE = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ICMPV6_TYPE) |
| 733 | const OxmOfbFieldTypes_OFPXMT_OFB_ICMPV6_CODE = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_ICMPV6_CODE) |
| 734 | const OxmOfbFieldTypes_OFPXMT_OFB_IPV6_ND_TARGET = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IPV6_ND_TARGET) |
| 735 | const OxmOfbFieldTypes_OFPXMT_OFB_IPV6_ND_SLL = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IPV6_ND_SLL) |
| 736 | const OxmOfbFieldTypes_OFPXMT_OFB_IPV6_ND_TLL = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IPV6_ND_TLL) |
| 737 | const OxmOfbFieldTypes_OFPXMT_OFB_MPLS_LABEL = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_MPLS_LABEL) |
| 738 | const OxmOfbFieldTypes_OFPXMT_OFB_MPLS_TC = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_MPLS_TC) |
| 739 | const OxmOfbFieldTypes_OFPXMT_OFB_MPLS_BOS = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_MPLS_BOS) |
| 740 | const OxmOfbFieldTypes_OFPXMT_OFB_PBB_ISID = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_PBB_ISID) |
| 741 | const OxmOfbFieldTypes_OFPXMT_OFB_TUNNEL_ID = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_TUNNEL_ID) |
| 742 | const OxmOfbFieldTypes_OFPXMT_OFB_IPV6_EXTHDR = OxmOfbFieldTypes(openflow_13.OxmOfbFieldTypes_OFPXMT_OFB_IPV6_EXTHDR) |
| 743 | |
| 744 | // OfpVlanId from public import voltha_protos/openflow_13.proto |
| 745 | type OfpVlanId = openflow_13.OfpVlanId |
| 746 | |
| 747 | var OfpVlanId_name = openflow_13.OfpVlanId_name |
| 748 | var OfpVlanId_value = openflow_13.OfpVlanId_value |
| 749 | |
| 750 | const OfpVlanId_OFPVID_NONE = OfpVlanId(openflow_13.OfpVlanId_OFPVID_NONE) |
| 751 | const OfpVlanId_OFPVID_PRESENT = OfpVlanId(openflow_13.OfpVlanId_OFPVID_PRESENT) |
| 752 | |
| 753 | // OfpIpv6ExthdrFlags from public import voltha_protos/openflow_13.proto |
| 754 | type OfpIpv6ExthdrFlags = openflow_13.OfpIpv6ExthdrFlags |
| 755 | |
| 756 | var OfpIpv6ExthdrFlags_name = openflow_13.OfpIpv6ExthdrFlags_name |
| 757 | var OfpIpv6ExthdrFlags_value = openflow_13.OfpIpv6ExthdrFlags_value |
| 758 | |
| 759 | const OfpIpv6ExthdrFlags_OFPIEH_INVALID = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_INVALID) |
| 760 | const OfpIpv6ExthdrFlags_OFPIEH_NONEXT = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_NONEXT) |
| 761 | const OfpIpv6ExthdrFlags_OFPIEH_ESP = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_ESP) |
| 762 | const OfpIpv6ExthdrFlags_OFPIEH_AUTH = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_AUTH) |
| 763 | const OfpIpv6ExthdrFlags_OFPIEH_DEST = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_DEST) |
| 764 | const OfpIpv6ExthdrFlags_OFPIEH_FRAG = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_FRAG) |
| 765 | const OfpIpv6ExthdrFlags_OFPIEH_ROUTER = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_ROUTER) |
| 766 | const OfpIpv6ExthdrFlags_OFPIEH_HOP = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_HOP) |
| 767 | const OfpIpv6ExthdrFlags_OFPIEH_UNREP = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_UNREP) |
| 768 | const OfpIpv6ExthdrFlags_OFPIEH_UNSEQ = OfpIpv6ExthdrFlags(openflow_13.OfpIpv6ExthdrFlags_OFPIEH_UNSEQ) |
| 769 | |
| 770 | // OfpActionType from public import voltha_protos/openflow_13.proto |
| 771 | type OfpActionType = openflow_13.OfpActionType |
| 772 | |
| 773 | var OfpActionType_name = openflow_13.OfpActionType_name |
| 774 | var OfpActionType_value = openflow_13.OfpActionType_value |
| 775 | |
| 776 | const OfpActionType_OFPAT_OUTPUT = OfpActionType(openflow_13.OfpActionType_OFPAT_OUTPUT) |
| 777 | const OfpActionType_OFPAT_COPY_TTL_OUT = OfpActionType(openflow_13.OfpActionType_OFPAT_COPY_TTL_OUT) |
| 778 | const OfpActionType_OFPAT_COPY_TTL_IN = OfpActionType(openflow_13.OfpActionType_OFPAT_COPY_TTL_IN) |
| 779 | const OfpActionType_OFPAT_SET_MPLS_TTL = OfpActionType(openflow_13.OfpActionType_OFPAT_SET_MPLS_TTL) |
| 780 | const OfpActionType_OFPAT_DEC_MPLS_TTL = OfpActionType(openflow_13.OfpActionType_OFPAT_DEC_MPLS_TTL) |
| 781 | const OfpActionType_OFPAT_PUSH_VLAN = OfpActionType(openflow_13.OfpActionType_OFPAT_PUSH_VLAN) |
| 782 | const OfpActionType_OFPAT_POP_VLAN = OfpActionType(openflow_13.OfpActionType_OFPAT_POP_VLAN) |
| 783 | const OfpActionType_OFPAT_PUSH_MPLS = OfpActionType(openflow_13.OfpActionType_OFPAT_PUSH_MPLS) |
| 784 | const OfpActionType_OFPAT_POP_MPLS = OfpActionType(openflow_13.OfpActionType_OFPAT_POP_MPLS) |
| 785 | const OfpActionType_OFPAT_SET_QUEUE = OfpActionType(openflow_13.OfpActionType_OFPAT_SET_QUEUE) |
| 786 | const OfpActionType_OFPAT_GROUP = OfpActionType(openflow_13.OfpActionType_OFPAT_GROUP) |
| 787 | const OfpActionType_OFPAT_SET_NW_TTL = OfpActionType(openflow_13.OfpActionType_OFPAT_SET_NW_TTL) |
| 788 | const OfpActionType_OFPAT_DEC_NW_TTL = OfpActionType(openflow_13.OfpActionType_OFPAT_DEC_NW_TTL) |
| 789 | const OfpActionType_OFPAT_SET_FIELD = OfpActionType(openflow_13.OfpActionType_OFPAT_SET_FIELD) |
| 790 | const OfpActionType_OFPAT_PUSH_PBB = OfpActionType(openflow_13.OfpActionType_OFPAT_PUSH_PBB) |
| 791 | const OfpActionType_OFPAT_POP_PBB = OfpActionType(openflow_13.OfpActionType_OFPAT_POP_PBB) |
| 792 | const OfpActionType_OFPAT_EXPERIMENTER = OfpActionType(openflow_13.OfpActionType_OFPAT_EXPERIMENTER) |
| 793 | |
| 794 | // OfpControllerMaxLen from public import voltha_protos/openflow_13.proto |
| 795 | type OfpControllerMaxLen = openflow_13.OfpControllerMaxLen |
| 796 | |
| 797 | var OfpControllerMaxLen_name = openflow_13.OfpControllerMaxLen_name |
| 798 | var OfpControllerMaxLen_value = openflow_13.OfpControllerMaxLen_value |
| 799 | |
| 800 | const OfpControllerMaxLen_OFPCML_INVALID = OfpControllerMaxLen(openflow_13.OfpControllerMaxLen_OFPCML_INVALID) |
| 801 | const OfpControllerMaxLen_OFPCML_MAX = OfpControllerMaxLen(openflow_13.OfpControllerMaxLen_OFPCML_MAX) |
| 802 | const OfpControllerMaxLen_OFPCML_NO_BUFFER = OfpControllerMaxLen(openflow_13.OfpControllerMaxLen_OFPCML_NO_BUFFER) |
| 803 | |
| 804 | // OfpInstructionType from public import voltha_protos/openflow_13.proto |
| 805 | type OfpInstructionType = openflow_13.OfpInstructionType |
| 806 | |
| 807 | var OfpInstructionType_name = openflow_13.OfpInstructionType_name |
| 808 | var OfpInstructionType_value = openflow_13.OfpInstructionType_value |
| 809 | |
| 810 | const OfpInstructionType_OFPIT_INVALID = OfpInstructionType(openflow_13.OfpInstructionType_OFPIT_INVALID) |
| 811 | const OfpInstructionType_OFPIT_GOTO_TABLE = OfpInstructionType(openflow_13.OfpInstructionType_OFPIT_GOTO_TABLE) |
| 812 | const OfpInstructionType_OFPIT_WRITE_METADATA = OfpInstructionType(openflow_13.OfpInstructionType_OFPIT_WRITE_METADATA) |
| 813 | const OfpInstructionType_OFPIT_WRITE_ACTIONS = OfpInstructionType(openflow_13.OfpInstructionType_OFPIT_WRITE_ACTIONS) |
| 814 | const OfpInstructionType_OFPIT_APPLY_ACTIONS = OfpInstructionType(openflow_13.OfpInstructionType_OFPIT_APPLY_ACTIONS) |
| 815 | const OfpInstructionType_OFPIT_CLEAR_ACTIONS = OfpInstructionType(openflow_13.OfpInstructionType_OFPIT_CLEAR_ACTIONS) |
| 816 | const OfpInstructionType_OFPIT_METER = OfpInstructionType(openflow_13.OfpInstructionType_OFPIT_METER) |
| 817 | const OfpInstructionType_OFPIT_EXPERIMENTER = OfpInstructionType(openflow_13.OfpInstructionType_OFPIT_EXPERIMENTER) |
| 818 | |
| 819 | // OfpFlowModCommand from public import voltha_protos/openflow_13.proto |
| 820 | type OfpFlowModCommand = openflow_13.OfpFlowModCommand |
| 821 | |
| 822 | var OfpFlowModCommand_name = openflow_13.OfpFlowModCommand_name |
| 823 | var OfpFlowModCommand_value = openflow_13.OfpFlowModCommand_value |
| 824 | |
| 825 | const OfpFlowModCommand_OFPFC_ADD = OfpFlowModCommand(openflow_13.OfpFlowModCommand_OFPFC_ADD) |
| 826 | const OfpFlowModCommand_OFPFC_MODIFY = OfpFlowModCommand(openflow_13.OfpFlowModCommand_OFPFC_MODIFY) |
| 827 | const OfpFlowModCommand_OFPFC_MODIFY_STRICT = OfpFlowModCommand(openflow_13.OfpFlowModCommand_OFPFC_MODIFY_STRICT) |
| 828 | const OfpFlowModCommand_OFPFC_DELETE = OfpFlowModCommand(openflow_13.OfpFlowModCommand_OFPFC_DELETE) |
| 829 | const OfpFlowModCommand_OFPFC_DELETE_STRICT = OfpFlowModCommand(openflow_13.OfpFlowModCommand_OFPFC_DELETE_STRICT) |
| 830 | |
| 831 | // OfpFlowModFlags from public import voltha_protos/openflow_13.proto |
| 832 | type OfpFlowModFlags = openflow_13.OfpFlowModFlags |
| 833 | |
| 834 | var OfpFlowModFlags_name = openflow_13.OfpFlowModFlags_name |
| 835 | var OfpFlowModFlags_value = openflow_13.OfpFlowModFlags_value |
| 836 | |
| 837 | const OfpFlowModFlags_OFPFF_INVALID = OfpFlowModFlags(openflow_13.OfpFlowModFlags_OFPFF_INVALID) |
| 838 | const OfpFlowModFlags_OFPFF_SEND_FLOW_REM = OfpFlowModFlags(openflow_13.OfpFlowModFlags_OFPFF_SEND_FLOW_REM) |
| 839 | const OfpFlowModFlags_OFPFF_CHECK_OVERLAP = OfpFlowModFlags(openflow_13.OfpFlowModFlags_OFPFF_CHECK_OVERLAP) |
| 840 | const OfpFlowModFlags_OFPFF_RESET_COUNTS = OfpFlowModFlags(openflow_13.OfpFlowModFlags_OFPFF_RESET_COUNTS) |
| 841 | const OfpFlowModFlags_OFPFF_NO_PKT_COUNTS = OfpFlowModFlags(openflow_13.OfpFlowModFlags_OFPFF_NO_PKT_COUNTS) |
| 842 | const OfpFlowModFlags_OFPFF_NO_BYT_COUNTS = OfpFlowModFlags(openflow_13.OfpFlowModFlags_OFPFF_NO_BYT_COUNTS) |
| 843 | |
| 844 | // OfpGroup from public import voltha_protos/openflow_13.proto |
| 845 | type OfpGroup = openflow_13.OfpGroup |
| 846 | |
| 847 | var OfpGroup_name = openflow_13.OfpGroup_name |
| 848 | var OfpGroup_value = openflow_13.OfpGroup_value |
| 849 | |
| 850 | const OfpGroup_OFPG_INVALID = OfpGroup(openflow_13.OfpGroup_OFPG_INVALID) |
| 851 | const OfpGroup_OFPG_MAX = OfpGroup(openflow_13.OfpGroup_OFPG_MAX) |
| 852 | const OfpGroup_OFPG_ALL = OfpGroup(openflow_13.OfpGroup_OFPG_ALL) |
| 853 | const OfpGroup_OFPG_ANY = OfpGroup(openflow_13.OfpGroup_OFPG_ANY) |
| 854 | |
| 855 | // OfpGroupModCommand from public import voltha_protos/openflow_13.proto |
| 856 | type OfpGroupModCommand = openflow_13.OfpGroupModCommand |
| 857 | |
| 858 | var OfpGroupModCommand_name = openflow_13.OfpGroupModCommand_name |
| 859 | var OfpGroupModCommand_value = openflow_13.OfpGroupModCommand_value |
| 860 | |
| 861 | const OfpGroupModCommand_OFPGC_ADD = OfpGroupModCommand(openflow_13.OfpGroupModCommand_OFPGC_ADD) |
| 862 | const OfpGroupModCommand_OFPGC_MODIFY = OfpGroupModCommand(openflow_13.OfpGroupModCommand_OFPGC_MODIFY) |
| 863 | const OfpGroupModCommand_OFPGC_DELETE = OfpGroupModCommand(openflow_13.OfpGroupModCommand_OFPGC_DELETE) |
| 864 | |
| 865 | // OfpGroupType from public import voltha_protos/openflow_13.proto |
| 866 | type OfpGroupType = openflow_13.OfpGroupType |
| 867 | |
| 868 | var OfpGroupType_name = openflow_13.OfpGroupType_name |
| 869 | var OfpGroupType_value = openflow_13.OfpGroupType_value |
| 870 | |
| 871 | const OfpGroupType_OFPGT_ALL = OfpGroupType(openflow_13.OfpGroupType_OFPGT_ALL) |
| 872 | const OfpGroupType_OFPGT_SELECT = OfpGroupType(openflow_13.OfpGroupType_OFPGT_SELECT) |
| 873 | const OfpGroupType_OFPGT_INDIRECT = OfpGroupType(openflow_13.OfpGroupType_OFPGT_INDIRECT) |
| 874 | const OfpGroupType_OFPGT_FF = OfpGroupType(openflow_13.OfpGroupType_OFPGT_FF) |
| 875 | |
| 876 | // OfpPacketInReason from public import voltha_protos/openflow_13.proto |
| 877 | type OfpPacketInReason = openflow_13.OfpPacketInReason |
| 878 | |
| 879 | var OfpPacketInReason_name = openflow_13.OfpPacketInReason_name |
| 880 | var OfpPacketInReason_value = openflow_13.OfpPacketInReason_value |
| 881 | |
| 882 | const OfpPacketInReason_OFPR_NO_MATCH = OfpPacketInReason(openflow_13.OfpPacketInReason_OFPR_NO_MATCH) |
| 883 | const OfpPacketInReason_OFPR_ACTION = OfpPacketInReason(openflow_13.OfpPacketInReason_OFPR_ACTION) |
| 884 | const OfpPacketInReason_OFPR_INVALID_TTL = OfpPacketInReason(openflow_13.OfpPacketInReason_OFPR_INVALID_TTL) |
| 885 | |
| 886 | // OfpFlowRemovedReason from public import voltha_protos/openflow_13.proto |
| 887 | type OfpFlowRemovedReason = openflow_13.OfpFlowRemovedReason |
| 888 | |
| 889 | var OfpFlowRemovedReason_name = openflow_13.OfpFlowRemovedReason_name |
| 890 | var OfpFlowRemovedReason_value = openflow_13.OfpFlowRemovedReason_value |
| 891 | |
| 892 | const OfpFlowRemovedReason_OFPRR_IDLE_TIMEOUT = OfpFlowRemovedReason(openflow_13.OfpFlowRemovedReason_OFPRR_IDLE_TIMEOUT) |
| 893 | const OfpFlowRemovedReason_OFPRR_HARD_TIMEOUT = OfpFlowRemovedReason(openflow_13.OfpFlowRemovedReason_OFPRR_HARD_TIMEOUT) |
| 894 | const OfpFlowRemovedReason_OFPRR_DELETE = OfpFlowRemovedReason(openflow_13.OfpFlowRemovedReason_OFPRR_DELETE) |
| 895 | const OfpFlowRemovedReason_OFPRR_GROUP_DELETE = OfpFlowRemovedReason(openflow_13.OfpFlowRemovedReason_OFPRR_GROUP_DELETE) |
| 896 | const OfpFlowRemovedReason_OFPRR_METER_DELETE = OfpFlowRemovedReason(openflow_13.OfpFlowRemovedReason_OFPRR_METER_DELETE) |
| 897 | |
| 898 | // OfpMeter from public import voltha_protos/openflow_13.proto |
| 899 | type OfpMeter = openflow_13.OfpMeter |
| 900 | |
| 901 | var OfpMeter_name = openflow_13.OfpMeter_name |
| 902 | var OfpMeter_value = openflow_13.OfpMeter_value |
| 903 | |
| 904 | const OfpMeter_OFPM_ZERO = OfpMeter(openflow_13.OfpMeter_OFPM_ZERO) |
| 905 | const OfpMeter_OFPM_MAX = OfpMeter(openflow_13.OfpMeter_OFPM_MAX) |
| 906 | const OfpMeter_OFPM_SLOWPATH = OfpMeter(openflow_13.OfpMeter_OFPM_SLOWPATH) |
| 907 | const OfpMeter_OFPM_CONTROLLER = OfpMeter(openflow_13.OfpMeter_OFPM_CONTROLLER) |
| 908 | const OfpMeter_OFPM_ALL = OfpMeter(openflow_13.OfpMeter_OFPM_ALL) |
| 909 | |
| 910 | // OfpMeterBandType from public import voltha_protos/openflow_13.proto |
| 911 | type OfpMeterBandType = openflow_13.OfpMeterBandType |
| 912 | |
| 913 | var OfpMeterBandType_name = openflow_13.OfpMeterBandType_name |
| 914 | var OfpMeterBandType_value = openflow_13.OfpMeterBandType_value |
| 915 | |
| 916 | const OfpMeterBandType_OFPMBT_INVALID = OfpMeterBandType(openflow_13.OfpMeterBandType_OFPMBT_INVALID) |
| 917 | const OfpMeterBandType_OFPMBT_DROP = OfpMeterBandType(openflow_13.OfpMeterBandType_OFPMBT_DROP) |
| 918 | const OfpMeterBandType_OFPMBT_DSCP_REMARK = OfpMeterBandType(openflow_13.OfpMeterBandType_OFPMBT_DSCP_REMARK) |
| 919 | const OfpMeterBandType_OFPMBT_EXPERIMENTER = OfpMeterBandType(openflow_13.OfpMeterBandType_OFPMBT_EXPERIMENTER) |
| 920 | |
| 921 | // OfpMeterModCommand from public import voltha_protos/openflow_13.proto |
| 922 | type OfpMeterModCommand = openflow_13.OfpMeterModCommand |
| 923 | |
| 924 | var OfpMeterModCommand_name = openflow_13.OfpMeterModCommand_name |
| 925 | var OfpMeterModCommand_value = openflow_13.OfpMeterModCommand_value |
| 926 | |
| 927 | const OfpMeterModCommand_OFPMC_ADD = OfpMeterModCommand(openflow_13.OfpMeterModCommand_OFPMC_ADD) |
| 928 | const OfpMeterModCommand_OFPMC_MODIFY = OfpMeterModCommand(openflow_13.OfpMeterModCommand_OFPMC_MODIFY) |
| 929 | const OfpMeterModCommand_OFPMC_DELETE = OfpMeterModCommand(openflow_13.OfpMeterModCommand_OFPMC_DELETE) |
| 930 | |
| 931 | // OfpMeterFlags from public import voltha_protos/openflow_13.proto |
| 932 | type OfpMeterFlags = openflow_13.OfpMeterFlags |
| 933 | |
| 934 | var OfpMeterFlags_name = openflow_13.OfpMeterFlags_name |
| 935 | var OfpMeterFlags_value = openflow_13.OfpMeterFlags_value |
| 936 | |
| 937 | const OfpMeterFlags_OFPMF_INVALID = OfpMeterFlags(openflow_13.OfpMeterFlags_OFPMF_INVALID) |
| 938 | const OfpMeterFlags_OFPMF_KBPS = OfpMeterFlags(openflow_13.OfpMeterFlags_OFPMF_KBPS) |
| 939 | const OfpMeterFlags_OFPMF_PKTPS = OfpMeterFlags(openflow_13.OfpMeterFlags_OFPMF_PKTPS) |
| 940 | const OfpMeterFlags_OFPMF_BURST = OfpMeterFlags(openflow_13.OfpMeterFlags_OFPMF_BURST) |
| 941 | const OfpMeterFlags_OFPMF_STATS = OfpMeterFlags(openflow_13.OfpMeterFlags_OFPMF_STATS) |
| 942 | |
| 943 | // OfpErrorType from public import voltha_protos/openflow_13.proto |
| 944 | type OfpErrorType = openflow_13.OfpErrorType |
| 945 | |
| 946 | var OfpErrorType_name = openflow_13.OfpErrorType_name |
| 947 | var OfpErrorType_value = openflow_13.OfpErrorType_value |
| 948 | |
| 949 | const OfpErrorType_OFPET_HELLO_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_HELLO_FAILED) |
| 950 | const OfpErrorType_OFPET_BAD_REQUEST = OfpErrorType(openflow_13.OfpErrorType_OFPET_BAD_REQUEST) |
| 951 | const OfpErrorType_OFPET_BAD_ACTION = OfpErrorType(openflow_13.OfpErrorType_OFPET_BAD_ACTION) |
| 952 | const OfpErrorType_OFPET_BAD_INSTRUCTION = OfpErrorType(openflow_13.OfpErrorType_OFPET_BAD_INSTRUCTION) |
| 953 | const OfpErrorType_OFPET_BAD_MATCH = OfpErrorType(openflow_13.OfpErrorType_OFPET_BAD_MATCH) |
| 954 | const OfpErrorType_OFPET_FLOW_MOD_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_FLOW_MOD_FAILED) |
| 955 | const OfpErrorType_OFPET_GROUP_MOD_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_GROUP_MOD_FAILED) |
| 956 | const OfpErrorType_OFPET_PORT_MOD_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_PORT_MOD_FAILED) |
| 957 | const OfpErrorType_OFPET_TABLE_MOD_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_TABLE_MOD_FAILED) |
| 958 | const OfpErrorType_OFPET_QUEUE_OP_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_QUEUE_OP_FAILED) |
| 959 | const OfpErrorType_OFPET_SWITCH_CONFIG_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_SWITCH_CONFIG_FAILED) |
| 960 | const OfpErrorType_OFPET_ROLE_REQUEST_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_ROLE_REQUEST_FAILED) |
| 961 | const OfpErrorType_OFPET_METER_MOD_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_METER_MOD_FAILED) |
| 962 | const OfpErrorType_OFPET_TABLE_FEATURES_FAILED = OfpErrorType(openflow_13.OfpErrorType_OFPET_TABLE_FEATURES_FAILED) |
| 963 | const OfpErrorType_OFPET_EXPERIMENTER = OfpErrorType(openflow_13.OfpErrorType_OFPET_EXPERIMENTER) |
| 964 | |
| 965 | // OfpHelloFailedCode from public import voltha_protos/openflow_13.proto |
| 966 | type OfpHelloFailedCode = openflow_13.OfpHelloFailedCode |
| 967 | |
| 968 | var OfpHelloFailedCode_name = openflow_13.OfpHelloFailedCode_name |
| 969 | var OfpHelloFailedCode_value = openflow_13.OfpHelloFailedCode_value |
| 970 | |
| 971 | const OfpHelloFailedCode_OFPHFC_INCOMPATIBLE = OfpHelloFailedCode(openflow_13.OfpHelloFailedCode_OFPHFC_INCOMPATIBLE) |
| 972 | const OfpHelloFailedCode_OFPHFC_EPERM = OfpHelloFailedCode(openflow_13.OfpHelloFailedCode_OFPHFC_EPERM) |
| 973 | |
| 974 | // OfpBadRequestCode from public import voltha_protos/openflow_13.proto |
| 975 | type OfpBadRequestCode = openflow_13.OfpBadRequestCode |
| 976 | |
| 977 | var OfpBadRequestCode_name = openflow_13.OfpBadRequestCode_name |
| 978 | var OfpBadRequestCode_value = openflow_13.OfpBadRequestCode_value |
| 979 | |
| 980 | const OfpBadRequestCode_OFPBRC_BAD_VERSION = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BAD_VERSION) |
| 981 | const OfpBadRequestCode_OFPBRC_BAD_TYPE = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BAD_TYPE) |
| 982 | const OfpBadRequestCode_OFPBRC_BAD_MULTIPART = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BAD_MULTIPART) |
| 983 | const OfpBadRequestCode_OFPBRC_BAD_EXPERIMENTER = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BAD_EXPERIMENTER) |
| 984 | const OfpBadRequestCode_OFPBRC_BAD_EXP_TYPE = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BAD_EXP_TYPE) |
| 985 | const OfpBadRequestCode_OFPBRC_EPERM = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_EPERM) |
| 986 | const OfpBadRequestCode_OFPBRC_BAD_LEN = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BAD_LEN) |
| 987 | const OfpBadRequestCode_OFPBRC_BUFFER_EMPTY = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BUFFER_EMPTY) |
| 988 | const OfpBadRequestCode_OFPBRC_BUFFER_UNKNOWN = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BUFFER_UNKNOWN) |
| 989 | const OfpBadRequestCode_OFPBRC_BAD_TABLE_ID = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BAD_TABLE_ID) |
| 990 | const OfpBadRequestCode_OFPBRC_IS_SLAVE = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_IS_SLAVE) |
| 991 | const OfpBadRequestCode_OFPBRC_BAD_PORT = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BAD_PORT) |
| 992 | const OfpBadRequestCode_OFPBRC_BAD_PACKET = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_BAD_PACKET) |
| 993 | const OfpBadRequestCode_OFPBRC_MULTIPART_BUFFER_OVERFLOW = OfpBadRequestCode(openflow_13.OfpBadRequestCode_OFPBRC_MULTIPART_BUFFER_OVERFLOW) |
| 994 | |
| 995 | // OfpBadActionCode from public import voltha_protos/openflow_13.proto |
| 996 | type OfpBadActionCode = openflow_13.OfpBadActionCode |
| 997 | |
| 998 | var OfpBadActionCode_name = openflow_13.OfpBadActionCode_name |
| 999 | var OfpBadActionCode_value = openflow_13.OfpBadActionCode_value |
| 1000 | |
| 1001 | const OfpBadActionCode_OFPBAC_BAD_TYPE = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_TYPE) |
| 1002 | const OfpBadActionCode_OFPBAC_BAD_LEN = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_LEN) |
| 1003 | const OfpBadActionCode_OFPBAC_BAD_EXPERIMENTER = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_EXPERIMENTER) |
| 1004 | const OfpBadActionCode_OFPBAC_BAD_EXP_TYPE = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_EXP_TYPE) |
| 1005 | const OfpBadActionCode_OFPBAC_BAD_OUT_PORT = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_OUT_PORT) |
| 1006 | const OfpBadActionCode_OFPBAC_BAD_ARGUMENT = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_ARGUMENT) |
| 1007 | const OfpBadActionCode_OFPBAC_EPERM = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_EPERM) |
| 1008 | const OfpBadActionCode_OFPBAC_TOO_MANY = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_TOO_MANY) |
| 1009 | const OfpBadActionCode_OFPBAC_BAD_QUEUE = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_QUEUE) |
| 1010 | const OfpBadActionCode_OFPBAC_BAD_OUT_GROUP = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_OUT_GROUP) |
| 1011 | const OfpBadActionCode_OFPBAC_MATCH_INCONSISTENT = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_MATCH_INCONSISTENT) |
| 1012 | const OfpBadActionCode_OFPBAC_UNSUPPORTED_ORDER = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_UNSUPPORTED_ORDER) |
| 1013 | const OfpBadActionCode_OFPBAC_BAD_TAG = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_TAG) |
| 1014 | const OfpBadActionCode_OFPBAC_BAD_SET_TYPE = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_SET_TYPE) |
| 1015 | const OfpBadActionCode_OFPBAC_BAD_SET_LEN = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_SET_LEN) |
| 1016 | const OfpBadActionCode_OFPBAC_BAD_SET_ARGUMENT = OfpBadActionCode(openflow_13.OfpBadActionCode_OFPBAC_BAD_SET_ARGUMENT) |
| 1017 | |
| 1018 | // OfpBadInstructionCode from public import voltha_protos/openflow_13.proto |
| 1019 | type OfpBadInstructionCode = openflow_13.OfpBadInstructionCode |
| 1020 | |
| 1021 | var OfpBadInstructionCode_name = openflow_13.OfpBadInstructionCode_name |
| 1022 | var OfpBadInstructionCode_value = openflow_13.OfpBadInstructionCode_value |
| 1023 | |
| 1024 | const OfpBadInstructionCode_OFPBIC_UNKNOWN_INST = OfpBadInstructionCode(openflow_13.OfpBadInstructionCode_OFPBIC_UNKNOWN_INST) |
| 1025 | const OfpBadInstructionCode_OFPBIC_UNSUP_INST = OfpBadInstructionCode(openflow_13.OfpBadInstructionCode_OFPBIC_UNSUP_INST) |
| 1026 | const OfpBadInstructionCode_OFPBIC_BAD_TABLE_ID = OfpBadInstructionCode(openflow_13.OfpBadInstructionCode_OFPBIC_BAD_TABLE_ID) |
| 1027 | const OfpBadInstructionCode_OFPBIC_UNSUP_METADATA = OfpBadInstructionCode(openflow_13.OfpBadInstructionCode_OFPBIC_UNSUP_METADATA) |
| 1028 | const OfpBadInstructionCode_OFPBIC_UNSUP_METADATA_MASK = OfpBadInstructionCode(openflow_13.OfpBadInstructionCode_OFPBIC_UNSUP_METADATA_MASK) |
| 1029 | const OfpBadInstructionCode_OFPBIC_BAD_EXPERIMENTER = OfpBadInstructionCode(openflow_13.OfpBadInstructionCode_OFPBIC_BAD_EXPERIMENTER) |
| 1030 | const OfpBadInstructionCode_OFPBIC_BAD_EXP_TYPE = OfpBadInstructionCode(openflow_13.OfpBadInstructionCode_OFPBIC_BAD_EXP_TYPE) |
| 1031 | const OfpBadInstructionCode_OFPBIC_BAD_LEN = OfpBadInstructionCode(openflow_13.OfpBadInstructionCode_OFPBIC_BAD_LEN) |
| 1032 | const OfpBadInstructionCode_OFPBIC_EPERM = OfpBadInstructionCode(openflow_13.OfpBadInstructionCode_OFPBIC_EPERM) |
| 1033 | |
| 1034 | // OfpBadMatchCode from public import voltha_protos/openflow_13.proto |
| 1035 | type OfpBadMatchCode = openflow_13.OfpBadMatchCode |
| 1036 | |
| 1037 | var OfpBadMatchCode_name = openflow_13.OfpBadMatchCode_name |
| 1038 | var OfpBadMatchCode_value = openflow_13.OfpBadMatchCode_value |
| 1039 | |
| 1040 | const OfpBadMatchCode_OFPBMC_BAD_TYPE = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_TYPE) |
| 1041 | const OfpBadMatchCode_OFPBMC_BAD_LEN = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_LEN) |
| 1042 | const OfpBadMatchCode_OFPBMC_BAD_TAG = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_TAG) |
| 1043 | const OfpBadMatchCode_OFPBMC_BAD_DL_ADDR_MASK = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_DL_ADDR_MASK) |
| 1044 | const OfpBadMatchCode_OFPBMC_BAD_NW_ADDR_MASK = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_NW_ADDR_MASK) |
| 1045 | const OfpBadMatchCode_OFPBMC_BAD_WILDCARDS = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_WILDCARDS) |
| 1046 | const OfpBadMatchCode_OFPBMC_BAD_FIELD = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_FIELD) |
| 1047 | const OfpBadMatchCode_OFPBMC_BAD_VALUE = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_VALUE) |
| 1048 | const OfpBadMatchCode_OFPBMC_BAD_MASK = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_MASK) |
| 1049 | const OfpBadMatchCode_OFPBMC_BAD_PREREQ = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_BAD_PREREQ) |
| 1050 | const OfpBadMatchCode_OFPBMC_DUP_FIELD = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_DUP_FIELD) |
| 1051 | const OfpBadMatchCode_OFPBMC_EPERM = OfpBadMatchCode(openflow_13.OfpBadMatchCode_OFPBMC_EPERM) |
| 1052 | |
| 1053 | // OfpFlowModFailedCode from public import voltha_protos/openflow_13.proto |
| 1054 | type OfpFlowModFailedCode = openflow_13.OfpFlowModFailedCode |
| 1055 | |
| 1056 | var OfpFlowModFailedCode_name = openflow_13.OfpFlowModFailedCode_name |
| 1057 | var OfpFlowModFailedCode_value = openflow_13.OfpFlowModFailedCode_value |
| 1058 | |
| 1059 | const OfpFlowModFailedCode_OFPFMFC_UNKNOWN = OfpFlowModFailedCode(openflow_13.OfpFlowModFailedCode_OFPFMFC_UNKNOWN) |
| 1060 | const OfpFlowModFailedCode_OFPFMFC_TABLE_FULL = OfpFlowModFailedCode(openflow_13.OfpFlowModFailedCode_OFPFMFC_TABLE_FULL) |
| 1061 | const OfpFlowModFailedCode_OFPFMFC_BAD_TABLE_ID = OfpFlowModFailedCode(openflow_13.OfpFlowModFailedCode_OFPFMFC_BAD_TABLE_ID) |
| 1062 | const OfpFlowModFailedCode_OFPFMFC_OVERLAP = OfpFlowModFailedCode(openflow_13.OfpFlowModFailedCode_OFPFMFC_OVERLAP) |
| 1063 | const OfpFlowModFailedCode_OFPFMFC_EPERM = OfpFlowModFailedCode(openflow_13.OfpFlowModFailedCode_OFPFMFC_EPERM) |
| 1064 | const OfpFlowModFailedCode_OFPFMFC_BAD_TIMEOUT = OfpFlowModFailedCode(openflow_13.OfpFlowModFailedCode_OFPFMFC_BAD_TIMEOUT) |
| 1065 | const OfpFlowModFailedCode_OFPFMFC_BAD_COMMAND = OfpFlowModFailedCode(openflow_13.OfpFlowModFailedCode_OFPFMFC_BAD_COMMAND) |
| 1066 | const OfpFlowModFailedCode_OFPFMFC_BAD_FLAGS = OfpFlowModFailedCode(openflow_13.OfpFlowModFailedCode_OFPFMFC_BAD_FLAGS) |
| 1067 | |
| 1068 | // OfpGroupModFailedCode from public import voltha_protos/openflow_13.proto |
| 1069 | type OfpGroupModFailedCode = openflow_13.OfpGroupModFailedCode |
| 1070 | |
| 1071 | var OfpGroupModFailedCode_name = openflow_13.OfpGroupModFailedCode_name |
| 1072 | var OfpGroupModFailedCode_value = openflow_13.OfpGroupModFailedCode_value |
| 1073 | |
| 1074 | const OfpGroupModFailedCode_OFPGMFC_GROUP_EXISTS = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_GROUP_EXISTS) |
| 1075 | const OfpGroupModFailedCode_OFPGMFC_INVALID_GROUP = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_INVALID_GROUP) |
| 1076 | const OfpGroupModFailedCode_OFPGMFC_WEIGHT_UNSUPPORTED = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_WEIGHT_UNSUPPORTED) |
| 1077 | const OfpGroupModFailedCode_OFPGMFC_OUT_OF_GROUPS = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_OUT_OF_GROUPS) |
| 1078 | const OfpGroupModFailedCode_OFPGMFC_OUT_OF_BUCKETS = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_OUT_OF_BUCKETS) |
| 1079 | const OfpGroupModFailedCode_OFPGMFC_CHAINING_UNSUPPORTED = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_CHAINING_UNSUPPORTED) |
| 1080 | const OfpGroupModFailedCode_OFPGMFC_WATCH_UNSUPPORTED = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_WATCH_UNSUPPORTED) |
| 1081 | const OfpGroupModFailedCode_OFPGMFC_LOOP = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_LOOP) |
| 1082 | const OfpGroupModFailedCode_OFPGMFC_UNKNOWN_GROUP = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_UNKNOWN_GROUP) |
| 1083 | const OfpGroupModFailedCode_OFPGMFC_CHAINED_GROUP = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_CHAINED_GROUP) |
| 1084 | const OfpGroupModFailedCode_OFPGMFC_BAD_TYPE = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_BAD_TYPE) |
| 1085 | const OfpGroupModFailedCode_OFPGMFC_BAD_COMMAND = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_BAD_COMMAND) |
| 1086 | const OfpGroupModFailedCode_OFPGMFC_BAD_BUCKET = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_BAD_BUCKET) |
| 1087 | const OfpGroupModFailedCode_OFPGMFC_BAD_WATCH = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_BAD_WATCH) |
| 1088 | const OfpGroupModFailedCode_OFPGMFC_EPERM = OfpGroupModFailedCode(openflow_13.OfpGroupModFailedCode_OFPGMFC_EPERM) |
| 1089 | |
| 1090 | // OfpPortModFailedCode from public import voltha_protos/openflow_13.proto |
| 1091 | type OfpPortModFailedCode = openflow_13.OfpPortModFailedCode |
| 1092 | |
| 1093 | var OfpPortModFailedCode_name = openflow_13.OfpPortModFailedCode_name |
| 1094 | var OfpPortModFailedCode_value = openflow_13.OfpPortModFailedCode_value |
| 1095 | |
| 1096 | const OfpPortModFailedCode_OFPPMFC_BAD_PORT = OfpPortModFailedCode(openflow_13.OfpPortModFailedCode_OFPPMFC_BAD_PORT) |
| 1097 | const OfpPortModFailedCode_OFPPMFC_BAD_HW_ADDR = OfpPortModFailedCode(openflow_13.OfpPortModFailedCode_OFPPMFC_BAD_HW_ADDR) |
| 1098 | const OfpPortModFailedCode_OFPPMFC_BAD_CONFIG = OfpPortModFailedCode(openflow_13.OfpPortModFailedCode_OFPPMFC_BAD_CONFIG) |
| 1099 | const OfpPortModFailedCode_OFPPMFC_BAD_ADVERTISE = OfpPortModFailedCode(openflow_13.OfpPortModFailedCode_OFPPMFC_BAD_ADVERTISE) |
| 1100 | const OfpPortModFailedCode_OFPPMFC_EPERM = OfpPortModFailedCode(openflow_13.OfpPortModFailedCode_OFPPMFC_EPERM) |
| 1101 | |
| 1102 | // OfpTableModFailedCode from public import voltha_protos/openflow_13.proto |
| 1103 | type OfpTableModFailedCode = openflow_13.OfpTableModFailedCode |
| 1104 | |
| 1105 | var OfpTableModFailedCode_name = openflow_13.OfpTableModFailedCode_name |
| 1106 | var OfpTableModFailedCode_value = openflow_13.OfpTableModFailedCode_value |
| 1107 | |
| 1108 | const OfpTableModFailedCode_OFPTMFC_BAD_TABLE = OfpTableModFailedCode(openflow_13.OfpTableModFailedCode_OFPTMFC_BAD_TABLE) |
| 1109 | const OfpTableModFailedCode_OFPTMFC_BAD_CONFIG = OfpTableModFailedCode(openflow_13.OfpTableModFailedCode_OFPTMFC_BAD_CONFIG) |
| 1110 | const OfpTableModFailedCode_OFPTMFC_EPERM = OfpTableModFailedCode(openflow_13.OfpTableModFailedCode_OFPTMFC_EPERM) |
| 1111 | |
| 1112 | // OfpQueueOpFailedCode from public import voltha_protos/openflow_13.proto |
| 1113 | type OfpQueueOpFailedCode = openflow_13.OfpQueueOpFailedCode |
| 1114 | |
| 1115 | var OfpQueueOpFailedCode_name = openflow_13.OfpQueueOpFailedCode_name |
| 1116 | var OfpQueueOpFailedCode_value = openflow_13.OfpQueueOpFailedCode_value |
| 1117 | |
| 1118 | const OfpQueueOpFailedCode_OFPQOFC_BAD_PORT = OfpQueueOpFailedCode(openflow_13.OfpQueueOpFailedCode_OFPQOFC_BAD_PORT) |
| 1119 | const OfpQueueOpFailedCode_OFPQOFC_BAD_QUEUE = OfpQueueOpFailedCode(openflow_13.OfpQueueOpFailedCode_OFPQOFC_BAD_QUEUE) |
| 1120 | const OfpQueueOpFailedCode_OFPQOFC_EPERM = OfpQueueOpFailedCode(openflow_13.OfpQueueOpFailedCode_OFPQOFC_EPERM) |
| 1121 | |
| 1122 | // OfpSwitchConfigFailedCode from public import voltha_protos/openflow_13.proto |
| 1123 | type OfpSwitchConfigFailedCode = openflow_13.OfpSwitchConfigFailedCode |
| 1124 | |
| 1125 | var OfpSwitchConfigFailedCode_name = openflow_13.OfpSwitchConfigFailedCode_name |
| 1126 | var OfpSwitchConfigFailedCode_value = openflow_13.OfpSwitchConfigFailedCode_value |
| 1127 | |
| 1128 | const OfpSwitchConfigFailedCode_OFPSCFC_BAD_FLAGS = OfpSwitchConfigFailedCode(openflow_13.OfpSwitchConfigFailedCode_OFPSCFC_BAD_FLAGS) |
| 1129 | const OfpSwitchConfigFailedCode_OFPSCFC_BAD_LEN = OfpSwitchConfigFailedCode(openflow_13.OfpSwitchConfigFailedCode_OFPSCFC_BAD_LEN) |
| 1130 | const OfpSwitchConfigFailedCode_OFPSCFC_EPERM = OfpSwitchConfigFailedCode(openflow_13.OfpSwitchConfigFailedCode_OFPSCFC_EPERM) |
| 1131 | |
| 1132 | // OfpRoleRequestFailedCode from public import voltha_protos/openflow_13.proto |
| 1133 | type OfpRoleRequestFailedCode = openflow_13.OfpRoleRequestFailedCode |
| 1134 | |
| 1135 | var OfpRoleRequestFailedCode_name = openflow_13.OfpRoleRequestFailedCode_name |
| 1136 | var OfpRoleRequestFailedCode_value = openflow_13.OfpRoleRequestFailedCode_value |
| 1137 | |
| 1138 | const OfpRoleRequestFailedCode_OFPRRFC_STALE = OfpRoleRequestFailedCode(openflow_13.OfpRoleRequestFailedCode_OFPRRFC_STALE) |
| 1139 | const OfpRoleRequestFailedCode_OFPRRFC_UNSUP = OfpRoleRequestFailedCode(openflow_13.OfpRoleRequestFailedCode_OFPRRFC_UNSUP) |
| 1140 | const OfpRoleRequestFailedCode_OFPRRFC_BAD_ROLE = OfpRoleRequestFailedCode(openflow_13.OfpRoleRequestFailedCode_OFPRRFC_BAD_ROLE) |
| 1141 | |
| 1142 | // OfpMeterModFailedCode from public import voltha_protos/openflow_13.proto |
| 1143 | type OfpMeterModFailedCode = openflow_13.OfpMeterModFailedCode |
| 1144 | |
| 1145 | var OfpMeterModFailedCode_name = openflow_13.OfpMeterModFailedCode_name |
| 1146 | var OfpMeterModFailedCode_value = openflow_13.OfpMeterModFailedCode_value |
| 1147 | |
| 1148 | const OfpMeterModFailedCode_OFPMMFC_UNKNOWN = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_UNKNOWN) |
| 1149 | const OfpMeterModFailedCode_OFPMMFC_METER_EXISTS = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_METER_EXISTS) |
| 1150 | const OfpMeterModFailedCode_OFPMMFC_INVALID_METER = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_INVALID_METER) |
| 1151 | const OfpMeterModFailedCode_OFPMMFC_UNKNOWN_METER = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_UNKNOWN_METER) |
| 1152 | const OfpMeterModFailedCode_OFPMMFC_BAD_COMMAND = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_BAD_COMMAND) |
| 1153 | const OfpMeterModFailedCode_OFPMMFC_BAD_FLAGS = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_BAD_FLAGS) |
| 1154 | const OfpMeterModFailedCode_OFPMMFC_BAD_RATE = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_BAD_RATE) |
| 1155 | const OfpMeterModFailedCode_OFPMMFC_BAD_BURST = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_BAD_BURST) |
| 1156 | const OfpMeterModFailedCode_OFPMMFC_BAD_BAND = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_BAD_BAND) |
Esin Karaman | ccb714b | 2019-11-29 15:02:06 +0000 | [diff] [blame] | 1157 | const OfpMeterModFailedCode_OFPMMFC_BAD_BAND_DETAIL = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_BAD_BAND_DETAIL) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1158 | const OfpMeterModFailedCode_OFPMMFC_OUT_OF_METERS = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_OUT_OF_METERS) |
| 1159 | const OfpMeterModFailedCode_OFPMMFC_OUT_OF_BANDS = OfpMeterModFailedCode(openflow_13.OfpMeterModFailedCode_OFPMMFC_OUT_OF_BANDS) |
| 1160 | |
| 1161 | // OfpTableFeaturesFailedCode from public import voltha_protos/openflow_13.proto |
| 1162 | type OfpTableFeaturesFailedCode = openflow_13.OfpTableFeaturesFailedCode |
| 1163 | |
| 1164 | var OfpTableFeaturesFailedCode_name = openflow_13.OfpTableFeaturesFailedCode_name |
| 1165 | var OfpTableFeaturesFailedCode_value = openflow_13.OfpTableFeaturesFailedCode_value |
| 1166 | |
| 1167 | const OfpTableFeaturesFailedCode_OFPTFFC_BAD_TABLE = OfpTableFeaturesFailedCode(openflow_13.OfpTableFeaturesFailedCode_OFPTFFC_BAD_TABLE) |
| 1168 | const OfpTableFeaturesFailedCode_OFPTFFC_BAD_METADATA = OfpTableFeaturesFailedCode(openflow_13.OfpTableFeaturesFailedCode_OFPTFFC_BAD_METADATA) |
| 1169 | const OfpTableFeaturesFailedCode_OFPTFFC_BAD_TYPE = OfpTableFeaturesFailedCode(openflow_13.OfpTableFeaturesFailedCode_OFPTFFC_BAD_TYPE) |
| 1170 | const OfpTableFeaturesFailedCode_OFPTFFC_BAD_LEN = OfpTableFeaturesFailedCode(openflow_13.OfpTableFeaturesFailedCode_OFPTFFC_BAD_LEN) |
| 1171 | const OfpTableFeaturesFailedCode_OFPTFFC_BAD_ARGUMENT = OfpTableFeaturesFailedCode(openflow_13.OfpTableFeaturesFailedCode_OFPTFFC_BAD_ARGUMENT) |
| 1172 | const OfpTableFeaturesFailedCode_OFPTFFC_EPERM = OfpTableFeaturesFailedCode(openflow_13.OfpTableFeaturesFailedCode_OFPTFFC_EPERM) |
| 1173 | |
| 1174 | // OfpMultipartType from public import voltha_protos/openflow_13.proto |
| 1175 | type OfpMultipartType = openflow_13.OfpMultipartType |
| 1176 | |
| 1177 | var OfpMultipartType_name = openflow_13.OfpMultipartType_name |
| 1178 | var OfpMultipartType_value = openflow_13.OfpMultipartType_value |
| 1179 | |
| 1180 | const OfpMultipartType_OFPMP_DESC = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_DESC) |
| 1181 | const OfpMultipartType_OFPMP_FLOW = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_FLOW) |
| 1182 | const OfpMultipartType_OFPMP_AGGREGATE = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_AGGREGATE) |
| 1183 | const OfpMultipartType_OFPMP_TABLE = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_TABLE) |
| 1184 | const OfpMultipartType_OFPMP_PORT_STATS = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_PORT_STATS) |
| 1185 | const OfpMultipartType_OFPMP_QUEUE = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_QUEUE) |
| 1186 | const OfpMultipartType_OFPMP_GROUP = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_GROUP) |
| 1187 | const OfpMultipartType_OFPMP_GROUP_DESC = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_GROUP_DESC) |
| 1188 | const OfpMultipartType_OFPMP_GROUP_FEATURES = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_GROUP_FEATURES) |
| 1189 | const OfpMultipartType_OFPMP_METER = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_METER) |
| 1190 | const OfpMultipartType_OFPMP_METER_CONFIG = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_METER_CONFIG) |
| 1191 | const OfpMultipartType_OFPMP_METER_FEATURES = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_METER_FEATURES) |
| 1192 | const OfpMultipartType_OFPMP_TABLE_FEATURES = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_TABLE_FEATURES) |
| 1193 | const OfpMultipartType_OFPMP_PORT_DESC = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_PORT_DESC) |
| 1194 | const OfpMultipartType_OFPMP_EXPERIMENTER = OfpMultipartType(openflow_13.OfpMultipartType_OFPMP_EXPERIMENTER) |
| 1195 | |
| 1196 | // OfpMultipartRequestFlags from public import voltha_protos/openflow_13.proto |
| 1197 | type OfpMultipartRequestFlags = openflow_13.OfpMultipartRequestFlags |
| 1198 | |
| 1199 | var OfpMultipartRequestFlags_name = openflow_13.OfpMultipartRequestFlags_name |
| 1200 | var OfpMultipartRequestFlags_value = openflow_13.OfpMultipartRequestFlags_value |
| 1201 | |
| 1202 | const OfpMultipartRequestFlags_OFPMPF_REQ_INVALID = OfpMultipartRequestFlags(openflow_13.OfpMultipartRequestFlags_OFPMPF_REQ_INVALID) |
| 1203 | const OfpMultipartRequestFlags_OFPMPF_REQ_MORE = OfpMultipartRequestFlags(openflow_13.OfpMultipartRequestFlags_OFPMPF_REQ_MORE) |
| 1204 | |
| 1205 | // OfpMultipartReplyFlags from public import voltha_protos/openflow_13.proto |
| 1206 | type OfpMultipartReplyFlags = openflow_13.OfpMultipartReplyFlags |
| 1207 | |
| 1208 | var OfpMultipartReplyFlags_name = openflow_13.OfpMultipartReplyFlags_name |
| 1209 | var OfpMultipartReplyFlags_value = openflow_13.OfpMultipartReplyFlags_value |
| 1210 | |
| 1211 | const OfpMultipartReplyFlags_OFPMPF_REPLY_INVALID = OfpMultipartReplyFlags(openflow_13.OfpMultipartReplyFlags_OFPMPF_REPLY_INVALID) |
| 1212 | const OfpMultipartReplyFlags_OFPMPF_REPLY_MORE = OfpMultipartReplyFlags(openflow_13.OfpMultipartReplyFlags_OFPMPF_REPLY_MORE) |
| 1213 | |
| 1214 | // OfpTableFeaturePropType from public import voltha_protos/openflow_13.proto |
| 1215 | type OfpTableFeaturePropType = openflow_13.OfpTableFeaturePropType |
| 1216 | |
| 1217 | var OfpTableFeaturePropType_name = openflow_13.OfpTableFeaturePropType_name |
| 1218 | var OfpTableFeaturePropType_value = openflow_13.OfpTableFeaturePropType_value |
| 1219 | |
| 1220 | const OfpTableFeaturePropType_OFPTFPT_INSTRUCTIONS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_INSTRUCTIONS) |
| 1221 | const OfpTableFeaturePropType_OFPTFPT_INSTRUCTIONS_MISS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_INSTRUCTIONS_MISS) |
| 1222 | const OfpTableFeaturePropType_OFPTFPT_NEXT_TABLES = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_NEXT_TABLES) |
| 1223 | const OfpTableFeaturePropType_OFPTFPT_NEXT_TABLES_MISS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_NEXT_TABLES_MISS) |
| 1224 | const OfpTableFeaturePropType_OFPTFPT_WRITE_ACTIONS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_WRITE_ACTIONS) |
| 1225 | const OfpTableFeaturePropType_OFPTFPT_WRITE_ACTIONS_MISS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_WRITE_ACTIONS_MISS) |
| 1226 | const OfpTableFeaturePropType_OFPTFPT_APPLY_ACTIONS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_APPLY_ACTIONS) |
| 1227 | const OfpTableFeaturePropType_OFPTFPT_APPLY_ACTIONS_MISS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_APPLY_ACTIONS_MISS) |
| 1228 | const OfpTableFeaturePropType_OFPTFPT_MATCH = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_MATCH) |
| 1229 | const OfpTableFeaturePropType_OFPTFPT_WILDCARDS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_WILDCARDS) |
| 1230 | const OfpTableFeaturePropType_OFPTFPT_WRITE_SETFIELD = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_WRITE_SETFIELD) |
| 1231 | const OfpTableFeaturePropType_OFPTFPT_WRITE_SETFIELD_MISS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_WRITE_SETFIELD_MISS) |
| 1232 | const OfpTableFeaturePropType_OFPTFPT_APPLY_SETFIELD = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_APPLY_SETFIELD) |
| 1233 | const OfpTableFeaturePropType_OFPTFPT_APPLY_SETFIELD_MISS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_APPLY_SETFIELD_MISS) |
| 1234 | const OfpTableFeaturePropType_OFPTFPT_EXPERIMENTER = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_EXPERIMENTER) |
| 1235 | const OfpTableFeaturePropType_OFPTFPT_EXPERIMENTER_MISS = OfpTableFeaturePropType(openflow_13.OfpTableFeaturePropType_OFPTFPT_EXPERIMENTER_MISS) |
| 1236 | |
| 1237 | // OfpGroupCapabilities from public import voltha_protos/openflow_13.proto |
| 1238 | type OfpGroupCapabilities = openflow_13.OfpGroupCapabilities |
| 1239 | |
| 1240 | var OfpGroupCapabilities_name = openflow_13.OfpGroupCapabilities_name |
| 1241 | var OfpGroupCapabilities_value = openflow_13.OfpGroupCapabilities_value |
| 1242 | |
| 1243 | const OfpGroupCapabilities_OFPGFC_INVALID = OfpGroupCapabilities(openflow_13.OfpGroupCapabilities_OFPGFC_INVALID) |
| 1244 | const OfpGroupCapabilities_OFPGFC_SELECT_WEIGHT = OfpGroupCapabilities(openflow_13.OfpGroupCapabilities_OFPGFC_SELECT_WEIGHT) |
| 1245 | const OfpGroupCapabilities_OFPGFC_SELECT_LIVENESS = OfpGroupCapabilities(openflow_13.OfpGroupCapabilities_OFPGFC_SELECT_LIVENESS) |
| 1246 | const OfpGroupCapabilities_OFPGFC_CHAINING = OfpGroupCapabilities(openflow_13.OfpGroupCapabilities_OFPGFC_CHAINING) |
| 1247 | const OfpGroupCapabilities_OFPGFC_CHAINING_CHECKS = OfpGroupCapabilities(openflow_13.OfpGroupCapabilities_OFPGFC_CHAINING_CHECKS) |
| 1248 | |
| 1249 | // OfpQueueProperties from public import voltha_protos/openflow_13.proto |
| 1250 | type OfpQueueProperties = openflow_13.OfpQueueProperties |
| 1251 | |
| 1252 | var OfpQueueProperties_name = openflow_13.OfpQueueProperties_name |
| 1253 | var OfpQueueProperties_value = openflow_13.OfpQueueProperties_value |
| 1254 | |
| 1255 | const OfpQueueProperties_OFPQT_INVALID = OfpQueueProperties(openflow_13.OfpQueueProperties_OFPQT_INVALID) |
| 1256 | const OfpQueueProperties_OFPQT_MIN_RATE = OfpQueueProperties(openflow_13.OfpQueueProperties_OFPQT_MIN_RATE) |
| 1257 | const OfpQueueProperties_OFPQT_MAX_RATE = OfpQueueProperties(openflow_13.OfpQueueProperties_OFPQT_MAX_RATE) |
| 1258 | const OfpQueueProperties_OFPQT_EXPERIMENTER = OfpQueueProperties(openflow_13.OfpQueueProperties_OFPQT_EXPERIMENTER) |
| 1259 | |
| 1260 | // OfpControllerRole from public import voltha_protos/openflow_13.proto |
| 1261 | type OfpControllerRole = openflow_13.OfpControllerRole |
| 1262 | |
| 1263 | var OfpControllerRole_name = openflow_13.OfpControllerRole_name |
| 1264 | var OfpControllerRole_value = openflow_13.OfpControllerRole_value |
| 1265 | |
| 1266 | const OfpControllerRole_OFPCR_ROLE_NOCHANGE = OfpControllerRole(openflow_13.OfpControllerRole_OFPCR_ROLE_NOCHANGE) |
| 1267 | const OfpControllerRole_OFPCR_ROLE_EQUAL = OfpControllerRole(openflow_13.OfpControllerRole_OFPCR_ROLE_EQUAL) |
| 1268 | const OfpControllerRole_OFPCR_ROLE_MASTER = OfpControllerRole(openflow_13.OfpControllerRole_OFPCR_ROLE_MASTER) |
| 1269 | const OfpControllerRole_OFPCR_ROLE_SLAVE = OfpControllerRole(openflow_13.OfpControllerRole_OFPCR_ROLE_SLAVE) |
| 1270 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1271 | type EventFilterRuleKey_EventFilterRuleType int32 |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1272 | |
| 1273 | const ( |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1274 | EventFilterRuleKey_filter_all EventFilterRuleKey_EventFilterRuleType = 0 |
| 1275 | EventFilterRuleKey_category EventFilterRuleKey_EventFilterRuleType = 1 |
| 1276 | EventFilterRuleKey_sub_category EventFilterRuleKey_EventFilterRuleType = 2 |
| 1277 | EventFilterRuleKey_kpi_event_type EventFilterRuleKey_EventFilterRuleType = 3 |
| 1278 | EventFilterRuleKey_config_event_type EventFilterRuleKey_EventFilterRuleType = 4 |
| 1279 | EventFilterRuleKey_device_event_type EventFilterRuleKey_EventFilterRuleType = 5 |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1280 | ) |
| 1281 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1282 | var EventFilterRuleKey_EventFilterRuleType_name = map[int32]string{ |
| 1283 | 0: "filter_all", |
| 1284 | 1: "category", |
| 1285 | 2: "sub_category", |
| 1286 | 3: "kpi_event_type", |
| 1287 | 4: "config_event_type", |
| 1288 | 5: "device_event_type", |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1289 | } |
| 1290 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1291 | var EventFilterRuleKey_EventFilterRuleType_value = map[string]int32{ |
| 1292 | "filter_all": 0, |
| 1293 | "category": 1, |
| 1294 | "sub_category": 2, |
| 1295 | "kpi_event_type": 3, |
| 1296 | "config_event_type": 4, |
| 1297 | "device_event_type": 5, |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1298 | } |
| 1299 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1300 | func (x EventFilterRuleKey_EventFilterRuleType) String() string { |
| 1301 | return proto.EnumName(EventFilterRuleKey_EventFilterRuleType_name, int32(x)) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1302 | } |
| 1303 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1304 | func (EventFilterRuleKey_EventFilterRuleType) EnumDescriptor() ([]byte, []int) { |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1305 | return fileDescriptor_e084f1a60ce7016c, []int{2, 0} |
| 1306 | } |
| 1307 | |
Scott Baker | 24f83e2 | 2020-03-30 16:14:28 -0700 | [diff] [blame] | 1308 | type TestResponse_TestResponseResult int32 |
| 1309 | |
| 1310 | const ( |
| 1311 | TestResponse_SUCCESS TestResponse_TestResponseResult = 0 |
| 1312 | TestResponse_FAILURE TestResponse_TestResponseResult = 1 |
| 1313 | ) |
| 1314 | |
| 1315 | var TestResponse_TestResponseResult_name = map[int32]string{ |
| 1316 | 0: "SUCCESS", |
| 1317 | 1: "FAILURE", |
| 1318 | } |
| 1319 | |
| 1320 | var TestResponse_TestResponseResult_value = map[string]int32{ |
| 1321 | "SUCCESS": 0, |
| 1322 | "FAILURE": 1, |
| 1323 | } |
| 1324 | |
| 1325 | func (x TestResponse_TestResponseResult) String() string { |
| 1326 | return proto.EnumName(TestResponse_TestResponseResult_name, int32(x)) |
| 1327 | } |
| 1328 | |
| 1329 | func (TestResponse_TestResponseResult) EnumDescriptor() ([]byte, []int) { |
| 1330 | return fileDescriptor_e084f1a60ce7016c, []int{9, 0} |
| 1331 | } |
| 1332 | |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1333 | type SelfTestResponse_SelfTestResult int32 |
| 1334 | |
| 1335 | const ( |
| 1336 | SelfTestResponse_SUCCESS SelfTestResponse_SelfTestResult = 0 |
| 1337 | SelfTestResponse_FAILURE SelfTestResponse_SelfTestResult = 1 |
| 1338 | SelfTestResponse_NOT_SUPPORTED SelfTestResponse_SelfTestResult = 2 |
| 1339 | SelfTestResponse_UNKNOWN_ERROR SelfTestResponse_SelfTestResult = 3 |
| 1340 | ) |
| 1341 | |
| 1342 | var SelfTestResponse_SelfTestResult_name = map[int32]string{ |
| 1343 | 0: "SUCCESS", |
| 1344 | 1: "FAILURE", |
| 1345 | 2: "NOT_SUPPORTED", |
| 1346 | 3: "UNKNOWN_ERROR", |
| 1347 | } |
| 1348 | |
| 1349 | var SelfTestResponse_SelfTestResult_value = map[string]int32{ |
| 1350 | "SUCCESS": 0, |
| 1351 | "FAILURE": 1, |
| 1352 | "NOT_SUPPORTED": 2, |
| 1353 | "UNKNOWN_ERROR": 3, |
| 1354 | } |
| 1355 | |
| 1356 | func (x SelfTestResponse_SelfTestResult) String() string { |
| 1357 | return proto.EnumName(SelfTestResponse_SelfTestResult_name, int32(x)) |
| 1358 | } |
| 1359 | |
| 1360 | func (SelfTestResponse_SelfTestResult) EnumDescriptor() ([]byte, []int) { |
kesavand | 494c208 | 2020-08-31 11:16:12 +0530 | [diff] [blame] | 1361 | return fileDescriptor_e084f1a60ce7016c, []int{12, 0} |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1362 | } |
| 1363 | |
| 1364 | type DeviceGroup struct { |
| 1365 | Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| 1366 | LogicalDevices []*LogicalDevice `protobuf:"bytes,2,rep,name=logical_devices,json=logicalDevices,proto3" json:"logical_devices,omitempty"` |
| 1367 | Devices []*Device `protobuf:"bytes,3,rep,name=devices,proto3" json:"devices,omitempty"` |
| 1368 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1369 | XXX_unrecognized []byte `json:"-"` |
| 1370 | XXX_sizecache int32 `json:"-"` |
| 1371 | } |
| 1372 | |
| 1373 | func (m *DeviceGroup) Reset() { *m = DeviceGroup{} } |
| 1374 | func (m *DeviceGroup) String() string { return proto.CompactTextString(m) } |
| 1375 | func (*DeviceGroup) ProtoMessage() {} |
| 1376 | func (*DeviceGroup) Descriptor() ([]byte, []int) { |
| 1377 | return fileDescriptor_e084f1a60ce7016c, []int{0} |
| 1378 | } |
| 1379 | |
| 1380 | func (m *DeviceGroup) XXX_Unmarshal(b []byte) error { |
| 1381 | return xxx_messageInfo_DeviceGroup.Unmarshal(m, b) |
| 1382 | } |
| 1383 | func (m *DeviceGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1384 | return xxx_messageInfo_DeviceGroup.Marshal(b, m, deterministic) |
| 1385 | } |
| 1386 | func (m *DeviceGroup) XXX_Merge(src proto.Message) { |
| 1387 | xxx_messageInfo_DeviceGroup.Merge(m, src) |
| 1388 | } |
| 1389 | func (m *DeviceGroup) XXX_Size() int { |
| 1390 | return xxx_messageInfo_DeviceGroup.Size(m) |
| 1391 | } |
| 1392 | func (m *DeviceGroup) XXX_DiscardUnknown() { |
| 1393 | xxx_messageInfo_DeviceGroup.DiscardUnknown(m) |
| 1394 | } |
| 1395 | |
| 1396 | var xxx_messageInfo_DeviceGroup proto.InternalMessageInfo |
| 1397 | |
| 1398 | func (m *DeviceGroup) GetId() string { |
| 1399 | if m != nil { |
| 1400 | return m.Id |
| 1401 | } |
| 1402 | return "" |
| 1403 | } |
| 1404 | |
| 1405 | func (m *DeviceGroup) GetLogicalDevices() []*LogicalDevice { |
| 1406 | if m != nil { |
| 1407 | return m.LogicalDevices |
| 1408 | } |
| 1409 | return nil |
| 1410 | } |
| 1411 | |
| 1412 | func (m *DeviceGroup) GetDevices() []*Device { |
| 1413 | if m != nil { |
| 1414 | return m.Devices |
| 1415 | } |
| 1416 | return nil |
| 1417 | } |
| 1418 | |
| 1419 | type DeviceGroups struct { |
| 1420 | Items []*DeviceGroup `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` |
| 1421 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1422 | XXX_unrecognized []byte `json:"-"` |
| 1423 | XXX_sizecache int32 `json:"-"` |
| 1424 | } |
| 1425 | |
| 1426 | func (m *DeviceGroups) Reset() { *m = DeviceGroups{} } |
| 1427 | func (m *DeviceGroups) String() string { return proto.CompactTextString(m) } |
| 1428 | func (*DeviceGroups) ProtoMessage() {} |
| 1429 | func (*DeviceGroups) Descriptor() ([]byte, []int) { |
| 1430 | return fileDescriptor_e084f1a60ce7016c, []int{1} |
| 1431 | } |
| 1432 | |
| 1433 | func (m *DeviceGroups) XXX_Unmarshal(b []byte) error { |
| 1434 | return xxx_messageInfo_DeviceGroups.Unmarshal(m, b) |
| 1435 | } |
| 1436 | func (m *DeviceGroups) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1437 | return xxx_messageInfo_DeviceGroups.Marshal(b, m, deterministic) |
| 1438 | } |
| 1439 | func (m *DeviceGroups) XXX_Merge(src proto.Message) { |
| 1440 | xxx_messageInfo_DeviceGroups.Merge(m, src) |
| 1441 | } |
| 1442 | func (m *DeviceGroups) XXX_Size() int { |
| 1443 | return xxx_messageInfo_DeviceGroups.Size(m) |
| 1444 | } |
| 1445 | func (m *DeviceGroups) XXX_DiscardUnknown() { |
| 1446 | xxx_messageInfo_DeviceGroups.DiscardUnknown(m) |
| 1447 | } |
| 1448 | |
| 1449 | var xxx_messageInfo_DeviceGroups proto.InternalMessageInfo |
| 1450 | |
| 1451 | func (m *DeviceGroups) GetItems() []*DeviceGroup { |
| 1452 | if m != nil { |
| 1453 | return m.Items |
| 1454 | } |
| 1455 | return nil |
| 1456 | } |
| 1457 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1458 | type EventFilterRuleKey struct { |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1459 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1460 | XXX_unrecognized []byte `json:"-"` |
| 1461 | XXX_sizecache int32 `json:"-"` |
| 1462 | } |
| 1463 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1464 | func (m *EventFilterRuleKey) Reset() { *m = EventFilterRuleKey{} } |
| 1465 | func (m *EventFilterRuleKey) String() string { return proto.CompactTextString(m) } |
| 1466 | func (*EventFilterRuleKey) ProtoMessage() {} |
| 1467 | func (*EventFilterRuleKey) Descriptor() ([]byte, []int) { |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1468 | return fileDescriptor_e084f1a60ce7016c, []int{2} |
| 1469 | } |
| 1470 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1471 | func (m *EventFilterRuleKey) XXX_Unmarshal(b []byte) error { |
| 1472 | return xxx_messageInfo_EventFilterRuleKey.Unmarshal(m, b) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1473 | } |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1474 | func (m *EventFilterRuleKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1475 | return xxx_messageInfo_EventFilterRuleKey.Marshal(b, m, deterministic) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1476 | } |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1477 | func (m *EventFilterRuleKey) XXX_Merge(src proto.Message) { |
| 1478 | xxx_messageInfo_EventFilterRuleKey.Merge(m, src) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1479 | } |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1480 | func (m *EventFilterRuleKey) XXX_Size() int { |
| 1481 | return xxx_messageInfo_EventFilterRuleKey.Size(m) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1482 | } |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1483 | func (m *EventFilterRuleKey) XXX_DiscardUnknown() { |
| 1484 | xxx_messageInfo_EventFilterRuleKey.DiscardUnknown(m) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1485 | } |
| 1486 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1487 | var xxx_messageInfo_EventFilterRuleKey proto.InternalMessageInfo |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1488 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1489 | type EventFilterRule struct { |
| 1490 | Key EventFilterRuleKey_EventFilterRuleType `protobuf:"varint,1,opt,name=key,proto3,enum=voltha.EventFilterRuleKey_EventFilterRuleType" json:"key,omitempty"` |
| 1491 | Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` |
| 1492 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1493 | XXX_unrecognized []byte `json:"-"` |
| 1494 | XXX_sizecache int32 `json:"-"` |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1495 | } |
| 1496 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1497 | func (m *EventFilterRule) Reset() { *m = EventFilterRule{} } |
| 1498 | func (m *EventFilterRule) String() string { return proto.CompactTextString(m) } |
| 1499 | func (*EventFilterRule) ProtoMessage() {} |
| 1500 | func (*EventFilterRule) Descriptor() ([]byte, []int) { |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1501 | return fileDescriptor_e084f1a60ce7016c, []int{3} |
| 1502 | } |
| 1503 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1504 | func (m *EventFilterRule) XXX_Unmarshal(b []byte) error { |
| 1505 | return xxx_messageInfo_EventFilterRule.Unmarshal(m, b) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1506 | } |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1507 | func (m *EventFilterRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1508 | return xxx_messageInfo_EventFilterRule.Marshal(b, m, deterministic) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1509 | } |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1510 | func (m *EventFilterRule) XXX_Merge(src proto.Message) { |
| 1511 | xxx_messageInfo_EventFilterRule.Merge(m, src) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1512 | } |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1513 | func (m *EventFilterRule) XXX_Size() int { |
| 1514 | return xxx_messageInfo_EventFilterRule.Size(m) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1515 | } |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1516 | func (m *EventFilterRule) XXX_DiscardUnknown() { |
| 1517 | xxx_messageInfo_EventFilterRule.DiscardUnknown(m) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1518 | } |
| 1519 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1520 | var xxx_messageInfo_EventFilterRule proto.InternalMessageInfo |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1521 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1522 | func (m *EventFilterRule) GetKey() EventFilterRuleKey_EventFilterRuleType { |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1523 | if m != nil { |
| 1524 | return m.Key |
| 1525 | } |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1526 | return EventFilterRuleKey_filter_all |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1527 | } |
| 1528 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1529 | func (m *EventFilterRule) GetValue() string { |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1530 | if m != nil { |
| 1531 | return m.Value |
| 1532 | } |
| 1533 | return "" |
| 1534 | } |
| 1535 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1536 | type EventFilter struct { |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1537 | Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1538 | Enable bool `protobuf:"varint,2,opt,name=enable,proto3" json:"enable,omitempty"` |
| 1539 | DeviceId string `protobuf:"bytes,3,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` |
| 1540 | EventType string `protobuf:"bytes,4,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"` |
| 1541 | Rules []*EventFilterRule `protobuf:"bytes,5,rep,name=rules,proto3" json:"rules,omitempty"` |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1542 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1543 | XXX_unrecognized []byte `json:"-"` |
| 1544 | XXX_sizecache int32 `json:"-"` |
| 1545 | } |
| 1546 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1547 | func (m *EventFilter) Reset() { *m = EventFilter{} } |
| 1548 | func (m *EventFilter) String() string { return proto.CompactTextString(m) } |
| 1549 | func (*EventFilter) ProtoMessage() {} |
| 1550 | func (*EventFilter) Descriptor() ([]byte, []int) { |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1551 | return fileDescriptor_e084f1a60ce7016c, []int{4} |
| 1552 | } |
| 1553 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1554 | func (m *EventFilter) XXX_Unmarshal(b []byte) error { |
| 1555 | return xxx_messageInfo_EventFilter.Unmarshal(m, b) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1556 | } |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1557 | func (m *EventFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1558 | return xxx_messageInfo_EventFilter.Marshal(b, m, deterministic) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1559 | } |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1560 | func (m *EventFilter) XXX_Merge(src proto.Message) { |
| 1561 | xxx_messageInfo_EventFilter.Merge(m, src) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1562 | } |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1563 | func (m *EventFilter) XXX_Size() int { |
| 1564 | return xxx_messageInfo_EventFilter.Size(m) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1565 | } |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1566 | func (m *EventFilter) XXX_DiscardUnknown() { |
| 1567 | xxx_messageInfo_EventFilter.DiscardUnknown(m) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1568 | } |
| 1569 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1570 | var xxx_messageInfo_EventFilter proto.InternalMessageInfo |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1571 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1572 | func (m *EventFilter) GetId() string { |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1573 | if m != nil { |
| 1574 | return m.Id |
| 1575 | } |
| 1576 | return "" |
| 1577 | } |
| 1578 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1579 | func (m *EventFilter) GetEnable() bool { |
| 1580 | if m != nil { |
| 1581 | return m.Enable |
| 1582 | } |
| 1583 | return false |
| 1584 | } |
| 1585 | |
| 1586 | func (m *EventFilter) GetDeviceId() string { |
| 1587 | if m != nil { |
| 1588 | return m.DeviceId |
| 1589 | } |
| 1590 | return "" |
| 1591 | } |
| 1592 | |
| 1593 | func (m *EventFilter) GetEventType() string { |
| 1594 | if m != nil { |
| 1595 | return m.EventType |
| 1596 | } |
| 1597 | return "" |
| 1598 | } |
| 1599 | |
| 1600 | func (m *EventFilter) GetRules() []*EventFilterRule { |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1601 | if m != nil { |
| 1602 | return m.Rules |
| 1603 | } |
| 1604 | return nil |
| 1605 | } |
| 1606 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1607 | type EventFilters struct { |
| 1608 | Filters []*EventFilter `protobuf:"bytes,1,rep,name=filters,proto3" json:"filters,omitempty"` |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1609 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1610 | XXX_unrecognized []byte `json:"-"` |
| 1611 | XXX_sizecache int32 `json:"-"` |
| 1612 | } |
| 1613 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1614 | func (m *EventFilters) Reset() { *m = EventFilters{} } |
| 1615 | func (m *EventFilters) String() string { return proto.CompactTextString(m) } |
| 1616 | func (*EventFilters) ProtoMessage() {} |
| 1617 | func (*EventFilters) Descriptor() ([]byte, []int) { |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1618 | return fileDescriptor_e084f1a60ce7016c, []int{5} |
| 1619 | } |
| 1620 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1621 | func (m *EventFilters) XXX_Unmarshal(b []byte) error { |
| 1622 | return xxx_messageInfo_EventFilters.Unmarshal(m, b) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1623 | } |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1624 | func (m *EventFilters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1625 | return xxx_messageInfo_EventFilters.Marshal(b, m, deterministic) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1626 | } |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1627 | func (m *EventFilters) XXX_Merge(src proto.Message) { |
| 1628 | xxx_messageInfo_EventFilters.Merge(m, src) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1629 | } |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1630 | func (m *EventFilters) XXX_Size() int { |
| 1631 | return xxx_messageInfo_EventFilters.Size(m) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1632 | } |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1633 | func (m *EventFilters) XXX_DiscardUnknown() { |
| 1634 | xxx_messageInfo_EventFilters.DiscardUnknown(m) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1635 | } |
| 1636 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1637 | var xxx_messageInfo_EventFilters proto.InternalMessageInfo |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1638 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1639 | func (m *EventFilters) GetFilters() []*EventFilter { |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1640 | if m != nil { |
| 1641 | return m.Filters |
| 1642 | } |
| 1643 | return nil |
| 1644 | } |
| 1645 | |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1646 | // CoreInstance represents a core instance. It is data held in memory when a core |
| 1647 | // is running. This data is not persistent. |
| 1648 | type CoreInstance struct { |
| 1649 | InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` |
| 1650 | Health *HealthStatus `protobuf:"bytes,2,opt,name=health,proto3" json:"health,omitempty"` |
| 1651 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1652 | XXX_unrecognized []byte `json:"-"` |
| 1653 | XXX_sizecache int32 `json:"-"` |
| 1654 | } |
| 1655 | |
| 1656 | func (m *CoreInstance) Reset() { *m = CoreInstance{} } |
| 1657 | func (m *CoreInstance) String() string { return proto.CompactTextString(m) } |
| 1658 | func (*CoreInstance) ProtoMessage() {} |
| 1659 | func (*CoreInstance) Descriptor() ([]byte, []int) { |
kdarapu | b26b450 | 2019-10-05 03:02:33 +0530 | [diff] [blame] | 1660 | return fileDescriptor_e084f1a60ce7016c, []int{6} |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1661 | } |
| 1662 | |
| 1663 | func (m *CoreInstance) XXX_Unmarshal(b []byte) error { |
| 1664 | return xxx_messageInfo_CoreInstance.Unmarshal(m, b) |
| 1665 | } |
| 1666 | func (m *CoreInstance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1667 | return xxx_messageInfo_CoreInstance.Marshal(b, m, deterministic) |
| 1668 | } |
| 1669 | func (m *CoreInstance) XXX_Merge(src proto.Message) { |
| 1670 | xxx_messageInfo_CoreInstance.Merge(m, src) |
| 1671 | } |
| 1672 | func (m *CoreInstance) XXX_Size() int { |
| 1673 | return xxx_messageInfo_CoreInstance.Size(m) |
| 1674 | } |
| 1675 | func (m *CoreInstance) XXX_DiscardUnknown() { |
| 1676 | xxx_messageInfo_CoreInstance.DiscardUnknown(m) |
| 1677 | } |
| 1678 | |
| 1679 | var xxx_messageInfo_CoreInstance proto.InternalMessageInfo |
| 1680 | |
| 1681 | func (m *CoreInstance) GetInstanceId() string { |
| 1682 | if m != nil { |
| 1683 | return m.InstanceId |
| 1684 | } |
| 1685 | return "" |
| 1686 | } |
| 1687 | |
| 1688 | func (m *CoreInstance) GetHealth() *HealthStatus { |
| 1689 | if m != nil { |
| 1690 | return m.Health |
| 1691 | } |
| 1692 | return nil |
| 1693 | } |
| 1694 | |
| 1695 | type CoreInstances struct { |
| 1696 | Items []*CoreInstance `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` |
| 1697 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1698 | XXX_unrecognized []byte `json:"-"` |
| 1699 | XXX_sizecache int32 `json:"-"` |
| 1700 | } |
| 1701 | |
| 1702 | func (m *CoreInstances) Reset() { *m = CoreInstances{} } |
| 1703 | func (m *CoreInstances) String() string { return proto.CompactTextString(m) } |
| 1704 | func (*CoreInstances) ProtoMessage() {} |
| 1705 | func (*CoreInstances) Descriptor() ([]byte, []int) { |
kdarapu | b26b450 | 2019-10-05 03:02:33 +0530 | [diff] [blame] | 1706 | return fileDescriptor_e084f1a60ce7016c, []int{7} |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1707 | } |
| 1708 | |
| 1709 | func (m *CoreInstances) XXX_Unmarshal(b []byte) error { |
| 1710 | return xxx_messageInfo_CoreInstances.Unmarshal(m, b) |
| 1711 | } |
| 1712 | func (m *CoreInstances) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1713 | return xxx_messageInfo_CoreInstances.Marshal(b, m, deterministic) |
| 1714 | } |
| 1715 | func (m *CoreInstances) XXX_Merge(src proto.Message) { |
| 1716 | xxx_messageInfo_CoreInstances.Merge(m, src) |
| 1717 | } |
| 1718 | func (m *CoreInstances) XXX_Size() int { |
| 1719 | return xxx_messageInfo_CoreInstances.Size(m) |
| 1720 | } |
| 1721 | func (m *CoreInstances) XXX_DiscardUnknown() { |
| 1722 | xxx_messageInfo_CoreInstances.DiscardUnknown(m) |
| 1723 | } |
| 1724 | |
| 1725 | var xxx_messageInfo_CoreInstances proto.InternalMessageInfo |
| 1726 | |
| 1727 | func (m *CoreInstances) GetItems() []*CoreInstance { |
| 1728 | if m != nil { |
| 1729 | return m.Items |
| 1730 | } |
| 1731 | return nil |
| 1732 | } |
| 1733 | |
Scott Baker | 24f83e2 | 2020-03-30 16:14:28 -0700 | [diff] [blame] | 1734 | type OmciTestRequest struct { |
| 1735 | Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| 1736 | Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` |
| 1737 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1738 | XXX_unrecognized []byte `json:"-"` |
| 1739 | XXX_sizecache int32 `json:"-"` |
| 1740 | } |
| 1741 | |
| 1742 | func (m *OmciTestRequest) Reset() { *m = OmciTestRequest{} } |
| 1743 | func (m *OmciTestRequest) String() string { return proto.CompactTextString(m) } |
| 1744 | func (*OmciTestRequest) ProtoMessage() {} |
| 1745 | func (*OmciTestRequest) Descriptor() ([]byte, []int) { |
| 1746 | return fileDescriptor_e084f1a60ce7016c, []int{8} |
| 1747 | } |
| 1748 | |
| 1749 | func (m *OmciTestRequest) XXX_Unmarshal(b []byte) error { |
| 1750 | return xxx_messageInfo_OmciTestRequest.Unmarshal(m, b) |
| 1751 | } |
| 1752 | func (m *OmciTestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1753 | return xxx_messageInfo_OmciTestRequest.Marshal(b, m, deterministic) |
| 1754 | } |
| 1755 | func (m *OmciTestRequest) XXX_Merge(src proto.Message) { |
| 1756 | xxx_messageInfo_OmciTestRequest.Merge(m, src) |
| 1757 | } |
| 1758 | func (m *OmciTestRequest) XXX_Size() int { |
| 1759 | return xxx_messageInfo_OmciTestRequest.Size(m) |
| 1760 | } |
| 1761 | func (m *OmciTestRequest) XXX_DiscardUnknown() { |
| 1762 | xxx_messageInfo_OmciTestRequest.DiscardUnknown(m) |
| 1763 | } |
| 1764 | |
| 1765 | var xxx_messageInfo_OmciTestRequest proto.InternalMessageInfo |
| 1766 | |
| 1767 | func (m *OmciTestRequest) GetId() string { |
| 1768 | if m != nil { |
| 1769 | return m.Id |
| 1770 | } |
| 1771 | return "" |
| 1772 | } |
| 1773 | |
| 1774 | func (m *OmciTestRequest) GetUuid() string { |
| 1775 | if m != nil { |
| 1776 | return m.Uuid |
| 1777 | } |
| 1778 | return "" |
| 1779 | } |
| 1780 | |
| 1781 | type TestResponse struct { |
| 1782 | Result TestResponse_TestResponseResult `protobuf:"varint,1,opt,name=result,proto3,enum=voltha.TestResponse_TestResponseResult" json:"result,omitempty"` |
| 1783 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1784 | XXX_unrecognized []byte `json:"-"` |
| 1785 | XXX_sizecache int32 `json:"-"` |
| 1786 | } |
| 1787 | |
| 1788 | func (m *TestResponse) Reset() { *m = TestResponse{} } |
| 1789 | func (m *TestResponse) String() string { return proto.CompactTextString(m) } |
| 1790 | func (*TestResponse) ProtoMessage() {} |
| 1791 | func (*TestResponse) Descriptor() ([]byte, []int) { |
| 1792 | return fileDescriptor_e084f1a60ce7016c, []int{9} |
| 1793 | } |
| 1794 | |
| 1795 | func (m *TestResponse) XXX_Unmarshal(b []byte) error { |
| 1796 | return xxx_messageInfo_TestResponse.Unmarshal(m, b) |
| 1797 | } |
| 1798 | func (m *TestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1799 | return xxx_messageInfo_TestResponse.Marshal(b, m, deterministic) |
| 1800 | } |
| 1801 | func (m *TestResponse) XXX_Merge(src proto.Message) { |
| 1802 | xxx_messageInfo_TestResponse.Merge(m, src) |
| 1803 | } |
| 1804 | func (m *TestResponse) XXX_Size() int { |
| 1805 | return xxx_messageInfo_TestResponse.Size(m) |
| 1806 | } |
| 1807 | func (m *TestResponse) XXX_DiscardUnknown() { |
| 1808 | xxx_messageInfo_TestResponse.DiscardUnknown(m) |
| 1809 | } |
| 1810 | |
| 1811 | var xxx_messageInfo_TestResponse proto.InternalMessageInfo |
| 1812 | |
| 1813 | func (m *TestResponse) GetResult() TestResponse_TestResponseResult { |
| 1814 | if m != nil { |
| 1815 | return m.Result |
| 1816 | } |
| 1817 | return TestResponse_SUCCESS |
| 1818 | } |
| 1819 | |
kesavand | 494c208 | 2020-08-31 11:16:12 +0530 | [diff] [blame] | 1820 | type ValueSet struct { |
| 1821 | Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| 1822 | // Types that are valid to be assigned to Value: |
| 1823 | // *ValueSet_AlarmConfig |
| 1824 | Value isValueSet_Value `protobuf_oneof:"value"` |
| 1825 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1826 | XXX_unrecognized []byte `json:"-"` |
| 1827 | XXX_sizecache int32 `json:"-"` |
| 1828 | } |
| 1829 | |
| 1830 | func (m *ValueSet) Reset() { *m = ValueSet{} } |
| 1831 | func (m *ValueSet) String() string { return proto.CompactTextString(m) } |
| 1832 | func (*ValueSet) ProtoMessage() {} |
| 1833 | func (*ValueSet) Descriptor() ([]byte, []int) { |
| 1834 | return fileDescriptor_e084f1a60ce7016c, []int{10} |
| 1835 | } |
| 1836 | |
| 1837 | func (m *ValueSet) XXX_Unmarshal(b []byte) error { |
| 1838 | return xxx_messageInfo_ValueSet.Unmarshal(m, b) |
| 1839 | } |
| 1840 | func (m *ValueSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1841 | return xxx_messageInfo_ValueSet.Marshal(b, m, deterministic) |
| 1842 | } |
| 1843 | func (m *ValueSet) XXX_Merge(src proto.Message) { |
| 1844 | xxx_messageInfo_ValueSet.Merge(m, src) |
| 1845 | } |
| 1846 | func (m *ValueSet) XXX_Size() int { |
| 1847 | return xxx_messageInfo_ValueSet.Size(m) |
| 1848 | } |
| 1849 | func (m *ValueSet) XXX_DiscardUnknown() { |
| 1850 | xxx_messageInfo_ValueSet.DiscardUnknown(m) |
| 1851 | } |
| 1852 | |
| 1853 | var xxx_messageInfo_ValueSet proto.InternalMessageInfo |
| 1854 | |
| 1855 | func (m *ValueSet) GetId() string { |
| 1856 | if m != nil { |
| 1857 | return m.Id |
| 1858 | } |
| 1859 | return "" |
| 1860 | } |
| 1861 | |
| 1862 | type isValueSet_Value interface { |
| 1863 | isValueSet_Value() |
| 1864 | } |
| 1865 | |
| 1866 | type ValueSet_AlarmConfig struct { |
| 1867 | AlarmConfig *config.AlarmConfig `protobuf:"bytes,2,opt,name=alarm_config,json=alarmConfig,proto3,oneof"` |
| 1868 | } |
| 1869 | |
| 1870 | func (*ValueSet_AlarmConfig) isValueSet_Value() {} |
| 1871 | |
| 1872 | func (m *ValueSet) GetValue() isValueSet_Value { |
| 1873 | if m != nil { |
| 1874 | return m.Value |
| 1875 | } |
| 1876 | return nil |
| 1877 | } |
| 1878 | |
| 1879 | func (m *ValueSet) GetAlarmConfig() *config.AlarmConfig { |
| 1880 | if x, ok := m.GetValue().(*ValueSet_AlarmConfig); ok { |
| 1881 | return x.AlarmConfig |
| 1882 | } |
| 1883 | return nil |
| 1884 | } |
| 1885 | |
| 1886 | // XXX_OneofWrappers is for the internal use of the proto package. |
| 1887 | func (*ValueSet) XXX_OneofWrappers() []interface{} { |
| 1888 | return []interface{}{ |
| 1889 | (*ValueSet_AlarmConfig)(nil), |
| 1890 | } |
| 1891 | } |
| 1892 | |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1893 | // Voltha represents the Voltha cluster data. Each Core instance will hold a subset of |
| 1894 | // the entire cluster. However, some items (e.g. adapters) will be held by all cores |
| 1895 | // for better performance |
| 1896 | type Voltha struct { |
| 1897 | Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` |
| 1898 | Adapters []*Adapter `protobuf:"bytes,2,rep,name=adapters,proto3" json:"adapters,omitempty"` |
| 1899 | LogicalDevices []*LogicalDevice `protobuf:"bytes,3,rep,name=logical_devices,json=logicalDevices,proto3" json:"logical_devices,omitempty"` |
| 1900 | Devices []*Device `protobuf:"bytes,4,rep,name=devices,proto3" json:"devices,omitempty"` |
| 1901 | DeviceTypes []*DeviceType `protobuf:"bytes,5,rep,name=device_types,json=deviceTypes,proto3" json:"device_types,omitempty"` |
| 1902 | DeviceGroups []*DeviceGroup `protobuf:"bytes,6,rep,name=device_groups,json=deviceGroups,proto3" json:"device_groups,omitempty"` |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1903 | EventFilters []*EventFilter `protobuf:"bytes,7,rep,name=event_filters,json=eventFilters,proto3" json:"event_filters,omitempty"` |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1904 | OmciMibDatabase []*omci.MibDeviceData `protobuf:"bytes,28,rep,name=omci_mib_database,json=omciMibDatabase,proto3" json:"omci_mib_database,omitempty"` |
| 1905 | OmciAlarmDatabase []*omci.AlarmDeviceData `protobuf:"bytes,29,rep,name=omci_alarm_database,json=omciAlarmDatabase,proto3" json:"omci_alarm_database,omitempty"` |
| 1906 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1907 | XXX_unrecognized []byte `json:"-"` |
| 1908 | XXX_sizecache int32 `json:"-"` |
| 1909 | } |
| 1910 | |
| 1911 | func (m *Voltha) Reset() { *m = Voltha{} } |
| 1912 | func (m *Voltha) String() string { return proto.CompactTextString(m) } |
| 1913 | func (*Voltha) ProtoMessage() {} |
| 1914 | func (*Voltha) Descriptor() ([]byte, []int) { |
kesavand | 494c208 | 2020-08-31 11:16:12 +0530 | [diff] [blame] | 1915 | return fileDescriptor_e084f1a60ce7016c, []int{11} |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1916 | } |
| 1917 | |
| 1918 | func (m *Voltha) XXX_Unmarshal(b []byte) error { |
| 1919 | return xxx_messageInfo_Voltha.Unmarshal(m, b) |
| 1920 | } |
| 1921 | func (m *Voltha) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1922 | return xxx_messageInfo_Voltha.Marshal(b, m, deterministic) |
| 1923 | } |
| 1924 | func (m *Voltha) XXX_Merge(src proto.Message) { |
| 1925 | xxx_messageInfo_Voltha.Merge(m, src) |
| 1926 | } |
| 1927 | func (m *Voltha) XXX_Size() int { |
| 1928 | return xxx_messageInfo_Voltha.Size(m) |
| 1929 | } |
| 1930 | func (m *Voltha) XXX_DiscardUnknown() { |
| 1931 | xxx_messageInfo_Voltha.DiscardUnknown(m) |
| 1932 | } |
| 1933 | |
| 1934 | var xxx_messageInfo_Voltha proto.InternalMessageInfo |
| 1935 | |
| 1936 | func (m *Voltha) GetVersion() string { |
| 1937 | if m != nil { |
| 1938 | return m.Version |
| 1939 | } |
| 1940 | return "" |
| 1941 | } |
| 1942 | |
| 1943 | func (m *Voltha) GetAdapters() []*Adapter { |
| 1944 | if m != nil { |
| 1945 | return m.Adapters |
| 1946 | } |
| 1947 | return nil |
| 1948 | } |
| 1949 | |
| 1950 | func (m *Voltha) GetLogicalDevices() []*LogicalDevice { |
| 1951 | if m != nil { |
| 1952 | return m.LogicalDevices |
| 1953 | } |
| 1954 | return nil |
| 1955 | } |
| 1956 | |
| 1957 | func (m *Voltha) GetDevices() []*Device { |
| 1958 | if m != nil { |
| 1959 | return m.Devices |
| 1960 | } |
| 1961 | return nil |
| 1962 | } |
| 1963 | |
| 1964 | func (m *Voltha) GetDeviceTypes() []*DeviceType { |
| 1965 | if m != nil { |
| 1966 | return m.DeviceTypes |
| 1967 | } |
| 1968 | return nil |
| 1969 | } |
| 1970 | |
| 1971 | func (m *Voltha) GetDeviceGroups() []*DeviceGroup { |
| 1972 | if m != nil { |
| 1973 | return m.DeviceGroups |
| 1974 | } |
| 1975 | return nil |
| 1976 | } |
| 1977 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1978 | func (m *Voltha) GetEventFilters() []*EventFilter { |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1979 | if m != nil { |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 1980 | return m.EventFilters |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 1981 | } |
| 1982 | return nil |
| 1983 | } |
| 1984 | |
| 1985 | func (m *Voltha) GetOmciMibDatabase() []*omci.MibDeviceData { |
| 1986 | if m != nil { |
| 1987 | return m.OmciMibDatabase |
| 1988 | } |
| 1989 | return nil |
| 1990 | } |
| 1991 | |
| 1992 | func (m *Voltha) GetOmciAlarmDatabase() []*omci.AlarmDeviceData { |
| 1993 | if m != nil { |
| 1994 | return m.OmciAlarmDatabase |
| 1995 | } |
| 1996 | return nil |
| 1997 | } |
| 1998 | |
| 1999 | // Device Self Test Response |
| 2000 | type SelfTestResponse struct { |
| 2001 | Result SelfTestResponse_SelfTestResult `protobuf:"varint,1,opt,name=result,proto3,enum=voltha.SelfTestResponse_SelfTestResult" json:"result,omitempty"` |
| 2002 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2003 | XXX_unrecognized []byte `json:"-"` |
| 2004 | XXX_sizecache int32 `json:"-"` |
| 2005 | } |
| 2006 | |
| 2007 | func (m *SelfTestResponse) Reset() { *m = SelfTestResponse{} } |
| 2008 | func (m *SelfTestResponse) String() string { return proto.CompactTextString(m) } |
| 2009 | func (*SelfTestResponse) ProtoMessage() {} |
| 2010 | func (*SelfTestResponse) Descriptor() ([]byte, []int) { |
kesavand | 494c208 | 2020-08-31 11:16:12 +0530 | [diff] [blame] | 2011 | return fileDescriptor_e084f1a60ce7016c, []int{12} |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 2012 | } |
| 2013 | |
| 2014 | func (m *SelfTestResponse) XXX_Unmarshal(b []byte) error { |
| 2015 | return xxx_messageInfo_SelfTestResponse.Unmarshal(m, b) |
| 2016 | } |
| 2017 | func (m *SelfTestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2018 | return xxx_messageInfo_SelfTestResponse.Marshal(b, m, deterministic) |
| 2019 | } |
| 2020 | func (m *SelfTestResponse) XXX_Merge(src proto.Message) { |
| 2021 | xxx_messageInfo_SelfTestResponse.Merge(m, src) |
| 2022 | } |
| 2023 | func (m *SelfTestResponse) XXX_Size() int { |
| 2024 | return xxx_messageInfo_SelfTestResponse.Size(m) |
| 2025 | } |
| 2026 | func (m *SelfTestResponse) XXX_DiscardUnknown() { |
| 2027 | xxx_messageInfo_SelfTestResponse.DiscardUnknown(m) |
| 2028 | } |
| 2029 | |
| 2030 | var xxx_messageInfo_SelfTestResponse proto.InternalMessageInfo |
| 2031 | |
| 2032 | func (m *SelfTestResponse) GetResult() SelfTestResponse_SelfTestResult { |
| 2033 | if m != nil { |
| 2034 | return m.Result |
| 2035 | } |
| 2036 | return SelfTestResponse_SUCCESS |
| 2037 | } |
| 2038 | |
| 2039 | type OfAgentSubscriber struct { |
| 2040 | // ID of ofagent instance |
| 2041 | OfagentId string `protobuf:"bytes,1,opt,name=ofagent_id,json=ofagentId,proto3" json:"ofagent_id,omitempty"` |
| 2042 | // ID of voltha instance to which the ofagent is subscribed |
| 2043 | VolthaId string `protobuf:"bytes,2,opt,name=voltha_id,json=volthaId,proto3" json:"voltha_id,omitempty"` |
| 2044 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2045 | XXX_unrecognized []byte `json:"-"` |
| 2046 | XXX_sizecache int32 `json:"-"` |
| 2047 | } |
| 2048 | |
| 2049 | func (m *OfAgentSubscriber) Reset() { *m = OfAgentSubscriber{} } |
| 2050 | func (m *OfAgentSubscriber) String() string { return proto.CompactTextString(m) } |
| 2051 | func (*OfAgentSubscriber) ProtoMessage() {} |
| 2052 | func (*OfAgentSubscriber) Descriptor() ([]byte, []int) { |
kesavand | 494c208 | 2020-08-31 11:16:12 +0530 | [diff] [blame] | 2053 | return fileDescriptor_e084f1a60ce7016c, []int{13} |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 2054 | } |
| 2055 | |
| 2056 | func (m *OfAgentSubscriber) XXX_Unmarshal(b []byte) error { |
| 2057 | return xxx_messageInfo_OfAgentSubscriber.Unmarshal(m, b) |
| 2058 | } |
| 2059 | func (m *OfAgentSubscriber) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2060 | return xxx_messageInfo_OfAgentSubscriber.Marshal(b, m, deterministic) |
| 2061 | } |
| 2062 | func (m *OfAgentSubscriber) XXX_Merge(src proto.Message) { |
| 2063 | xxx_messageInfo_OfAgentSubscriber.Merge(m, src) |
| 2064 | } |
| 2065 | func (m *OfAgentSubscriber) XXX_Size() int { |
| 2066 | return xxx_messageInfo_OfAgentSubscriber.Size(m) |
| 2067 | } |
| 2068 | func (m *OfAgentSubscriber) XXX_DiscardUnknown() { |
| 2069 | xxx_messageInfo_OfAgentSubscriber.DiscardUnknown(m) |
| 2070 | } |
| 2071 | |
| 2072 | var xxx_messageInfo_OfAgentSubscriber proto.InternalMessageInfo |
| 2073 | |
| 2074 | func (m *OfAgentSubscriber) GetOfagentId() string { |
| 2075 | if m != nil { |
| 2076 | return m.OfagentId |
| 2077 | } |
| 2078 | return "" |
| 2079 | } |
| 2080 | |
| 2081 | func (m *OfAgentSubscriber) GetVolthaId() string { |
| 2082 | if m != nil { |
| 2083 | return m.VolthaId |
| 2084 | } |
| 2085 | return "" |
| 2086 | } |
| 2087 | |
| 2088 | // Identifies a membership group a Core belongs to |
| 2089 | type Membership struct { |
| 2090 | // Group name |
| 2091 | GroupName string `protobuf:"bytes,1,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"` |
| 2092 | // Unique ID of a container within that group |
| 2093 | Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` |
| 2094 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2095 | XXX_unrecognized []byte `json:"-"` |
| 2096 | XXX_sizecache int32 `json:"-"` |
| 2097 | } |
| 2098 | |
| 2099 | func (m *Membership) Reset() { *m = Membership{} } |
| 2100 | func (m *Membership) String() string { return proto.CompactTextString(m) } |
| 2101 | func (*Membership) ProtoMessage() {} |
| 2102 | func (*Membership) Descriptor() ([]byte, []int) { |
kesavand | 494c208 | 2020-08-31 11:16:12 +0530 | [diff] [blame] | 2103 | return fileDescriptor_e084f1a60ce7016c, []int{14} |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 2104 | } |
| 2105 | |
| 2106 | func (m *Membership) XXX_Unmarshal(b []byte) error { |
| 2107 | return xxx_messageInfo_Membership.Unmarshal(m, b) |
| 2108 | } |
| 2109 | func (m *Membership) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2110 | return xxx_messageInfo_Membership.Marshal(b, m, deterministic) |
| 2111 | } |
| 2112 | func (m *Membership) XXX_Merge(src proto.Message) { |
| 2113 | xxx_messageInfo_Membership.Merge(m, src) |
| 2114 | } |
| 2115 | func (m *Membership) XXX_Size() int { |
| 2116 | return xxx_messageInfo_Membership.Size(m) |
| 2117 | } |
| 2118 | func (m *Membership) XXX_DiscardUnknown() { |
| 2119 | xxx_messageInfo_Membership.DiscardUnknown(m) |
| 2120 | } |
| 2121 | |
| 2122 | var xxx_messageInfo_Membership proto.InternalMessageInfo |
| 2123 | |
| 2124 | func (m *Membership) GetGroupName() string { |
| 2125 | if m != nil { |
| 2126 | return m.GroupName |
| 2127 | } |
| 2128 | return "" |
| 2129 | } |
| 2130 | |
| 2131 | func (m *Membership) GetId() string { |
| 2132 | if m != nil { |
| 2133 | return m.Id |
| 2134 | } |
| 2135 | return "" |
| 2136 | } |
| 2137 | |
Manikkaraj k | b1d5144 | 2019-07-23 10:41:02 -0400 | [diff] [blame] | 2138 | // Additional information required to process flow at device adapters |
| 2139 | type FlowMetadata struct { |
| 2140 | // Meters associated with flow-update to adapter |
| 2141 | Meters []*openflow_13.OfpMeterConfig `protobuf:"bytes,1,rep,name=meters,proto3" json:"meters,omitempty"` |
| 2142 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2143 | XXX_unrecognized []byte `json:"-"` |
| 2144 | XXX_sizecache int32 `json:"-"` |
| 2145 | } |
| 2146 | |
| 2147 | func (m *FlowMetadata) Reset() { *m = FlowMetadata{} } |
| 2148 | func (m *FlowMetadata) String() string { return proto.CompactTextString(m) } |
| 2149 | func (*FlowMetadata) ProtoMessage() {} |
| 2150 | func (*FlowMetadata) Descriptor() ([]byte, []int) { |
kesavand | 494c208 | 2020-08-31 11:16:12 +0530 | [diff] [blame] | 2151 | return fileDescriptor_e084f1a60ce7016c, []int{15} |
Manikkaraj k | b1d5144 | 2019-07-23 10:41:02 -0400 | [diff] [blame] | 2152 | } |
| 2153 | |
| 2154 | func (m *FlowMetadata) XXX_Unmarshal(b []byte) error { |
| 2155 | return xxx_messageInfo_FlowMetadata.Unmarshal(m, b) |
| 2156 | } |
| 2157 | func (m *FlowMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2158 | return xxx_messageInfo_FlowMetadata.Marshal(b, m, deterministic) |
| 2159 | } |
| 2160 | func (m *FlowMetadata) XXX_Merge(src proto.Message) { |
| 2161 | xxx_messageInfo_FlowMetadata.Merge(m, src) |
| 2162 | } |
| 2163 | func (m *FlowMetadata) XXX_Size() int { |
| 2164 | return xxx_messageInfo_FlowMetadata.Size(m) |
| 2165 | } |
| 2166 | func (m *FlowMetadata) XXX_DiscardUnknown() { |
| 2167 | xxx_messageInfo_FlowMetadata.DiscardUnknown(m) |
| 2168 | } |
| 2169 | |
| 2170 | var xxx_messageInfo_FlowMetadata proto.InternalMessageInfo |
| 2171 | |
| 2172 | func (m *FlowMetadata) GetMeters() []*openflow_13.OfpMeterConfig { |
| 2173 | if m != nil { |
| 2174 | return m.Meters |
| 2175 | } |
| 2176 | return nil |
| 2177 | } |
| 2178 | |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 2179 | func init() { |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 2180 | proto.RegisterEnum("voltha.EventFilterRuleKey_EventFilterRuleType", EventFilterRuleKey_EventFilterRuleType_name, EventFilterRuleKey_EventFilterRuleType_value) |
Scott Baker | 24f83e2 | 2020-03-30 16:14:28 -0700 | [diff] [blame] | 2181 | proto.RegisterEnum("voltha.TestResponse_TestResponseResult", TestResponse_TestResponseResult_name, TestResponse_TestResponseResult_value) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 2182 | proto.RegisterEnum("voltha.SelfTestResponse_SelfTestResult", SelfTestResponse_SelfTestResult_name, SelfTestResponse_SelfTestResult_value) |
| 2183 | proto.RegisterType((*DeviceGroup)(nil), "voltha.DeviceGroup") |
| 2184 | proto.RegisterType((*DeviceGroups)(nil), "voltha.DeviceGroups") |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 2185 | proto.RegisterType((*EventFilterRuleKey)(nil), "voltha.EventFilterRuleKey") |
| 2186 | proto.RegisterType((*EventFilterRule)(nil), "voltha.EventFilterRule") |
| 2187 | proto.RegisterType((*EventFilter)(nil), "voltha.EventFilter") |
| 2188 | proto.RegisterType((*EventFilters)(nil), "voltha.EventFilters") |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 2189 | proto.RegisterType((*CoreInstance)(nil), "voltha.CoreInstance") |
| 2190 | proto.RegisterType((*CoreInstances)(nil), "voltha.CoreInstances") |
Scott Baker | 24f83e2 | 2020-03-30 16:14:28 -0700 | [diff] [blame] | 2191 | proto.RegisterType((*OmciTestRequest)(nil), "voltha.OmciTestRequest") |
| 2192 | proto.RegisterType((*TestResponse)(nil), "voltha.TestResponse") |
kesavand | 494c208 | 2020-08-31 11:16:12 +0530 | [diff] [blame] | 2193 | proto.RegisterType((*ValueSet)(nil), "voltha.ValueSet") |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 2194 | proto.RegisterType((*Voltha)(nil), "voltha.Voltha") |
| 2195 | proto.RegisterType((*SelfTestResponse)(nil), "voltha.SelfTestResponse") |
| 2196 | proto.RegisterType((*OfAgentSubscriber)(nil), "voltha.OfAgentSubscriber") |
| 2197 | proto.RegisterType((*Membership)(nil), "voltha.Membership") |
Manikkaraj k | b1d5144 | 2019-07-23 10:41:02 -0400 | [diff] [blame] | 2198 | proto.RegisterType((*FlowMetadata)(nil), "voltha.FlowMetadata") |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 2199 | } |
| 2200 | |
| 2201 | func init() { proto.RegisterFile("voltha_protos/voltha.proto", fileDescriptor_e084f1a60ce7016c) } |
| 2202 | |
| 2203 | var fileDescriptor_e084f1a60ce7016c = []byte{ |
serkant.uluderya | 7b8211e | 2021-02-24 16:39:18 +0300 | [diff] [blame] | 2204 | // 2613 bytes of a gzipped FileDescriptorProto |
| 2205 | 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x5a, 0x5b, 0x6f, 0x1b, 0xc7, |
| 2206 | 0xf5, 0x17, 0x75, 0xd7, 0x21, 0x25, 0x91, 0x43, 0x5d, 0x68, 0x4a, 0xb2, 0xad, 0xc9, 0x4d, 0x51, |
| 2207 | 0x62, 0xd2, 0xb1, 0x9c, 0x20, 0xff, 0xf8, 0x1f, 0x34, 0xba, 0x59, 0x61, 0x6d, 0x99, 0xec, 0x52, |
| 2208 | 0xb2, 0xd3, 0x36, 0x06, 0xb1, 0xe4, 0x0e, 0xa9, 0x85, 0x97, 0x5c, 0x76, 0x77, 0x28, 0x5b, 0x30, |
| 2209 | 0x82, 0x02, 0xe9, 0x25, 0x7d, 0xcf, 0x7b, 0x9f, 0x5a, 0x14, 0xe8, 0x77, 0xc9, 0x43, 0xd1, 0xa7, |
| 2210 | 0xbe, 0x16, 0x7d, 0xe8, 0x27, 0xc8, 0x73, 0x31, 0x67, 0x66, 0xc9, 0x5d, 0xee, 0xae, 0x24, 0xa6, |
| 2211 | 0x01, 0xfa, 0x24, 0xed, 0x39, 0x67, 0x7e, 0xe7, 0x36, 0x73, 0xe6, 0xec, 0x59, 0x42, 0xfe, 0xdc, |
| 2212 | 0xb6, 0xf8, 0x99, 0x5e, 0xeb, 0x3a, 0x36, 0xb7, 0xdd, 0xa2, 0x7c, 0x2a, 0xe0, 0x13, 0x99, 0x96, |
| 2213 | 0x4f, 0xf9, 0xf5, 0x96, 0x6d, 0xb7, 0x2c, 0x56, 0xd4, 0xbb, 0x66, 0x51, 0xef, 0x74, 0x6c, 0xae, |
| 2214 | 0x73, 0xd3, 0xee, 0xb8, 0x52, 0x2a, 0xbf, 0xa6, 0xb8, 0xf8, 0x54, 0xef, 0x35, 0x8b, 0xac, 0xdd, |
| 2215 | 0xe5, 0x17, 0x8a, 0x99, 0x0b, 0xc2, 0xb7, 0x19, 0x57, 0xe0, 0xf9, 0x21, 0xc5, 0x0d, 0xbb, 0xdd, |
| 2216 | 0xb6, 0x3b, 0xd1, 0xbc, 0x33, 0xa6, 0x5b, 0xfc, 0x4c, 0xf1, 0x68, 0x90, 0x67, 0xd9, 0x2d, 0xb3, |
| 2217 | 0xa1, 0x5b, 0x35, 0x83, 0x9d, 0x9b, 0x0d, 0x16, 0xbd, 0x3e, 0xc0, 0x5b, 0x0b, 0xf2, 0x74, 0x43, |
| 2218 | 0xef, 0x72, 0xe6, 0x28, 0xe6, 0xad, 0x20, 0xd3, 0xee, 0xb2, 0x4e, 0xd3, 0xb2, 0x5f, 0xd6, 0x3e, |
| 2219 | 0xd8, 0x89, 0x11, 0x68, 0x37, 0xcc, 0x5a, 0xdb, 0xac, 0xd7, 0x8c, 0xba, 0x12, 0xd8, 0x8c, 0x10, |
| 2220 | 0xd0, 0x2d, 0xdd, 0x69, 0x0f, 0x44, 0x6e, 0x06, 0x45, 0xd8, 0x2b, 0x5e, 0x6b, 0xd8, 0x9d, 0xa6, |
| 2221 | 0xd9, 0x92, 0x7c, 0xfa, 0xa7, 0x04, 0x24, 0x0f, 0xd0, 0xe4, 0x23, 0xc7, 0xee, 0x75, 0xc9, 0x32, |
| 2222 | 0x8c, 0x9b, 0x46, 0x2e, 0x71, 0x3b, 0xb1, 0x35, 0xb7, 0x37, 0xf5, 0xef, 0xef, 0xbf, 0xdb, 0x48, |
| 2223 | 0x68, 0xe3, 0xa6, 0x41, 0x4a, 0xb0, 0x18, 0x74, 0xde, 0xcd, 0x8d, 0xdf, 0x9e, 0xd8, 0x4a, 0xde, |
| 2224 | 0x5b, 0x2e, 0xa8, 0x2c, 0x3e, 0x96, 0x6c, 0x89, 0xb5, 0x37, 0xf7, 0xcf, 0xef, 0xbf, 0xdb, 0x98, |
| 2225 | 0x14, 0x58, 0xda, 0x82, 0xe5, 0xe7, 0xb8, 0x64, 0x07, 0x66, 0x3c, 0x88, 0x09, 0x84, 0x58, 0xf0, |
| 2226 | 0x20, 0xc2, 0x6b, 0x3d, 0x49, 0xfa, 0x7f, 0x90, 0xf2, 0x59, 0xe9, 0x92, 0x77, 0x61, 0xca, 0xe4, |
| 2227 | 0xac, 0xed, 0xe6, 0x12, 0x08, 0x91, 0x0d, 0x42, 0xa0, 0x90, 0x26, 0x25, 0xe8, 0x1f, 0x13, 0x40, |
| 2228 | 0x0e, 0xcf, 0x59, 0x87, 0x3f, 0x34, 0x2d, 0xce, 0x1c, 0xad, 0x67, 0xb1, 0x47, 0xec, 0x82, 0x7e, |
| 2229 | 0x93, 0x80, 0xec, 0x10, 0xf9, 0xe4, 0xa2, 0xcb, 0xc8, 0x02, 0x40, 0x13, 0x29, 0x35, 0xdd, 0xb2, |
| 2230 | 0xd2, 0x63, 0x24, 0x05, 0xb3, 0x0d, 0x9d, 0xb3, 0x96, 0xed, 0x5c, 0xa4, 0x13, 0x24, 0x0d, 0x29, |
| 2231 | 0xb7, 0x57, 0xaf, 0xf5, 0x29, 0xe3, 0x84, 0xc0, 0xc2, 0x8b, 0xae, 0x59, 0x63, 0x02, 0xaa, 0xc6, |
| 2232 | 0x2f, 0xba, 0x2c, 0x3d, 0x41, 0x96, 0x21, 0x23, 0x83, 0xec, 0x27, 0x4f, 0x0a, 0xb2, 0xf4, 0xc7, |
| 2233 | 0x4f, 0x9e, 0xa2, 0x26, 0x2c, 0x0e, 0x19, 0x42, 0x3e, 0x83, 0x89, 0x17, 0xec, 0x02, 0xd3, 0xb0, |
| 2234 | 0x70, 0xaf, 0xe0, 0x39, 0x17, 0xf6, 0xa2, 0x10, 0xe1, 0x81, 0x26, 0x96, 0x92, 0x25, 0x98, 0x3a, |
| 2235 | 0xd7, 0xad, 0x1e, 0xcb, 0x8d, 0x8b, 0x54, 0x6a, 0xf2, 0x81, 0xfe, 0x25, 0x01, 0x49, 0xdf, 0x92, |
| 2236 | 0xb8, 0x6c, 0xaf, 0xc0, 0x34, 0xeb, 0xe8, 0x75, 0x4b, 0xae, 0x9e, 0xd5, 0xd4, 0x13, 0x59, 0x83, |
| 2237 | 0x39, 0xe5, 0x80, 0x69, 0xe4, 0x26, 0x10, 0x78, 0x56, 0x12, 0x4a, 0x06, 0xd9, 0x00, 0x18, 0xb8, |
| 2238 | 0x95, 0x9b, 0x44, 0xee, 0x1c, 0x52, 0x30, 0xae, 0x77, 0x60, 0xca, 0xe9, 0x59, 0xcc, 0xcd, 0x4d, |
| 2239 | 0x61, 0xc6, 0x56, 0x63, 0x9c, 0xd2, 0xa4, 0x14, 0xfd, 0x14, 0x52, 0x3e, 0x8e, 0x4b, 0xee, 0xc0, |
| 2240 | 0x8c, 0x4c, 0x4b, 0x28, 0xe5, 0x7e, 0x00, 0x4f, 0x86, 0xbe, 0x80, 0xd4, 0xbe, 0xed, 0xb0, 0x52, |
| 2241 | 0xc7, 0xe5, 0x7a, 0xa7, 0xc1, 0xc8, 0xdb, 0x90, 0x34, 0xd5, 0xff, 0xb5, 0x61, 0x8f, 0xc1, 0xe3, |
| 2242 | 0x94, 0x0c, 0xb2, 0x03, 0xd3, 0xb2, 0x00, 0xa0, 0xe7, 0xc9, 0x7b, 0x4b, 0x9e, 0x96, 0xcf, 0x91, |
| 2243 | 0x5a, 0xe5, 0x3a, 0xef, 0xb9, 0x7b, 0x53, 0x62, 0x87, 0x8e, 0x69, 0x4a, 0x94, 0x3e, 0x80, 0x79, |
| 2244 | 0xbf, 0x32, 0x97, 0x6c, 0x07, 0x77, 0x67, 0x1f, 0xc4, 0x2f, 0xe5, 0x6d, 0xcf, 0x0f, 0x61, 0xb1, |
| 2245 | 0xdc, 0x6e, 0x98, 0x27, 0xcc, 0xe5, 0x1a, 0xfb, 0x55, 0x8f, 0xb9, 0x9c, 0x2c, 0x0c, 0xb2, 0x82, |
| 2246 | 0xe9, 0x20, 0x30, 0xd9, 0xeb, 0x99, 0x86, 0x4a, 0x25, 0xfe, 0x4f, 0x7f, 0x0d, 0x29, 0xb9, 0xc4, |
| 2247 | 0xed, 0xda, 0x1d, 0x97, 0x91, 0x9f, 0xc0, 0xb4, 0xc3, 0xdc, 0x9e, 0xc5, 0xd5, 0xa6, 0x79, 0xc7, |
| 2248 | 0xd3, 0xe9, 0x97, 0x0a, 0x3c, 0x68, 0x28, 0xae, 0xa9, 0x65, 0xb4, 0x00, 0x24, 0xcc, 0x25, 0x49, |
| 2249 | 0x98, 0xa9, 0x9e, 0xee, 0xef, 0x1f, 0x56, 0xab, 0xe9, 0x31, 0xf1, 0xf0, 0x70, 0xb7, 0xf4, 0xf8, |
| 2250 | 0x54, 0x3b, 0x4c, 0x27, 0xe8, 0x73, 0x98, 0x7d, 0x2a, 0xf6, 0x54, 0x95, 0x85, 0x0d, 0xfe, 0x18, |
| 2251 | 0x52, 0xb2, 0x0c, 0xc9, 0x53, 0xa0, 0x62, 0x99, 0x2d, 0xa8, 0xca, 0xb3, 0x2b, 0x78, 0xfb, 0xf8, |
| 2252 | 0xff, 0xe7, 0x63, 0x5a, 0x52, 0x1f, 0x3c, 0xee, 0xcd, 0xa8, 0x6d, 0x4b, 0xff, 0x31, 0x09, 0xd3, |
| 2253 | 0x4f, 0xd1, 0x03, 0x72, 0x0b, 0x66, 0xce, 0x99, 0xe3, 0x9a, 0x76, 0x27, 0x98, 0x37, 0x8f, 0x4a, |
| 2254 | 0x3e, 0x82, 0x59, 0x55, 0x59, 0xbd, 0xaa, 0xb4, 0xe8, 0x79, 0xbf, 0x2b, 0xe9, 0xfe, 0x9a, 0xd2, |
| 2255 | 0x97, 0x8d, 0x2a, 0x6a, 0x13, 0xff, 0x7d, 0x51, 0x9b, 0xbc, 0x6e, 0x51, 0x23, 0x9f, 0x41, 0x4a, |
| 2256 | 0x1d, 0x27, 0x71, 0x64, 0xbc, 0x93, 0x41, 0x82, 0x2b, 0xc5, 0xe1, 0xf1, 0xaf, 0x4e, 0x1a, 0x7d, |
| 2257 | 0xb2, 0x4b, 0xf6, 0x61, 0x5e, 0x21, 0xb4, 0xb0, 0x2e, 0xe6, 0xa6, 0x63, 0xcb, 0xa1, 0x1f, 0x43, |
| 2258 | 0xa9, 0x55, 0xb5, 0x74, 0x1f, 0xe6, 0xe5, 0xc1, 0xf5, 0x0e, 0xd8, 0x4c, 0xec, 0x01, 0x0b, 0x80, |
| 2259 | 0x30, 0xff, 0xf9, 0xfc, 0x19, 0x64, 0x06, 0xf7, 0x93, 0xce, 0xf5, 0xba, 0xee, 0xb2, 0xdc, 0xba, |
| 2260 | 0x02, 0x12, 0x9c, 0xc2, 0xb1, 0x59, 0x97, 0xe6, 0x1c, 0xe8, 0x5c, 0xdf, 0x4b, 0x0b, 0xa0, 0xa4, |
| 2261 | 0xaf, 0x9e, 0x68, 0x8b, 0x42, 0x4a, 0x08, 0xa9, 0xd5, 0xe4, 0x19, 0x64, 0xfd, 0x37, 0x9a, 0x07, |
| 2262 | 0xba, 0xa1, 0x52, 0x84, 0xa0, 0xb8, 0x95, 0x2e, 0x85, 0x45, 0xb3, 0xa4, 0x98, 0x42, 0xa0, 0x7f, |
| 2263 | 0x4e, 0x40, 0xba, 0xca, 0xac, 0xe6, 0xf5, 0x0e, 0xd0, 0xb0, 0xa4, 0x9f, 0xe0, 0x3f, 0x40, 0x15, |
| 2264 | 0x58, 0x08, 0x72, 0xe2, 0x0f, 0x0f, 0xc9, 0xc0, 0xfc, 0x93, 0xf2, 0x49, 0xad, 0x7a, 0x5a, 0xa9, |
| 2265 | 0x94, 0xb5, 0x93, 0xc3, 0x83, 0xf4, 0xb8, 0x20, 0x9d, 0x3e, 0x79, 0xf4, 0xa4, 0xfc, 0xec, 0x49, |
| 2266 | 0xed, 0x50, 0xd3, 0xca, 0x5a, 0x7a, 0x82, 0x96, 0x21, 0x53, 0x6e, 0xee, 0xb6, 0x58, 0x87, 0x57, |
| 2267 | 0x7b, 0x75, 0xb7, 0xe1, 0x98, 0x75, 0xe6, 0x88, 0x32, 0x6b, 0x37, 0x75, 0x41, 0xec, 0x17, 0x32, |
| 2268 | 0x6d, 0x4e, 0x51, 0x4a, 0x86, 0x28, 0xd1, 0xea, 0xc6, 0xef, 0x17, 0x8c, 0x59, 0x49, 0x28, 0x19, |
| 2269 | 0xf4, 0x01, 0xc0, 0x31, 0x6b, 0xd7, 0x99, 0xe3, 0x9e, 0x99, 0x5d, 0x81, 0x84, 0xbb, 0xa6, 0xd6, |
| 2270 | 0xd1, 0xdb, 0xcc, 0x43, 0x42, 0xca, 0x13, 0xbd, 0xcd, 0xd4, 0xa1, 0x1e, 0xf7, 0x0e, 0x35, 0x3d, |
| 2271 | 0x84, 0xd4, 0x43, 0xcb, 0x7e, 0x79, 0xcc, 0xb8, 0x2e, 0x72, 0x41, 0x3e, 0x84, 0xe9, 0x36, 0xf3, |
| 2272 | 0x15, 0xe4, 0x8d, 0x82, 0xbf, 0x83, 0xb1, 0x9b, 0xdd, 0x1a, 0xb2, 0x55, 0x0d, 0xd0, 0x94, 0xf0, |
| 2273 | 0xbd, 0xbf, 0xdd, 0x85, 0x79, 0x79, 0xb0, 0xab, 0xcc, 0x11, 0x49, 0x22, 0xcf, 0x60, 0xfe, 0x88, |
| 2274 | 0x71, 0x9f, 0x61, 0x2b, 0x05, 0xd9, 0xe5, 0x15, 0xbc, 0x2e, 0xaf, 0x70, 0x28, 0xba, 0xbc, 0x7c, |
| 2275 | 0xff, 0x64, 0x0c, 0x64, 0x69, 0xfe, 0xeb, 0xbf, 0xff, 0xeb, 0xdb, 0xf1, 0x25, 0x42, 0xb0, 0x61, |
| 2276 | 0x3c, 0xff, 0xa0, 0xd8, 0x1e, 0xe0, 0x3c, 0x87, 0xf4, 0x69, 0xd7, 0xd0, 0x39, 0xf3, 0x61, 0x47, |
| 2277 | 0x60, 0xe4, 0x63, 0xf4, 0xd1, 0x0d, 0xc4, 0x5e, 0xa5, 0x11, 0xd8, 0x9f, 0x24, 0xb6, 0xc9, 0x01, |
| 2278 | 0xcc, 0x1d, 0x31, 0xae, 0x8a, 0x54, 0x9c, 0xcd, 0xfd, 0x3a, 0x20, 0xe5, 0xe8, 0x22, 0x62, 0xce, |
| 2279 | 0x91, 0x19, 0x85, 0x49, 0x9e, 0x43, 0xe6, 0xb1, 0xe9, 0xf2, 0xe0, 0x05, 0x12, 0x87, 0xb6, 0x1c, |
| 2280 | 0x75, 0x93, 0xb8, 0xf4, 0x06, 0x82, 0x66, 0x49, 0xc6, 0x33, 0xd4, 0xec, 0x23, 0x55, 0x61, 0xf1, |
| 2281 | 0x88, 0x05, 0xd0, 0x09, 0x14, 0x54, 0xff, 0x5b, 0x3a, 0xc8, 0x47, 0x5e, 0x4d, 0xf4, 0x26, 0xe2, |
| 2282 | 0xe5, 0xc8, 0x4a, 0x08, 0xaf, 0xf8, 0xda, 0x34, 0xbe, 0x22, 0x1a, 0xa4, 0x84, 0xcd, 0xbb, 0x5e, |
| 2283 | 0x21, 0x8d, 0x33, 0x37, 0x3d, 0x54, 0x86, 0x5d, 0x9a, 0x43, 0x64, 0x42, 0xd2, 0x1e, 0x72, 0xbf, |
| 2284 | 0x18, 0x33, 0x20, 0x02, 0xf3, 0x71, 0xb0, 0xae, 0xc6, 0x21, 0xaf, 0x44, 0x56, 0x68, 0x97, 0xde, |
| 2285 | 0x42, 0xfc, 0x1b, 0x64, 0xd5, 0xc3, 0x1f, 0x2a, 0xf0, 0xe4, 0x97, 0x90, 0x3e, 0x62, 0x41, 0x2d, |
| 2286 | 0x81, 0x80, 0x44, 0x97, 0x7e, 0xfa, 0x26, 0xe2, 0xde, 0x24, 0xeb, 0x31, 0xb8, 0x32, 0x2e, 0x4d, |
| 2287 | 0x58, 0x09, 0xf9, 0x50, 0xb1, 0x1d, 0xee, 0x46, 0xc7, 0x5c, 0xc9, 0xa1, 0x04, 0xdd, 0x46, 0x0d, |
| 2288 | 0x6f, 0x12, 0x7a, 0x99, 0x86, 0x62, 0x17, 0xd1, 0x5e, 0xc1, 0xd2, 0xb0, 0x13, 0x02, 0x84, 0x2c, |
| 2289 | 0x47, 0x20, 0x97, 0x8c, 0x7c, 0x36, 0x82, 0x4c, 0xef, 0xa3, 0xbe, 0x02, 0x79, 0xff, 0x6a, 0x7d, |
| 2290 | 0xc5, 0xd7, 0xe2, 0x4f, 0x4d, 0x78, 0xf8, 0xbb, 0x04, 0xac, 0x1e, 0x62, 0x33, 0x78, 0x6d, 0xed, |
| 2291 | 0x71, 0xa7, 0xeb, 0x01, 0x1a, 0xf0, 0x21, 0xdd, 0x19, 0xc5, 0x80, 0xa2, 0xea, 0x44, 0xbf, 0x49, |
| 2292 | 0x40, 0xee, 0xc0, 0x74, 0x7f, 0x14, 0x43, 0xfe, 0x1f, 0x0d, 0xf9, 0x88, 0xde, 0x1f, 0xc9, 0x10, |
| 2293 | 0x43, 0x6a, 0x27, 0x46, 0x44, 0xce, 0x45, 0x9d, 0x0c, 0xe6, 0x9c, 0x04, 0x8a, 0x23, 0xf2, 0xaf, |
| 2294 | 0x99, 0xf1, 0x26, 0x62, 0xfd, 0x26, 0x01, 0xeb, 0xb2, 0x96, 0x85, 0x14, 0x9d, 0xa0, 0x19, 0xeb, |
| 2295 | 0x21, 0x05, 0x48, 0x97, 0x6b, 0x62, 0x5d, 0xbf, 0x83, 0x26, 0xbc, 0x43, 0xaf, 0x61, 0x82, 0xa8, |
| 2296 | 0x78, 0xbf, 0x4d, 0xc0, 0x46, 0x84, 0x15, 0xc7, 0xa2, 0xb2, 0x4b, 0x33, 0xd6, 0x02, 0x66, 0x20, |
| 2297 | 0xe3, 0xd8, 0x36, 0xae, 0xb0, 0xa2, 0x80, 0x56, 0x6c, 0xd1, 0x37, 0x2e, 0xb5, 0x42, 0xde, 0x1f, |
| 2298 | 0xc2, 0x8c, 0x16, 0xac, 0x86, 0x42, 0x8e, 0xaa, 0x82, 0x31, 0xcf, 0x86, 0x6d, 0x71, 0xe9, 0x7b, |
| 2299 | 0xa8, 0xeb, 0x2d, 0x72, 0x1d, 0x5d, 0x84, 0xc3, 0x5a, 0x64, 0x6e, 0x55, 0xe3, 0xe4, 0x57, 0xb6, |
| 2300 | 0x1a, 0x8a, 0xbf, 0x14, 0xa2, 0x77, 0x51, 0xe1, 0x36, 0xd9, 0xba, 0x32, 0xc4, 0xaa, 0x87, 0x23, |
| 2301 | 0xdf, 0x26, 0x60, 0x33, 0x26, 0xd7, 0x88, 0x29, 0x23, 0xbd, 0x19, 0xad, 0xf0, 0x3a, 0x59, 0xdf, |
| 2302 | 0x41, 0x93, 0xee, 0xd0, 0x6b, 0x9b, 0x24, 0x82, 0x5e, 0x86, 0xa4, 0x88, 0xc5, 0x55, 0x85, 0x79, |
| 2303 | 0x31, 0xd8, 0x7a, 0xba, 0x74, 0x15, 0x95, 0x65, 0xc8, 0xa2, 0xa7, 0xcc, 0xab, 0xc4, 0x65, 0x98, |
| 2304 | 0x1f, 0x00, 0x96, 0x8c, 0x78, 0xc8, 0xe4, 0x20, 0xcc, 0x11, 0x57, 0x9d, 0x84, 0x33, 0x0d, 0x97, |
| 2305 | 0x9c, 0x42, 0x5a, 0x63, 0x0d, 0xbb, 0xd3, 0x30, 0x2d, 0xe6, 0x99, 0xe9, 0x5f, 0x1b, 0x1b, 0x8f, |
| 2306 | 0x75, 0xc4, 0x5c, 0xa1, 0x61, 0x4c, 0xe1, 0xf8, 0x21, 0x5e, 0xf3, 0x11, 0x57, 0xc5, 0x50, 0x8b, |
| 2307 | 0xef, 0xc1, 0x90, 0xa5, 0x21, 0x4f, 0xe5, 0xdd, 0xf0, 0x53, 0x48, 0xed, 0x3b, 0x4c, 0xe7, 0xca, |
| 2308 | 0x34, 0x32, 0xb4, 0x3a, 0x84, 0xa6, 0x1a, 0x1b, 0x3a, 0x1c, 0x37, 0x61, 0xd2, 0x33, 0x48, 0xc9, |
| 2309 | 0x22, 0x1c, 0x61, 0x55, 0x9c, 0x93, 0x6f, 0x20, 0xde, 0x06, 0x5d, 0x8b, 0xb2, 0xce, 0x2b, 0xab, |
| 2310 | 0x3f, 0x87, 0x79, 0x55, 0x55, 0x47, 0x40, 0x56, 0x77, 0x23, 0x5d, 0x8f, 0x44, 0xf6, 0xea, 0xe4, |
| 2311 | 0x33, 0x48, 0x69, 0xac, 0x6e, 0xdb, 0xfc, 0x47, 0xb3, 0xd9, 0x41, 0x38, 0x01, 0x7c, 0xc0, 0x2c, |
| 2312 | 0xc6, 0x7f, 0x40, 0x30, 0xb6, 0xa3, 0x81, 0x0d, 0x84, 0x23, 0x75, 0xc8, 0x3c, 0xb4, 0x9d, 0x06, |
| 2313 | 0x1b, 0x19, 0xfd, 0x5d, 0x44, 0x7f, 0x63, 0x7b, 0x33, 0x12, 0xbd, 0x29, 0x30, 0x6b, 0x4a, 0x47, |
| 2314 | 0x0f, 0xe6, 0x0f, 0xec, 0x97, 0x1d, 0xcb, 0xd6, 0x8d, 0x52, 0x5b, 0x6f, 0xb1, 0xc1, 0xdd, 0x85, |
| 2315 | 0x8f, 0x1e, 0x2f, 0xbf, 0xec, 0xa9, 0x2d, 0x77, 0x99, 0x83, 0x13, 0x51, 0xf1, 0x3a, 0x42, 0x3f, |
| 2316 | 0x42, 0x4d, 0x77, 0xe9, 0x7b, 0x91, 0x9a, 0x4c, 0x01, 0x51, 0x33, 0x14, 0x86, 0x5b, 0x7c, 0x2d, |
| 2317 | 0x1a, 0xfd, 0xaf, 0xc4, 0x06, 0xfa, 0x3a, 0x01, 0x2b, 0x47, 0x8c, 0x07, 0x74, 0xc8, 0xd9, 0x46, |
| 2318 | 0xbc, 0x01, 0x51, 0x64, 0xfa, 0x09, 0x1a, 0x70, 0x9f, 0xdc, 0x1b, 0xc1, 0x80, 0xa2, 0x2b, 0x35, |
| 2319 | 0xf5, 0xb0, 0x15, 0x0b, 0xe0, 0x8d, 0xa8, 0x5d, 0x15, 0x32, 0x32, 0x8a, 0xfb, 0xa4, 0x29, 0x1b, |
| 2320 | 0xcd, 0x00, 0x92, 0x3b, 0x94, 0xd7, 0x28, 0x6d, 0x2e, 0x7d, 0x1f, 0xd5, 0xbd, 0x4d, 0xde, 0xbc, |
| 2321 | 0x8e, 0x3a, 0xf2, 0x0a, 0xb2, 0xfb, 0xa2, 0x67, 0xb6, 0xae, 0xe9, 0x61, 0x64, 0x82, 0x95, 0x87, |
| 2322 | 0xdb, 0x23, 0x79, 0xf8, 0x87, 0x04, 0x64, 0x77, 0x1b, 0xdc, 0x3c, 0xd7, 0x39, 0x43, 0x2d, 0xf2, |
| 2323 | 0x3e, 0x18, 0x51, 0xf5, 0x3e, 0xaa, 0xfe, 0x94, 0x7e, 0x3c, 0x4a, 0x6a, 0x25, 0xb9, 0x87, 0xfa, |
| 2324 | 0xc4, 0x46, 0xfb, 0x7d, 0x02, 0x32, 0x1a, 0x3b, 0x67, 0x0e, 0xff, 0x9f, 0x18, 0xe2, 0xa0, 0x6a, |
| 2325 | 0x61, 0x48, 0x05, 0x16, 0x07, 0xb7, 0x4d, 0xb8, 0x27, 0x9f, 0xf7, 0x2c, 0x92, 0xcd, 0x38, 0x45, |
| 2326 | 0x95, 0xeb, 0x24, 0x1f, 0xa9, 0x52, 0x36, 0xe1, 0xcf, 0x21, 0xeb, 0x43, 0x54, 0x03, 0xac, 0x20, |
| 2327 | 0x6a, 0xa6, 0x8f, 0xea, 0xb1, 0xe9, 0x3b, 0x88, 0xbc, 0x49, 0x6e, 0x45, 0x23, 0x7b, 0x23, 0x33, |
| 2328 | 0x97, 0x74, 0x60, 0x59, 0x46, 0x6b, 0x58, 0x41, 0x18, 0x34, 0xb6, 0x10, 0xa9, 0x0e, 0x93, 0x5e, |
| 2329 | 0xa5, 0x4c, 0x04, 0xe8, 0xd4, 0x1f, 0xa0, 0xeb, 0x35, 0xb0, 0x97, 0x47, 0x49, 0x36, 0xae, 0x0c, |
| 2330 | 0x96, 0x82, 0xb0, 0xa3, 0xf4, 0x4e, 0x5b, 0xa8, 0x80, 0x92, 0xdb, 0xb1, 0x0a, 0xbc, 0x9e, 0xe9, |
| 2331 | 0x4b, 0xbf, 0xf5, 0x72, 0x36, 0x16, 0xd7, 0x4e, 0x64, 0xc3, 0xf3, 0x35, 0x37, 0xee, 0xee, 0x96, |
| 2332 | 0x83, 0x39, 0xa2, 0xe1, 0x84, 0x62, 0x20, 0x3f, 0x14, 0x99, 0x10, 0x1e, 0xdd, 0x44, 0xb8, 0x35, |
| 2333 | 0x72, 0x23, 0x0a, 0x4e, 0xf6, 0x03, 0x35, 0x48, 0x0f, 0x2c, 0x56, 0x41, 0x89, 0x33, 0x79, 0x29, |
| 2334 | 0x62, 0x9e, 0xe7, 0x7a, 0xe3, 0x09, 0xb2, 0x3c, 0xa4, 0x44, 0x85, 0xe4, 0x21, 0xa4, 0xab, 0xdc, |
| 2335 | 0x61, 0x7a, 0xbb, 0xa2, 0x37, 0x5e, 0x30, 0xee, 0x96, 0x7b, 0x9c, 0xac, 0x04, 0x22, 0x2d, 0x19, |
| 2336 | 0xe5, 0x1e, 0x8f, 0xdd, 0x40, 0x63, 0x5b, 0x09, 0x72, 0x88, 0x6d, 0x15, 0x33, 0xcf, 0x99, 0x02, |
| 2337 | 0x2a, 0x75, 0x2e, 0x99, 0x4f, 0x84, 0xf1, 0x4b, 0x1d, 0x3a, 0x76, 0x37, 0x41, 0x1e, 0x41, 0x56, |
| 2338 | 0xc1, 0xec, 0x9f, 0xe9, 0x9d, 0x16, 0xc3, 0xa9, 0x62, 0xbc, 0xcb, 0xb9, 0x00, 0x92, 0x6f, 0x09, |
| 2339 | 0x82, 0x9d, 0xc2, 0x42, 0x3f, 0x21, 0xf2, 0xbb, 0x55, 0xb0, 0xf1, 0x0f, 0x87, 0x2b, 0x6e, 0xb3, |
| 2340 | 0xaa, 0x68, 0x79, 0x39, 0xc9, 0xc8, 0x1e, 0xcd, 0xff, 0x8d, 0x24, 0x6a, 0x0e, 0x9a, 0x8f, 0x22, |
| 2341 | 0xd2, 0xdb, 0xa8, 0x22, 0x4f, 0xfb, 0x09, 0x09, 0x8c, 0x55, 0xc5, 0x21, 0x7b, 0x8a, 0x76, 0xfb, |
| 2342 | 0xd1, 0x23, 0x07, 0x03, 0xfe, 0x2f, 0x1f, 0x61, 0xc3, 0x03, 0xa8, 0xd2, 0x70, 0x03, 0x32, 0xb2, |
| 2343 | 0x58, 0xfc, 0x30, 0xc3, 0xdf, 0x42, 0x15, 0xb7, 0xf2, 0x97, 0xa8, 0x10, 0xd6, 0x1b, 0x90, 0x91, |
| 2344 | 0xbd, 0xd0, 0x95, 0x5a, 0xe2, 0xf6, 0x93, 0xf2, 0x65, 0xfb, 0x32, 0x5f, 0xd4, 0xc1, 0x08, 0x7c, |
| 2345 | 0xfd, 0xb9, 0xf2, 0x60, 0x04, 0x22, 0x16, 0x3a, 0x18, 0x01, 0x2d, 0xe4, 0x31, 0x36, 0xf4, 0x78, |
| 2346 | 0xf5, 0xb8, 0xd1, 0x0d, 0xbd, 0xe4, 0x79, 0x5d, 0x22, 0x59, 0x8b, 0xbf, 0x78, 0x5c, 0xf2, 0x05, |
| 2347 | 0xcc, 0x7a, 0x63, 0xdf, 0x00, 0x58, 0x2e, 0x6e, 0x7e, 0x4c, 0xdf, 0x46, 0xd8, 0xdb, 0xf4, 0x66, |
| 2348 | 0x24, 0xac, 0xcb, 0xac, 0x66, 0x8d, 0x0b, 0xb4, 0xa7, 0xd8, 0x1f, 0x05, 0xc6, 0xe6, 0xc3, 0xef, |
| 2349 | 0xb7, 0xa1, 0xb9, 0x7a, 0xb8, 0xf2, 0x88, 0x63, 0x24, 0xe4, 0xd4, 0x8b, 0xad, 0x59, 0x27, 0x5f, |
| 2350 | 0x02, 0x39, 0x62, 0x7c, 0x68, 0x72, 0x3e, 0x34, 0x04, 0x8b, 0x1a, 0xae, 0x87, 0xe3, 0x11, 0xc4, |
| 2351 | 0xc6, 0x39, 0x3d, 0x71, 0x61, 0xbe, 0x6a, 0xb6, 0x7b, 0x96, 0xce, 0x19, 0xae, 0x27, 0xeb, 0xfd, |
| 2352 | 0x40, 0xf8, 0xc9, 0xea, 0x5b, 0x57, 0xdc, 0x9d, 0x1f, 0x1a, 0x4c, 0x04, 0x63, 0xa4, 0x90, 0x6a, |
| 2353 | 0x02, 0x49, 0xec, 0xcc, 0x7d, 0x98, 0xeb, 0x8f, 0xc8, 0xc9, 0x0d, 0x4f, 0x61, 0x68, 0x78, 0x9e, |
| 2354 | 0x8f, 0x67, 0xd1, 0x31, 0x72, 0x0c, 0x20, 0xdf, 0xaa, 0x70, 0x88, 0x94, 0xf2, 0x77, 0x04, 0xb1, |
| 2355 | 0x1b, 0x5a, 0xbd, 0x8e, 0xd2, 0x05, 0x61, 0xe3, 0x60, 0xb5, 0x7a, 0x61, 0x56, 0xef, 0x52, 0x23, |
| 2356 | 0xe0, 0x0d, 0xde, 0xfa, 0xce, 0x3f, 0x28, 0xfa, 0x96, 0x0b, 0xc0, 0x2f, 0x20, 0x29, 0x8a, 0xc7, |
| 2357 | 0x2b, 0x8e, 0xdf, 0xdd, 0xc8, 0x8a, 0x17, 0x39, 0xf9, 0x19, 0xae, 0xcb, 0x1a, 0x66, 0xd3, 0x64, |
| 2358 | 0x4e, 0x7e, 0xc9, 0xa3, 0x6b, 0x8c, 0xf7, 0x9c, 0x0e, 0x72, 0x5d, 0xba, 0x86, 0xc0, 0xcb, 0x24, |
| 2359 | 0xeb, 0x05, 0xd4, 0x0f, 0x75, 0x02, 0xc9, 0xaa, 0xef, 0xb1, 0x3f, 0xb6, 0xf5, 0x3e, 0xf0, 0xc5, |
| 2360 | 0x9a, 0x1b, 0x42, 0xf5, 0xc3, 0x9c, 0x41, 0xb6, 0xca, 0x75, 0x87, 0x7b, 0x9f, 0x37, 0x45, 0x4b, |
| 2361 | 0x6a, 0x77, 0x48, 0xff, 0xcb, 0xef, 0xd0, 0x67, 0xcf, 0xc1, 0x61, 0x0e, 0x9c, 0x16, 0x55, 0x32, |
| 2362 | 0x68, 0x7f, 0xa2, 0xeb, 0x0a, 0xcc, 0x1a, 0x7e, 0x19, 0x12, 0xc7, 0xe4, 0x93, 0xc4, 0xf6, 0x9e, |
| 2363 | 0x05, 0x59, 0xdb, 0x69, 0xe1, 0x8d, 0xd1, 0xb0, 0x1d, 0x43, 0xe1, 0xec, 0xa5, 0xe4, 0xcc, 0xbd, |
| 2364 | 0x82, 0x3f, 0x7d, 0xf8, 0x45, 0xa1, 0x65, 0xf2, 0xb3, 0x5e, 0x5d, 0x44, 0xa7, 0xe8, 0x49, 0xaa, |
| 2365 | 0x9f, 0xa0, 0xdc, 0xf1, 0x7e, 0x90, 0x72, 0xbf, 0xd8, 0xb2, 0x15, 0xed, 0xaf, 0xe3, 0x2b, 0x65, |
| 2366 | 0x0f, 0xef, 0xa9, 0x7f, 0x84, 0x5f, 0x19, 0xaf, 0x4c, 0x54, 0x26, 0x2b, 0x53, 0x95, 0xe9, 0xca, |
| 2367 | 0x4c, 0x65, 0xb6, 0x3e, 0x8d, 0x6b, 0x77, 0xfe, 0x13, 0x00, 0x00, 0xff, 0xff, 0xb4, 0x0e, 0xe5, |
| 2368 | 0xbc, 0xdc, 0x22, 0x00, 0x00, |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 2369 | } |
| 2370 | |
| 2371 | // Reference imports to suppress errors if they are not otherwise used. |
| 2372 | var _ context.Context |
| 2373 | var _ grpc.ClientConn |
| 2374 | |
| 2375 | // This is a compile-time assertion to ensure that this generated file |
| 2376 | // is compatible with the grpc package it is being compiled against. |
| 2377 | const _ = grpc.SupportPackageIsVersion4 |
| 2378 | |
| 2379 | // VolthaServiceClient is the client API for VolthaService service. |
| 2380 | // |
| 2381 | // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. |
| 2382 | type VolthaServiceClient interface { |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 2383 | // Get the membership group of a Voltha Core |
| 2384 | GetMembership(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Membership, error) |
| 2385 | // Set the membership group of a Voltha Core |
| 2386 | UpdateMembership(ctx context.Context, in *Membership, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2387 | // Get high level information on the Voltha cluster |
| 2388 | GetVoltha(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Voltha, error) |
| 2389 | // List all Voltha cluster core instances |
| 2390 | ListCoreInstances(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*CoreInstances, error) |
| 2391 | // Get details on a Voltha cluster instance |
| 2392 | GetCoreInstance(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*CoreInstance, error) |
| 2393 | // List all active adapters (plugins) in the Voltha cluster |
| 2394 | ListAdapters(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Adapters, error) |
| 2395 | // List all logical devices managed by the Voltha cluster |
| 2396 | ListLogicalDevices(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*LogicalDevices, error) |
| 2397 | // Get additional information on a given logical device |
| 2398 | GetLogicalDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*LogicalDevice, error) |
| 2399 | // List ports of a logical device |
| 2400 | ListLogicalDevicePorts(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*LogicalPorts, error) |
| 2401 | // Gets a logical device port |
| 2402 | GetLogicalDevicePort(ctx context.Context, in *LogicalPortId, opts ...grpc.CallOption) (*LogicalPort, error) |
| 2403 | // Enables a logical device port |
| 2404 | EnableLogicalDevicePort(ctx context.Context, in *LogicalPortId, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2405 | // Disables a logical device port |
| 2406 | DisableLogicalDevicePort(ctx context.Context, in *LogicalPortId, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2407 | // List all flows of a logical device |
| 2408 | ListLogicalDeviceFlows(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.Flows, error) |
| 2409 | // Update flow table for logical device |
| 2410 | UpdateLogicalDeviceFlowTable(ctx context.Context, in *openflow_13.FlowTableUpdate, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2411 | // Update meter table for logical device |
| 2412 | UpdateLogicalDeviceMeterTable(ctx context.Context, in *openflow_13.MeterModUpdate, opts ...grpc.CallOption) (*empty.Empty, error) |
Manikkaraj k | b1d5144 | 2019-07-23 10:41:02 -0400 | [diff] [blame] | 2413 | // List all meters of a logical device |
| 2414 | ListLogicalDeviceMeters(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.Meters, error) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 2415 | // List all flow groups of a logical device |
| 2416 | ListLogicalDeviceFlowGroups(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.FlowGroups, error) |
| 2417 | // Update group table for device |
| 2418 | UpdateLogicalDeviceFlowGroupTable(ctx context.Context, in *openflow_13.FlowGroupTableUpdate, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2419 | // List all physical devices controlled by the Voltha cluster |
| 2420 | ListDevices(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Devices, error) |
| 2421 | // List all physical devices IDs controlled by the Voltha cluster |
| 2422 | ListDeviceIds(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*common.IDs, error) |
| 2423 | // Request to a voltha Core to reconcile a set of devices based on their IDs |
| 2424 | ReconcileDevices(ctx context.Context, in *common.IDs, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2425 | // Get more information on a given physical device |
| 2426 | GetDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*Device, error) |
| 2427 | // Pre-provision a new physical device |
| 2428 | CreateDevice(ctx context.Context, in *Device, opts ...grpc.CallOption) (*Device, error) |
| 2429 | // Enable a device. If the device was in pre-provisioned state then it |
| 2430 | // will transition to ENABLED state. If it was is DISABLED state then it |
| 2431 | // will transition to ENABLED state as well. |
| 2432 | EnableDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2433 | // Disable a device |
| 2434 | DisableDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2435 | // Reboot a device |
| 2436 | RebootDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2437 | // Delete a device |
| 2438 | DeleteDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) |
Girish Gowdra | a09aeab | 2020-09-14 16:30:52 -0700 | [diff] [blame] | 2439 | // Forcefully delete a device |
| 2440 | ForceDeleteDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 2441 | // Request an image download to the standby partition |
| 2442 | // of a device. |
| 2443 | // Note that the call is expected to be non-blocking. |
| 2444 | DownloadImage(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*common.OperationResp, error) |
| 2445 | // Get image download status on a device |
| 2446 | // The request retrieves progress on device and updates db record |
| 2447 | GetImageDownloadStatus(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*ImageDownload, error) |
| 2448 | // Get image download db record |
| 2449 | GetImageDownload(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*ImageDownload, error) |
| 2450 | // List image download db records for a given device |
| 2451 | ListImageDownloads(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*ImageDownloads, error) |
| 2452 | // Cancel an existing image download process on a device |
| 2453 | CancelImageDownload(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*common.OperationResp, error) |
| 2454 | // Activate the specified image at a standby partition |
| 2455 | // to active partition. |
| 2456 | // Depending on the device implementation, this call |
| 2457 | // may or may not cause device reboot. |
| 2458 | // If no reboot, then a reboot is required to make the |
| 2459 | // activated image running on device |
| 2460 | // Note that the call is expected to be non-blocking. |
| 2461 | ActivateImageUpdate(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*common.OperationResp, error) |
| 2462 | // Revert the specified image at standby partition |
| 2463 | // to active partition, and revert to previous image |
| 2464 | // Depending on the device implementation, this call |
| 2465 | // may or may not cause device reboot. |
| 2466 | // If no reboot, then a reboot is required to make the |
| 2467 | // previous image running on device |
| 2468 | // Note that the call is expected to be non-blocking. |
| 2469 | RevertImageUpdate(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*common.OperationResp, error) |
| 2470 | // List ports of a device |
| 2471 | ListDevicePorts(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*Ports, error) |
| 2472 | // List pm config of a device |
| 2473 | ListDevicePmConfigs(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*PmConfigs, error) |
| 2474 | // Update the pm config of a device |
| 2475 | UpdateDevicePmConfigs(ctx context.Context, in *PmConfigs, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2476 | // List all flows of a device |
| 2477 | ListDeviceFlows(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.Flows, error) |
| 2478 | // List all flow groups of a device |
| 2479 | ListDeviceFlowGroups(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.FlowGroups, error) |
| 2480 | // List device types known to Voltha |
| 2481 | ListDeviceTypes(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*DeviceTypes, error) |
| 2482 | // Get additional information on a device type |
| 2483 | GetDeviceType(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*DeviceType, error) |
| 2484 | // List all device sharding groups |
| 2485 | ListDeviceGroups(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*DeviceGroups, error) |
| 2486 | // Stream control packets to the dataplane |
| 2487 | StreamPacketsOut(ctx context.Context, opts ...grpc.CallOption) (VolthaService_StreamPacketsOutClient, error) |
| 2488 | // Receive control packet stream |
| 2489 | ReceivePacketsIn(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (VolthaService_ReceivePacketsInClient, error) |
| 2490 | ReceiveChangeEvents(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (VolthaService_ReceiveChangeEventsClient, error) |
| 2491 | // Get additional information on a device group |
| 2492 | GetDeviceGroup(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*DeviceGroup, error) |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 2493 | CreateEventFilter(ctx context.Context, in *EventFilter, opts ...grpc.CallOption) (*EventFilter, error) |
| 2494 | // Get all filters present for a device |
| 2495 | GetEventFilter(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*EventFilters, error) |
| 2496 | UpdateEventFilter(ctx context.Context, in *EventFilter, opts ...grpc.CallOption) (*EventFilter, error) |
| 2497 | DeleteEventFilter(ctx context.Context, in *EventFilter, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2498 | // Get all the filters present |
| 2499 | ListEventFilters(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*EventFilters, error) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 2500 | GetImages(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*Images, error) |
| 2501 | SelfTest(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*SelfTestResponse, error) |
| 2502 | // OpenOMCI MIB information |
| 2503 | GetMibDeviceData(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*omci.MibDeviceData, error) |
| 2504 | // OpenOMCI ALARM information |
| 2505 | GetAlarmDeviceData(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*omci.AlarmDeviceData, error) |
| 2506 | // Simulate an Alarm |
| 2507 | SimulateAlarm(ctx context.Context, in *SimulateAlarmRequest, opts ...grpc.CallOption) (*common.OperationResp, error) |
| 2508 | Subscribe(ctx context.Context, in *OfAgentSubscriber, opts ...grpc.CallOption) (*OfAgentSubscriber, error) |
kesavand | d618472 | 2020-02-05 17:13:35 -0500 | [diff] [blame] | 2509 | EnablePort(ctx context.Context, in *Port, opts ...grpc.CallOption) (*empty.Empty, error) |
| 2510 | DisablePort(ctx context.Context, in *Port, opts ...grpc.CallOption) (*empty.Empty, error) |
Dinesh Belwalkar | db587af | 2020-02-27 15:37:16 -0800 | [diff] [blame] | 2511 | GetExtValue(ctx context.Context, in *common.ValueSpecifier, opts ...grpc.CallOption) (*common.ReturnValues, error) |
kesavand | 494c208 | 2020-08-31 11:16:12 +0530 | [diff] [blame] | 2512 | SetExtValue(ctx context.Context, in *ValueSet, opts ...grpc.CallOption) (*empty.Empty, error) |
Scott Baker | 24f83e2 | 2020-03-30 16:14:28 -0700 | [diff] [blame] | 2513 | // omci start and stop cli implementation |
| 2514 | StartOmciTestAction(ctx context.Context, in *OmciTestRequest, opts ...grpc.CallOption) (*TestResponse, error) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 2515 | } |
| 2516 | |
| 2517 | type volthaServiceClient struct { |
| 2518 | cc *grpc.ClientConn |
| 2519 | } |
| 2520 | |
| 2521 | func NewVolthaServiceClient(cc *grpc.ClientConn) VolthaServiceClient { |
| 2522 | return &volthaServiceClient{cc} |
| 2523 | } |
| 2524 | |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 2525 | func (c *volthaServiceClient) GetMembership(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Membership, error) { |
| 2526 | out := new(Membership) |
| 2527 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetMembership", in, out, opts...) |
| 2528 | if err != nil { |
| 2529 | return nil, err |
| 2530 | } |
| 2531 | return out, nil |
| 2532 | } |
| 2533 | |
| 2534 | func (c *volthaServiceClient) UpdateMembership(ctx context.Context, in *Membership, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2535 | out := new(empty.Empty) |
| 2536 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/UpdateMembership", in, out, opts...) |
| 2537 | if err != nil { |
| 2538 | return nil, err |
| 2539 | } |
| 2540 | return out, nil |
| 2541 | } |
| 2542 | |
| 2543 | func (c *volthaServiceClient) GetVoltha(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Voltha, error) { |
| 2544 | out := new(Voltha) |
| 2545 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetVoltha", in, out, opts...) |
| 2546 | if err != nil { |
| 2547 | return nil, err |
| 2548 | } |
| 2549 | return out, nil |
| 2550 | } |
| 2551 | |
| 2552 | func (c *volthaServiceClient) ListCoreInstances(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*CoreInstances, error) { |
| 2553 | out := new(CoreInstances) |
| 2554 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListCoreInstances", in, out, opts...) |
| 2555 | if err != nil { |
| 2556 | return nil, err |
| 2557 | } |
| 2558 | return out, nil |
| 2559 | } |
| 2560 | |
| 2561 | func (c *volthaServiceClient) GetCoreInstance(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*CoreInstance, error) { |
| 2562 | out := new(CoreInstance) |
| 2563 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetCoreInstance", in, out, opts...) |
| 2564 | if err != nil { |
| 2565 | return nil, err |
| 2566 | } |
| 2567 | return out, nil |
| 2568 | } |
| 2569 | |
| 2570 | func (c *volthaServiceClient) ListAdapters(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Adapters, error) { |
| 2571 | out := new(Adapters) |
| 2572 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListAdapters", in, out, opts...) |
| 2573 | if err != nil { |
| 2574 | return nil, err |
| 2575 | } |
| 2576 | return out, nil |
| 2577 | } |
| 2578 | |
| 2579 | func (c *volthaServiceClient) ListLogicalDevices(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*LogicalDevices, error) { |
| 2580 | out := new(LogicalDevices) |
| 2581 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListLogicalDevices", in, out, opts...) |
| 2582 | if err != nil { |
| 2583 | return nil, err |
| 2584 | } |
| 2585 | return out, nil |
| 2586 | } |
| 2587 | |
| 2588 | func (c *volthaServiceClient) GetLogicalDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*LogicalDevice, error) { |
| 2589 | out := new(LogicalDevice) |
| 2590 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetLogicalDevice", in, out, opts...) |
| 2591 | if err != nil { |
| 2592 | return nil, err |
| 2593 | } |
| 2594 | return out, nil |
| 2595 | } |
| 2596 | |
| 2597 | func (c *volthaServiceClient) ListLogicalDevicePorts(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*LogicalPorts, error) { |
| 2598 | out := new(LogicalPorts) |
| 2599 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListLogicalDevicePorts", in, out, opts...) |
| 2600 | if err != nil { |
| 2601 | return nil, err |
| 2602 | } |
| 2603 | return out, nil |
| 2604 | } |
| 2605 | |
| 2606 | func (c *volthaServiceClient) GetLogicalDevicePort(ctx context.Context, in *LogicalPortId, opts ...grpc.CallOption) (*LogicalPort, error) { |
| 2607 | out := new(LogicalPort) |
| 2608 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetLogicalDevicePort", in, out, opts...) |
| 2609 | if err != nil { |
| 2610 | return nil, err |
| 2611 | } |
| 2612 | return out, nil |
| 2613 | } |
| 2614 | |
| 2615 | func (c *volthaServiceClient) EnableLogicalDevicePort(ctx context.Context, in *LogicalPortId, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2616 | out := new(empty.Empty) |
| 2617 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/EnableLogicalDevicePort", in, out, opts...) |
| 2618 | if err != nil { |
| 2619 | return nil, err |
| 2620 | } |
| 2621 | return out, nil |
| 2622 | } |
| 2623 | |
| 2624 | func (c *volthaServiceClient) DisableLogicalDevicePort(ctx context.Context, in *LogicalPortId, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2625 | out := new(empty.Empty) |
| 2626 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/DisableLogicalDevicePort", in, out, opts...) |
| 2627 | if err != nil { |
| 2628 | return nil, err |
| 2629 | } |
| 2630 | return out, nil |
| 2631 | } |
| 2632 | |
| 2633 | func (c *volthaServiceClient) ListLogicalDeviceFlows(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.Flows, error) { |
| 2634 | out := new(openflow_13.Flows) |
| 2635 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListLogicalDeviceFlows", in, out, opts...) |
| 2636 | if err != nil { |
| 2637 | return nil, err |
| 2638 | } |
| 2639 | return out, nil |
| 2640 | } |
| 2641 | |
| 2642 | func (c *volthaServiceClient) UpdateLogicalDeviceFlowTable(ctx context.Context, in *openflow_13.FlowTableUpdate, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2643 | out := new(empty.Empty) |
| 2644 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/UpdateLogicalDeviceFlowTable", in, out, opts...) |
| 2645 | if err != nil { |
| 2646 | return nil, err |
| 2647 | } |
| 2648 | return out, nil |
| 2649 | } |
| 2650 | |
| 2651 | func (c *volthaServiceClient) UpdateLogicalDeviceMeterTable(ctx context.Context, in *openflow_13.MeterModUpdate, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2652 | out := new(empty.Empty) |
| 2653 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/UpdateLogicalDeviceMeterTable", in, out, opts...) |
| 2654 | if err != nil { |
| 2655 | return nil, err |
| 2656 | } |
| 2657 | return out, nil |
| 2658 | } |
| 2659 | |
Manikkaraj k | b1d5144 | 2019-07-23 10:41:02 -0400 | [diff] [blame] | 2660 | func (c *volthaServiceClient) ListLogicalDeviceMeters(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.Meters, error) { |
| 2661 | out := new(openflow_13.Meters) |
| 2662 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListLogicalDeviceMeters", in, out, opts...) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 2663 | if err != nil { |
| 2664 | return nil, err |
| 2665 | } |
| 2666 | return out, nil |
| 2667 | } |
| 2668 | |
| 2669 | func (c *volthaServiceClient) ListLogicalDeviceFlowGroups(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.FlowGroups, error) { |
| 2670 | out := new(openflow_13.FlowGroups) |
| 2671 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListLogicalDeviceFlowGroups", in, out, opts...) |
| 2672 | if err != nil { |
| 2673 | return nil, err |
| 2674 | } |
| 2675 | return out, nil |
| 2676 | } |
| 2677 | |
| 2678 | func (c *volthaServiceClient) UpdateLogicalDeviceFlowGroupTable(ctx context.Context, in *openflow_13.FlowGroupTableUpdate, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2679 | out := new(empty.Empty) |
| 2680 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/UpdateLogicalDeviceFlowGroupTable", in, out, opts...) |
| 2681 | if err != nil { |
| 2682 | return nil, err |
| 2683 | } |
| 2684 | return out, nil |
| 2685 | } |
| 2686 | |
| 2687 | func (c *volthaServiceClient) ListDevices(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Devices, error) { |
| 2688 | out := new(Devices) |
| 2689 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListDevices", in, out, opts...) |
| 2690 | if err != nil { |
| 2691 | return nil, err |
| 2692 | } |
| 2693 | return out, nil |
| 2694 | } |
| 2695 | |
| 2696 | func (c *volthaServiceClient) ListDeviceIds(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*common.IDs, error) { |
| 2697 | out := new(common.IDs) |
| 2698 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListDeviceIds", in, out, opts...) |
| 2699 | if err != nil { |
| 2700 | return nil, err |
| 2701 | } |
| 2702 | return out, nil |
| 2703 | } |
| 2704 | |
| 2705 | func (c *volthaServiceClient) ReconcileDevices(ctx context.Context, in *common.IDs, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2706 | out := new(empty.Empty) |
| 2707 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ReconcileDevices", in, out, opts...) |
| 2708 | if err != nil { |
| 2709 | return nil, err |
| 2710 | } |
| 2711 | return out, nil |
| 2712 | } |
| 2713 | |
| 2714 | func (c *volthaServiceClient) GetDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*Device, error) { |
| 2715 | out := new(Device) |
| 2716 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetDevice", in, out, opts...) |
| 2717 | if err != nil { |
| 2718 | return nil, err |
| 2719 | } |
| 2720 | return out, nil |
| 2721 | } |
| 2722 | |
| 2723 | func (c *volthaServiceClient) CreateDevice(ctx context.Context, in *Device, opts ...grpc.CallOption) (*Device, error) { |
| 2724 | out := new(Device) |
| 2725 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/CreateDevice", in, out, opts...) |
| 2726 | if err != nil { |
| 2727 | return nil, err |
| 2728 | } |
| 2729 | return out, nil |
| 2730 | } |
| 2731 | |
| 2732 | func (c *volthaServiceClient) EnableDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2733 | out := new(empty.Empty) |
| 2734 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/EnableDevice", in, out, opts...) |
| 2735 | if err != nil { |
| 2736 | return nil, err |
| 2737 | } |
| 2738 | return out, nil |
| 2739 | } |
| 2740 | |
| 2741 | func (c *volthaServiceClient) DisableDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2742 | out := new(empty.Empty) |
| 2743 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/DisableDevice", in, out, opts...) |
| 2744 | if err != nil { |
| 2745 | return nil, err |
| 2746 | } |
| 2747 | return out, nil |
| 2748 | } |
| 2749 | |
| 2750 | func (c *volthaServiceClient) RebootDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2751 | out := new(empty.Empty) |
| 2752 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/RebootDevice", in, out, opts...) |
| 2753 | if err != nil { |
| 2754 | return nil, err |
| 2755 | } |
| 2756 | return out, nil |
| 2757 | } |
| 2758 | |
| 2759 | func (c *volthaServiceClient) DeleteDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2760 | out := new(empty.Empty) |
| 2761 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/DeleteDevice", in, out, opts...) |
| 2762 | if err != nil { |
| 2763 | return nil, err |
| 2764 | } |
| 2765 | return out, nil |
| 2766 | } |
| 2767 | |
Girish Gowdra | a09aeab | 2020-09-14 16:30:52 -0700 | [diff] [blame] | 2768 | func (c *volthaServiceClient) ForceDeleteDevice(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2769 | out := new(empty.Empty) |
| 2770 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ForceDeleteDevice", in, out, opts...) |
| 2771 | if err != nil { |
| 2772 | return nil, err |
| 2773 | } |
| 2774 | return out, nil |
| 2775 | } |
| 2776 | |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 2777 | func (c *volthaServiceClient) DownloadImage(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*common.OperationResp, error) { |
| 2778 | out := new(common.OperationResp) |
| 2779 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/DownloadImage", in, out, opts...) |
| 2780 | if err != nil { |
| 2781 | return nil, err |
| 2782 | } |
| 2783 | return out, nil |
| 2784 | } |
| 2785 | |
| 2786 | func (c *volthaServiceClient) GetImageDownloadStatus(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*ImageDownload, error) { |
| 2787 | out := new(ImageDownload) |
| 2788 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetImageDownloadStatus", in, out, opts...) |
| 2789 | if err != nil { |
| 2790 | return nil, err |
| 2791 | } |
| 2792 | return out, nil |
| 2793 | } |
| 2794 | |
| 2795 | func (c *volthaServiceClient) GetImageDownload(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*ImageDownload, error) { |
| 2796 | out := new(ImageDownload) |
| 2797 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetImageDownload", in, out, opts...) |
| 2798 | if err != nil { |
| 2799 | return nil, err |
| 2800 | } |
| 2801 | return out, nil |
| 2802 | } |
| 2803 | |
| 2804 | func (c *volthaServiceClient) ListImageDownloads(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*ImageDownloads, error) { |
| 2805 | out := new(ImageDownloads) |
| 2806 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListImageDownloads", in, out, opts...) |
| 2807 | if err != nil { |
| 2808 | return nil, err |
| 2809 | } |
| 2810 | return out, nil |
| 2811 | } |
| 2812 | |
| 2813 | func (c *volthaServiceClient) CancelImageDownload(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*common.OperationResp, error) { |
| 2814 | out := new(common.OperationResp) |
| 2815 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/CancelImageDownload", in, out, opts...) |
| 2816 | if err != nil { |
| 2817 | return nil, err |
| 2818 | } |
| 2819 | return out, nil |
| 2820 | } |
| 2821 | |
| 2822 | func (c *volthaServiceClient) ActivateImageUpdate(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*common.OperationResp, error) { |
| 2823 | out := new(common.OperationResp) |
| 2824 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ActivateImageUpdate", in, out, opts...) |
| 2825 | if err != nil { |
| 2826 | return nil, err |
| 2827 | } |
| 2828 | return out, nil |
| 2829 | } |
| 2830 | |
| 2831 | func (c *volthaServiceClient) RevertImageUpdate(ctx context.Context, in *ImageDownload, opts ...grpc.CallOption) (*common.OperationResp, error) { |
| 2832 | out := new(common.OperationResp) |
| 2833 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/RevertImageUpdate", in, out, opts...) |
| 2834 | if err != nil { |
| 2835 | return nil, err |
| 2836 | } |
| 2837 | return out, nil |
| 2838 | } |
| 2839 | |
| 2840 | func (c *volthaServiceClient) ListDevicePorts(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*Ports, error) { |
| 2841 | out := new(Ports) |
| 2842 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListDevicePorts", in, out, opts...) |
| 2843 | if err != nil { |
| 2844 | return nil, err |
| 2845 | } |
| 2846 | return out, nil |
| 2847 | } |
| 2848 | |
| 2849 | func (c *volthaServiceClient) ListDevicePmConfigs(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*PmConfigs, error) { |
| 2850 | out := new(PmConfigs) |
| 2851 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListDevicePmConfigs", in, out, opts...) |
| 2852 | if err != nil { |
| 2853 | return nil, err |
| 2854 | } |
| 2855 | return out, nil |
| 2856 | } |
| 2857 | |
| 2858 | func (c *volthaServiceClient) UpdateDevicePmConfigs(ctx context.Context, in *PmConfigs, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 2859 | out := new(empty.Empty) |
| 2860 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/UpdateDevicePmConfigs", in, out, opts...) |
| 2861 | if err != nil { |
| 2862 | return nil, err |
| 2863 | } |
| 2864 | return out, nil |
| 2865 | } |
| 2866 | |
| 2867 | func (c *volthaServiceClient) ListDeviceFlows(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.Flows, error) { |
| 2868 | out := new(openflow_13.Flows) |
| 2869 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListDeviceFlows", in, out, opts...) |
| 2870 | if err != nil { |
| 2871 | return nil, err |
| 2872 | } |
| 2873 | return out, nil |
| 2874 | } |
| 2875 | |
| 2876 | func (c *volthaServiceClient) ListDeviceFlowGroups(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*openflow_13.FlowGroups, error) { |
| 2877 | out := new(openflow_13.FlowGroups) |
| 2878 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListDeviceFlowGroups", in, out, opts...) |
| 2879 | if err != nil { |
| 2880 | return nil, err |
| 2881 | } |
| 2882 | return out, nil |
| 2883 | } |
| 2884 | |
| 2885 | func (c *volthaServiceClient) ListDeviceTypes(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*DeviceTypes, error) { |
| 2886 | out := new(DeviceTypes) |
| 2887 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListDeviceTypes", in, out, opts...) |
| 2888 | if err != nil { |
| 2889 | return nil, err |
| 2890 | } |
| 2891 | return out, nil |
| 2892 | } |
| 2893 | |
| 2894 | func (c *volthaServiceClient) GetDeviceType(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*DeviceType, error) { |
| 2895 | out := new(DeviceType) |
| 2896 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetDeviceType", in, out, opts...) |
| 2897 | if err != nil { |
| 2898 | return nil, err |
| 2899 | } |
| 2900 | return out, nil |
| 2901 | } |
| 2902 | |
| 2903 | func (c *volthaServiceClient) ListDeviceGroups(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*DeviceGroups, error) { |
| 2904 | out := new(DeviceGroups) |
| 2905 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListDeviceGroups", in, out, opts...) |
| 2906 | if err != nil { |
| 2907 | return nil, err |
| 2908 | } |
| 2909 | return out, nil |
| 2910 | } |
| 2911 | |
| 2912 | func (c *volthaServiceClient) StreamPacketsOut(ctx context.Context, opts ...grpc.CallOption) (VolthaService_StreamPacketsOutClient, error) { |
| 2913 | stream, err := c.cc.NewStream(ctx, &_VolthaService_serviceDesc.Streams[0], "/voltha.VolthaService/StreamPacketsOut", opts...) |
| 2914 | if err != nil { |
| 2915 | return nil, err |
| 2916 | } |
| 2917 | x := &volthaServiceStreamPacketsOutClient{stream} |
| 2918 | return x, nil |
| 2919 | } |
| 2920 | |
| 2921 | type VolthaService_StreamPacketsOutClient interface { |
| 2922 | Send(*openflow_13.PacketOut) error |
| 2923 | CloseAndRecv() (*empty.Empty, error) |
| 2924 | grpc.ClientStream |
| 2925 | } |
| 2926 | |
| 2927 | type volthaServiceStreamPacketsOutClient struct { |
| 2928 | grpc.ClientStream |
| 2929 | } |
| 2930 | |
| 2931 | func (x *volthaServiceStreamPacketsOutClient) Send(m *openflow_13.PacketOut) error { |
| 2932 | return x.ClientStream.SendMsg(m) |
| 2933 | } |
| 2934 | |
| 2935 | func (x *volthaServiceStreamPacketsOutClient) CloseAndRecv() (*empty.Empty, error) { |
| 2936 | if err := x.ClientStream.CloseSend(); err != nil { |
| 2937 | return nil, err |
| 2938 | } |
| 2939 | m := new(empty.Empty) |
| 2940 | if err := x.ClientStream.RecvMsg(m); err != nil { |
| 2941 | return nil, err |
| 2942 | } |
| 2943 | return m, nil |
| 2944 | } |
| 2945 | |
| 2946 | func (c *volthaServiceClient) ReceivePacketsIn(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (VolthaService_ReceivePacketsInClient, error) { |
| 2947 | stream, err := c.cc.NewStream(ctx, &_VolthaService_serviceDesc.Streams[1], "/voltha.VolthaService/ReceivePacketsIn", opts...) |
| 2948 | if err != nil { |
| 2949 | return nil, err |
| 2950 | } |
| 2951 | x := &volthaServiceReceivePacketsInClient{stream} |
| 2952 | if err := x.ClientStream.SendMsg(in); err != nil { |
| 2953 | return nil, err |
| 2954 | } |
| 2955 | if err := x.ClientStream.CloseSend(); err != nil { |
| 2956 | return nil, err |
| 2957 | } |
| 2958 | return x, nil |
| 2959 | } |
| 2960 | |
| 2961 | type VolthaService_ReceivePacketsInClient interface { |
| 2962 | Recv() (*openflow_13.PacketIn, error) |
| 2963 | grpc.ClientStream |
| 2964 | } |
| 2965 | |
| 2966 | type volthaServiceReceivePacketsInClient struct { |
| 2967 | grpc.ClientStream |
| 2968 | } |
| 2969 | |
| 2970 | func (x *volthaServiceReceivePacketsInClient) Recv() (*openflow_13.PacketIn, error) { |
| 2971 | m := new(openflow_13.PacketIn) |
| 2972 | if err := x.ClientStream.RecvMsg(m); err != nil { |
| 2973 | return nil, err |
| 2974 | } |
| 2975 | return m, nil |
| 2976 | } |
| 2977 | |
| 2978 | func (c *volthaServiceClient) ReceiveChangeEvents(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (VolthaService_ReceiveChangeEventsClient, error) { |
| 2979 | stream, err := c.cc.NewStream(ctx, &_VolthaService_serviceDesc.Streams[2], "/voltha.VolthaService/ReceiveChangeEvents", opts...) |
| 2980 | if err != nil { |
| 2981 | return nil, err |
| 2982 | } |
| 2983 | x := &volthaServiceReceiveChangeEventsClient{stream} |
| 2984 | if err := x.ClientStream.SendMsg(in); err != nil { |
| 2985 | return nil, err |
| 2986 | } |
| 2987 | if err := x.ClientStream.CloseSend(); err != nil { |
| 2988 | return nil, err |
| 2989 | } |
| 2990 | return x, nil |
| 2991 | } |
| 2992 | |
| 2993 | type VolthaService_ReceiveChangeEventsClient interface { |
| 2994 | Recv() (*openflow_13.ChangeEvent, error) |
| 2995 | grpc.ClientStream |
| 2996 | } |
| 2997 | |
| 2998 | type volthaServiceReceiveChangeEventsClient struct { |
| 2999 | grpc.ClientStream |
| 3000 | } |
| 3001 | |
| 3002 | func (x *volthaServiceReceiveChangeEventsClient) Recv() (*openflow_13.ChangeEvent, error) { |
| 3003 | m := new(openflow_13.ChangeEvent) |
| 3004 | if err := x.ClientStream.RecvMsg(m); err != nil { |
| 3005 | return nil, err |
| 3006 | } |
| 3007 | return m, nil |
| 3008 | } |
| 3009 | |
| 3010 | func (c *volthaServiceClient) GetDeviceGroup(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*DeviceGroup, error) { |
| 3011 | out := new(DeviceGroup) |
| 3012 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetDeviceGroup", in, out, opts...) |
| 3013 | if err != nil { |
| 3014 | return nil, err |
| 3015 | } |
| 3016 | return out, nil |
| 3017 | } |
| 3018 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 3019 | func (c *volthaServiceClient) CreateEventFilter(ctx context.Context, in *EventFilter, opts ...grpc.CallOption) (*EventFilter, error) { |
| 3020 | out := new(EventFilter) |
| 3021 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/CreateEventFilter", in, out, opts...) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 3022 | if err != nil { |
| 3023 | return nil, err |
| 3024 | } |
| 3025 | return out, nil |
| 3026 | } |
| 3027 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 3028 | func (c *volthaServiceClient) GetEventFilter(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*EventFilters, error) { |
| 3029 | out := new(EventFilters) |
| 3030 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetEventFilter", in, out, opts...) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 3031 | if err != nil { |
| 3032 | return nil, err |
| 3033 | } |
| 3034 | return out, nil |
| 3035 | } |
| 3036 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 3037 | func (c *volthaServiceClient) UpdateEventFilter(ctx context.Context, in *EventFilter, opts ...grpc.CallOption) (*EventFilter, error) { |
| 3038 | out := new(EventFilter) |
| 3039 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/UpdateEventFilter", in, out, opts...) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 3040 | if err != nil { |
| 3041 | return nil, err |
| 3042 | } |
| 3043 | return out, nil |
| 3044 | } |
| 3045 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 3046 | func (c *volthaServiceClient) DeleteEventFilter(ctx context.Context, in *EventFilter, opts ...grpc.CallOption) (*empty.Empty, error) { |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 3047 | out := new(empty.Empty) |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 3048 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/DeleteEventFilter", in, out, opts...) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 3049 | if err != nil { |
| 3050 | return nil, err |
| 3051 | } |
| 3052 | return out, nil |
| 3053 | } |
| 3054 | |
Devmalya Paul | dd23a99 | 2019-11-14 07:06:31 +0000 | [diff] [blame] | 3055 | func (c *volthaServiceClient) ListEventFilters(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*EventFilters, error) { |
| 3056 | out := new(EventFilters) |
| 3057 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/ListEventFilters", in, out, opts...) |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 3058 | if err != nil { |
| 3059 | return nil, err |
| 3060 | } |
| 3061 | return out, nil |
| 3062 | } |
| 3063 | |
| 3064 | func (c *volthaServiceClient) GetImages(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*Images, error) { |
| 3065 | out := new(Images) |
| 3066 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetImages", in, out, opts...) |
| 3067 | if err != nil { |
| 3068 | return nil, err |
| 3069 | } |
| 3070 | return out, nil |
| 3071 | } |
| 3072 | |
| 3073 | func (c *volthaServiceClient) SelfTest(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*SelfTestResponse, error) { |
| 3074 | out := new(SelfTestResponse) |
| 3075 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/SelfTest", in, out, opts...) |
| 3076 | if err != nil { |
| 3077 | return nil, err |
| 3078 | } |
| 3079 | return out, nil |
| 3080 | } |
| 3081 | |
| 3082 | func (c *volthaServiceClient) GetMibDeviceData(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*omci.MibDeviceData, error) { |
| 3083 | out := new(omci.MibDeviceData) |
| 3084 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetMibDeviceData", in, out, opts...) |
| 3085 | if err != nil { |
| 3086 | return nil, err |
| 3087 | } |
| 3088 | return out, nil |
| 3089 | } |
| 3090 | |
| 3091 | func (c *volthaServiceClient) GetAlarmDeviceData(ctx context.Context, in *common.ID, opts ...grpc.CallOption) (*omci.AlarmDeviceData, error) { |
| 3092 | out := new(omci.AlarmDeviceData) |
| 3093 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetAlarmDeviceData", in, out, opts...) |
| 3094 | if err != nil { |
| 3095 | return nil, err |
| 3096 | } |
| 3097 | return out, nil |
| 3098 | } |
| 3099 | |
| 3100 | func (c *volthaServiceClient) SimulateAlarm(ctx context.Context, in *SimulateAlarmRequest, opts ...grpc.CallOption) (*common.OperationResp, error) { |
| 3101 | out := new(common.OperationResp) |
| 3102 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/SimulateAlarm", in, out, opts...) |
| 3103 | if err != nil { |
| 3104 | return nil, err |
| 3105 | } |
| 3106 | return out, nil |
| 3107 | } |
| 3108 | |
| 3109 | func (c *volthaServiceClient) Subscribe(ctx context.Context, in *OfAgentSubscriber, opts ...grpc.CallOption) (*OfAgentSubscriber, error) { |
| 3110 | out := new(OfAgentSubscriber) |
| 3111 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/Subscribe", in, out, opts...) |
| 3112 | if err != nil { |
| 3113 | return nil, err |
| 3114 | } |
| 3115 | return out, nil |
| 3116 | } |
| 3117 | |
kesavand | d618472 | 2020-02-05 17:13:35 -0500 | [diff] [blame] | 3118 | func (c *volthaServiceClient) EnablePort(ctx context.Context, in *Port, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 3119 | out := new(empty.Empty) |
| 3120 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/EnablePort", in, out, opts...) |
| 3121 | if err != nil { |
| 3122 | return nil, err |
| 3123 | } |
| 3124 | return out, nil |
| 3125 | } |
| 3126 | |
| 3127 | func (c *volthaServiceClient) DisablePort(ctx context.Context, in *Port, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 3128 | out := new(empty.Empty) |
| 3129 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/DisablePort", in, out, opts...) |
| 3130 | if err != nil { |
| 3131 | return nil, err |
| 3132 | } |
| 3133 | return out, nil |
| 3134 | } |
| 3135 | |
Dinesh Belwalkar | db587af | 2020-02-27 15:37:16 -0800 | [diff] [blame] | 3136 | func (c *volthaServiceClient) GetExtValue(ctx context.Context, in *common.ValueSpecifier, opts ...grpc.CallOption) (*common.ReturnValues, error) { |
| 3137 | out := new(common.ReturnValues) |
| 3138 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/GetExtValue", in, out, opts...) |
| 3139 | if err != nil { |
| 3140 | return nil, err |
| 3141 | } |
| 3142 | return out, nil |
| 3143 | } |
| 3144 | |
kesavand | 494c208 | 2020-08-31 11:16:12 +0530 | [diff] [blame] | 3145 | func (c *volthaServiceClient) SetExtValue(ctx context.Context, in *ValueSet, opts ...grpc.CallOption) (*empty.Empty, error) { |
| 3146 | out := new(empty.Empty) |
| 3147 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/SetExtValue", in, out, opts...) |
| 3148 | if err != nil { |
| 3149 | return nil, err |
| 3150 | } |
| 3151 | return out, nil |
| 3152 | } |
| 3153 | |
Scott Baker | 24f83e2 | 2020-03-30 16:14:28 -0700 | [diff] [blame] | 3154 | func (c *volthaServiceClient) StartOmciTestAction(ctx context.Context, in *OmciTestRequest, opts ...grpc.CallOption) (*TestResponse, error) { |
| 3155 | out := new(TestResponse) |
| 3156 | err := c.cc.Invoke(ctx, "/voltha.VolthaService/StartOmciTestAction", in, out, opts...) |
| 3157 | if err != nil { |
| 3158 | return nil, err |
| 3159 | } |
| 3160 | return out, nil |
| 3161 | } |
| 3162 | |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 3163 | // VolthaServiceServer is the server API for VolthaService service. |
| 3164 | type VolthaServiceServer interface { |
William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame] | 3165 | // Get the membership group of a Voltha Core |
| 3166 | GetMembership(context.Context, *empty.Empty) (*Membership, error) |
| 3167 | // Set the membership group of a Voltha Core |
| 3168 | UpdateMembership(context.Context, *Membership) (*empty.Empty, error) |
| 3169 | // Get high level information on the Voltha cluster |
| 3170 | GetVoltha(context.Context, *empty.Empty) (*Voltha, error) |
| 3171 | // List all Voltha cluster core instances |
| 3172 | ListCoreInstances(context.Context, *empty.Empty) (*CoreInstances, error) |
| 3173 | // Get details on a Voltha cluster instance |
| 3174 | GetCoreInstance(context.Context, *common.ID) (*CoreInstance, error) |
| 3175 | // List all active adapters (plugins) in the Voltha cluster |
| 3176 | |