Package org.opendaylight.neutron.spi
Class NeutronPortExtraDHCPOption
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronPortExtraDHCPOption
-
- All Implemented Interfaces:
Serializable
public final class NeutronPortExtraDHCPOption extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronPortExtraDHCPOption()
NeutronPortExtraDHCPOption(String value, String name, Integer ipVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getIpVersion()
String
getName()
String
getValue()
void
setIpVersion(Integer ipVersion)
void
setName(String name)
void
setValue(String value)
-