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 BooleangetEnableSNAT()List<NeutronIps>getExternalFixedIps()StringgetNetworkID()voidsetEnableSNAT(Boolean enableSNAT)voidsetExternalFixedIps(List<NeutronIps> externalFixedIps)voidsetNetworkID(String networkID)StringtoString()
-
-
-
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)
-
-