Click a link to jump to the indicated section.
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.
get_value()
Get the BAM type of the deployment option.
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.