public 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[] r,
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 © 2017 OpenDaylight. All rights reserved.