Note: This class wraps the DNS deployment option objects from BAM. This object inherits from
the Entity class.
class deployment_option.DNSDeploymentOption(api, api_entity, ver='')
Bases: bluecat.entity.Entity
Base class for DNS Deployment Option.before_update()
Hook used in before updating in derived classes.
get_entity()
Get the BAM ID of an entity.
get_value()
Get the BAM type of the deployment option.
populate_from_api_entity()
Populate class properties from an inner BAM API object.
set_value()
Set the BAM value of the deployment option.
update()
Persist any changes in the deployment option to the BAM database.