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 DhcpInfo
DhcpInfo. addDnsServer(java.lang.String dnsServerIp)
protected DhcpInfo
DhcpInfo. setCidr(java.lang.String cidr)
protected DhcpInfo
DhcpInfo. setClientIp(java.lang.String clientIp)
protected DhcpInfo
DhcpInfo. setDnsServersIpAddrs(java.util.List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress> dnsServersIpAddrs)
protected DhcpInfo
DhcpInfo. setGatewayIp(java.lang.String gwIp)
protected DhcpInfo
DhcpInfo. setHostRoutes(java.util.List<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnet.attributes.HostRoutes> hostRoutes)
protected DhcpInfo
DhcpInfo. setServerIp(java.lang.String serverIp)
-