Add MAC Address | long addMACAddress(long configurationId, String macAddress, String properties) |
Associate MAC Address | void associateMACAddressWithPool(long configurationId, String macAddress, long poolId ) |
Deny MAC Address | void denyMACAddress(long configurationId, String macAddress) |
Is Address Allocated? | boolean isAddressAllocated(long configurationId, String ipAddress, String macAddress) |
Update MAC Address | void update(String name, String macpoolId) |
MAC Address Generic Methods | getEntity() void delete( long objectId ) |
Get MAC Address | APIEntity getMACAddress(long configurationId, String macAddress) |