class bluecat.deployment_option.DNSRawOption
(api, api_entity)
Bases: bluecat.deployment_option.RawDeploymentOption
DNS Raw Option class. Wraps the DNS 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.