DHCPRawOption class - Platform - BlueCat Gateway - 24.3.3

Gateway Administration Guide

ft:locale
en-US
Product name
BlueCat Gateway
Version
24.3.3

class bluecat.deployment_option.DHCPRawOption(api, api_entity)

Bases: bluecat.deployment_option.RawDeploymentOption

DHCP Raw Option class. Wraps the DHCP Raw Deployment object from BAM.

This class inherits from Entity.

before_update()

Hook used in before updating in derived classes

get_entity()

Get the BAM Entity of a deployment option.

Return type: APIEntity

get_value()

Get the BAM type of the deployment option.

Return type: str

populate_from_api_entity(api_entity)

Populate class properties from inner BAM API object

set_value(new_value)

Set the BAM value of the deployment option.

update()

Persist any changes to the deployment option to the BAM database.