DHCPServiceOptionConstant 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.DHCPServiceOptionConstant(value)

Values used in DHCP service options. Depending on the type of deployment option being added, the format of the value input might differ.

DDNS_HOSTNAME_POSITION_APPEND = 'append'

DDNS_HOSTNAME_POSITION_PREPEND = 'prepend'

DDNS_HOSTNAME_TYPE_DUID = 'duid'

DDNS_HOSTNAME_TYPE_FIXED = 'fixed'

DDNS_HOSTNAME_TYPE_IP = 'ip'

DDNS_HOSTNAME_TYPE_MAC = 'mac'

DDNS_UPDATE_STYLE_INTERIM = 'interim'

DDNS_UPDATE_STYLE_STANDARD = 'standard'