Uses of Class
org.opendaylight.netvirt.dhcpservice.DhcpInfo
- 
Packages that use DhcpInfo Package Description org.opendaylight.netvirt.dhcpservice  - 
- 
Uses of DhcpInfo in org.opendaylight.netvirt.dhcpservice
Methods in org.opendaylight.netvirt.dhcpservice that return DhcpInfo Modifier and Type Method Description protected DhcpInfoDhcpInfo. addDnsServer(java.lang.String dnsServerIp)protected DhcpInfoDhcpInfo. setCidr(java.lang.String cidr)protected DhcpInfoDhcpInfo. setClientIp(java.lang.String clientIp)protected DhcpInfoDhcpInfo. setDnsServersIpAddrs(java.util.List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress> dnsServersIpAddrs)protected DhcpInfoDhcpInfo. setGatewayIp(java.lang.String gwIp)protected DhcpInfoDhcpInfo. setHostRoutes(java.util.List<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnet.attributes.HostRoutes> hostRoutes)protected DhcpInfoDhcpInfo. setServerIp(java.lang.String serverIp) 
 -