IPAddressState class - Platform - BlueCat Gateway - 22.11.1

Gateway Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.11.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'