org.openflow.vendor.nicira
Class OFRoleReplyVendorData
java.lang.Object
org.openflow.vendor.nicira.OFNiciraVendorData
org.openflow.vendor.nicira.OFRoleVendorData
org.openflow.vendor.nicira.OFRoleReplyVendorData
- All Implemented Interfaces:
- OFVendorData
public class OFRoleReplyVendorData
- extends OFRoleVendorData
Subclass of OFVendorData representing the vendor data associated with
a role reply vendor extension.
- Author:
- Rob Vaterlaus (rob.vaterlaus@bigswitch.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instantiable
protected static Instantiable<OFVendorData> instantiable
NXT_ROLE_REPLY
public static final int NXT_ROLE_REPLY
- The data type value for a role reply
- See Also:
- Constant Field Values
OFRoleReplyVendorData
public OFRoleReplyVendorData()
- Construct a role reply vendor data with an unspecified role value.
OFRoleReplyVendorData
public OFRoleReplyVendorData(int role)
- Construct a role reply vendor data with the specified role value.
- Parameters:
role
- the role value for the role reply. Should be one of
NX_ROLE_OTHER, NX_ROLE_MASTER or NX_ROLE_SLAVE.
getInstantiable
public static Instantiable<OFVendorData> getInstantiable()
- Returns:
- a subclass of Instantiable that instantiates
an instance of OFRoleReplyVendorData.