class bluecat_libraries.address_manager.constants.IPAddressState(value) Values for types of IP address’ states in BlueCat Address Manager. DHCP_ALLOCATED = 'DHCP_ALLOCATED' DHCP_FREE = 'DHCP_FREE' DHCP_LEASED = 'DHCP_LEASED' DHCP_RESERVED = 'DHCP_RESERVED' GATEWAY = 'GATEWAY' RESERVED = 'RESERVED' STATIC = 'STATIC' UNALLOCATED = 'UNALLOCATED'