IPAddressState class - BlueCat Python Library - 22.4.1

BlueCat Python Library Guide

Locale
English
Product name
BlueCat Python Library
Version
22.4.1

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'