Package org.opendaylight.neutron.spi
Class NeutronIps
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronIps
-
- All Implemented Interfaces:
Serializable
public final class NeutronIps extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronIps()NeutronIps(String uuid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIpAddress()StringgetSubnetUUID()voidsetIpAddress(String ipAddress)voidsetSubnetUUID(String subnetUUID)StringtoString()
-
-
-
Constructor Detail
-
NeutronIps
public NeutronIps()
-
NeutronIps
public NeutronIps(String uuid)
-
-