Class DhcpInfo
- java.lang.Object
-
- org.opendaylight.netvirt.dhcpservice.DhcpInfo
-
public class DhcpInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DhcpInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DhcpInfo
addDnsServer(java.lang.String dnsServerIp)
protected java.lang.String
getCidr()
protected java.lang.String
getClientIp()
protected java.util.List<java.lang.String>
getDnsServers()
protected java.lang.String
getGatewayIp()
protected java.util.List<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnet.attributes.HostRoutes>
getHostRoutes()
protected java.lang.String
getServerIp()
protected DhcpInfo
setCidr(java.lang.String cidr)
protected DhcpInfo
setClientIp(java.lang.String clientIp)
protected DhcpInfo
setDnsServersIpAddrs(java.util.List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress> dnsServersIpAddrs)
protected DhcpInfo
setGatewayIp(java.lang.String gwIp)
protected DhcpInfo
setHostRoutes(java.util.List<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnet.attributes.HostRoutes> hostRoutes)
protected DhcpInfo
setServerIp(java.lang.String serverIp)
-
-
-
Method Detail
-
setClientIp
protected DhcpInfo setClientIp(java.lang.String clientIp)
-
setCidr
protected DhcpInfo setCidr(java.lang.String cidr)
-
setServerIp
protected DhcpInfo setServerIp(java.lang.String serverIp)
-
setGatewayIp
protected DhcpInfo setGatewayIp(java.lang.String gwIp)
-
setHostRoutes
protected DhcpInfo setHostRoutes(java.util.List<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnet.attributes.HostRoutes> hostRoutes)
-
setDnsServersIpAddrs
protected DhcpInfo setDnsServersIpAddrs(java.util.List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress> dnsServersIpAddrs)
-
addDnsServer
protected DhcpInfo addDnsServer(java.lang.String dnsServerIp)
-
getClientIp
protected java.lang.String getClientIp()
-
getCidr
protected java.lang.String getCidr()
-
getServerIp
protected java.lang.String getServerIp()
-
getGatewayIp
protected java.lang.String getGatewayIp()
-
getDnsServers
protected java.util.List<java.lang.String> getDnsServers()
-
getHostRoutes
protected java.util.List<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnet.attributes.HostRoutes> getHostRoutes()
-
-