public final class NeutronSubnetIpAllocationPool extends Object implements Serializable
| Constructor and Description |
|---|
NeutronSubnetIpAllocationPool() |
NeutronSubnetIpAllocationPool(String lowAddress,
String highAddress) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String inputString)
This method determines if this allocation pool contains the
input IPv4 address.
|
boolean |
containsV6(String inputString)
This method determines if this allocation pool contains the
input IPv4 address.
|
String |
getPoolEnd() |
String |
getPoolStart() |
static String |
join(String[] strings,
String separator) |
void |
setPoolEnd(String poolEnd) |
void |
setPoolStart(String poolStart) |
List<NeutronSubnetIpAllocationPool> |
splitPool(String ipAddress) |
List<NeutronSubnetIpAllocationPool> |
splitPoolV6(String ipAddress) |
String |
toString() |
public String getPoolStart()
public void setPoolStart(String poolStart)
public String getPoolEnd()
public void setPoolEnd(String poolEnd)
public boolean contains(String inputString)
inputString - IPv4 address in dotted decimal formatpublic boolean containsV6(String inputString)
inputString - IPv4 address in dotted decimal formatpublic List<NeutronSubnetIpAllocationPool> splitPool(String ipAddress)
public List<NeutronSubnetIpAllocationPool> splitPoolV6(String ipAddress)
Copyright © 2019 OpenDaylight. All rights reserved.