Method Summary |
|
boolean | contains(Machine machine) Checks if this IP range contains a certain machine.
Parameters: machine - The machine to check for. |
void | delete() Delete an IP range. |
InetAddress | getNetworkAddress() Returns the network address. |
InetAddress | getSubnetMask() Returns the subnet mask. |
void | save() Save the IP range. |
void | setNetworkAddress(String address) Sets the network address.
Parameters: address - A string, e.g. |
void | setNetworkAddress(byte[] address) Sets the network address. |
void | setSubnetMask(String mask) Sets the subnet mask.
Parameters: mask - A string, e.g. |
void | setSubnetMask(byte[] mask) Sets the subnet mask. |