Package org.opendaylight.neutron.spi
Class NeutronRouterNetworkReference
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronRouterNetworkReference
-
- All Implemented Interfaces:
Serializable
public final class NeutronRouterNetworkReference extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronRouterNetworkReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getEnableSNAT()
List<NeutronIps>
getExternalFixedIps()
String
getNetworkID()
void
setEnableSNAT(Boolean enableSNAT)
void
setExternalFixedIps(List<NeutronIps> externalFixedIps)
void
setNetworkID(String networkID)
String
toString()
-
-
-
Method Detail
-
getNetworkID
public String getNetworkID()
-
setNetworkID
public void setNetworkID(String networkID)
-
getEnableSNAT
public Boolean getEnableSNAT()
-
setEnableSNAT
public void setEnableSNAT(Boolean enableSNAT)
-
getExternalFixedIps
public List<NeutronIps> getExternalFixedIps()
-
setExternalFixedIps
public void setExternalFixedIps(List<NeutronIps> externalFixedIps)
-
-