com.bigswitch.floodlight.vendor
Class OFMirrorGetVendorDataRequest
java.lang.Object
com.bigswitch.floodlight.vendor.OFBigSwitchVendorData
com.bigswitch.floodlight.vendor.OFNetmaskVendorData
com.bigswitch.floodlight.vendor.OFMirrorGetVendorDataRequest
- All Implemented Interfaces:
- OFVendorData
public class OFMirrorGetVendorDataRequest
- extends OFNetmaskVendorData
Subclass of OFVendorData
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
instantiable
protected static Instantiable<OFVendorData> instantiable
BSN_GET_MIRRORING_REQUEST
public static final int BSN_GET_MIRRORING_REQUEST
- Opcode/dataType to request an entry in the switch netmask table
- See Also:
- Constant Field Values
OFMirrorGetVendorDataRequest
public OFMirrorGetVendorDataRequest()
- Construct a get network mask vendor data
OFMirrorGetVendorDataRequest
public OFMirrorGetVendorDataRequest(byte tableIndex,
int netMask)
- Construct a get network mask vendor data for a specific table entry
getInstantiable
public static Instantiable<OFVendorData> getInstantiable()
- Returns:
- a subclass of Instantiable that instantiates
an instance of OFNetmaskGetVendorData.