public class DhcpInfo extends Object
Constructor and Description |
---|
DhcpInfo() |
Modifier and Type | Method and Description |
---|---|
protected DhcpInfo |
addDnsServer(String dnsServerIp) |
protected String |
getCidr() |
protected String |
getClientIp() |
protected List<String> |
getDnsServers() |
protected String |
getGatewayIp() |
protected List<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnet.attributes.HostRoutes> |
getHostRoutes() |
protected String |
getServerIp() |
protected DhcpInfo |
setCidr(String cidr) |
protected DhcpInfo |
setClientIp(String clientIp) |
protected DhcpInfo |
setDnsServers(List<String> dnsServers) |
protected DhcpInfo |
setDnsServersIpAddrs(List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress> dnsServersIpAddrs) |
protected DhcpInfo |
setGatewayIp(String gwIp) |
protected DhcpInfo |
setHostRoutes(List<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnet.attributes.HostRoutes> hostRoutes) |
protected DhcpInfo |
setServerIp(String serverIp) |
protected DhcpInfo setHostRoutes(List<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnet.attributes.HostRoutes> hostRoutes)
protected DhcpInfo setDnsServersIpAddrs(List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress> dnsServersIpAddrs)
protected String getClientIp()
protected String getCidr()
protected String getServerIp()
protected String getGatewayIp()
protected List<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnet.attributes.HostRoutes> getHostRoutes()
Copyright © 2019 OpenDaylight. All rights reserved.