Package org.opendaylight.neutron.spi
Class NeutronPortAllowedAddressPairs
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronPortAllowedAddressPairs
-
- All Implemented Interfaces:
Serializable
public final class NeutronPortAllowedAddressPairs extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronPortAllowedAddressPairs()
NeutronPortAllowedAddressPairs(String macAddress, String ipAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIpAddress()
String
getMacAddress()
void
setIpAddress(String ipAddress)
void
setMacAddress(String macAddress)
-