blob: 1eb5109f16f6049dd077f2615b7b70de3696e43f [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001// Copyright (c) 2008 The Board of Trustees of The Leland Stanford Junior University
2// Copyright (c) 2011, 2012 Open Networking Foundation
3// Copyright (c) 2012, 2013 Big Switch Networks, Inc.
4// This library was generated by the LoxiGen Compiler.
5// See the file LICENSE.txt which should have been included in the source distribution
6
7// Automatically generated by LOXI from template of_factory_class.java
8// Do not modify
9
10package org.projectfloodlight.openflow.protocol.ver10;
11
12import org.projectfloodlight.openflow.protocol.*;
13import org.projectfloodlight.openflow.protocol.action.*;
14import org.projectfloodlight.openflow.protocol.actionid.*;
15import org.projectfloodlight.openflow.protocol.bsntlv.*;
16import org.projectfloodlight.openflow.protocol.errormsg.*;
17import org.projectfloodlight.openflow.protocol.meterband.*;
18import org.projectfloodlight.openflow.protocol.instruction.*;
19import org.projectfloodlight.openflow.protocol.instructionid.*;
20import org.projectfloodlight.openflow.protocol.match.*;
21import org.projectfloodlight.openflow.protocol.oxm.*;
22import org.projectfloodlight.openflow.protocol.queueprop.*;
23import org.projectfloodlight.openflow.types.*;
24import org.projectfloodlight.openflow.util.*;
25import org.projectfloodlight.openflow.exceptions.*;
26
27
28public class OFInstructionIdsVer10 implements OFInstructionIds {
29 public final static OFInstructionIdsVer10 INSTANCE = new OFInstructionIdsVer10();
30
31
32
33
34 public OFInstructionIdApplyActions applyActions() {
35 throw new UnsupportedOperationException("OFInstructionIdApplyActions not supported in version 1.0");
36 }
37
38 public OFInstructionIdBsnArpOffload bsnArpOffload() {
39 throw new UnsupportedOperationException("OFInstructionIdBsnArpOffload not supported in version 1.0");
40 }
41
42 public OFInstructionIdBsnDeny bsnDeny() {
43 throw new UnsupportedOperationException("OFInstructionIdBsnDeny not supported in version 1.0");
44 }
45
46 public OFInstructionIdBsnDhcpOffload bsnDhcpOffload() {
47 throw new UnsupportedOperationException("OFInstructionIdBsnDhcpOffload not supported in version 1.0");
48 }
49
50 public OFInstructionIdBsnDisableSplitHorizonCheck bsnDisableSplitHorizonCheck() {
51 throw new UnsupportedOperationException("OFInstructionIdBsnDisableSplitHorizonCheck not supported in version 1.0");
52 }
53
54 public OFInstructionIdBsnDisableSrcMacCheck bsnDisableSrcMacCheck() {
55 throw new UnsupportedOperationException("OFInstructionIdBsnDisableSrcMacCheck not supported in version 1.0");
56 }
57
58 public OFInstructionIdBsnDisableVlanCounters bsnDisableVlanCounters() {
59 throw new UnsupportedOperationException("OFInstructionIdBsnDisableVlanCounters not supported in version 1.0");
60 }
61
62 public OFInstructionIdBsnPacketOfDeath bsnPacketOfDeath() {
63 throw new UnsupportedOperationException("OFInstructionIdBsnPacketOfDeath not supported in version 1.0");
64 }
65
66 public OFInstructionIdBsnPermit bsnPermit() {
67 throw new UnsupportedOperationException("OFInstructionIdBsnPermit not supported in version 1.0");
68 }
69
70 public OFInstructionIdBsnPrioritizePdus bsnPrioritizePdus() {
71 throw new UnsupportedOperationException("OFInstructionIdBsnPrioritizePdus not supported in version 1.0");
72 }
73
74 public OFInstructionIdBsnRequireVlanXlate bsnRequireVlanXlate() {
75 throw new UnsupportedOperationException("OFInstructionIdBsnRequireVlanXlate not supported in version 1.0");
76 }
77
78 public OFInstructionIdClearActions clearActions() {
79 throw new UnsupportedOperationException("OFInstructionIdClearActions not supported in version 1.0");
80 }
81
82 public OFInstructionIdGotoTable gotoTable() {
83 throw new UnsupportedOperationException("OFInstructionIdGotoTable not supported in version 1.0");
84 }
85
86 public OFInstructionIdMeter meter() {
87 throw new UnsupportedOperationException("OFInstructionIdMeter not supported in version 1.0");
88 }
89
90 public OFInstructionIdWriteActions writeActions() {
91 throw new UnsupportedOperationException("OFInstructionIdWriteActions not supported in version 1.0");
92 }
93
94 public OFInstructionIdWriteMetadata writeMetadata() {
95 throw new UnsupportedOperationException("OFInstructionIdWriteMetadata not supported in version 1.0");
96 }
97
98 public OFMessageReader<OFInstructionId> getReader() {
99 throw new UnsupportedOperationException("Reader<OFInstructionId> not supported in version 1.0");
100 }
101
102
103 public OFVersion getVersion() {
104 return OFVersion.OF_10;
105 }
106}