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