DNSDeploymentOption class - Platform - BlueCat Gateway - 21.11.2

Gateway Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
21.11.2

class bluecat.deployment_option.DNSDeploymentOption(api, api_entity, ver='')

Bases: bluecat.entity.Entity

Base class for DNS Deployment Option. Wraps the DNS deployment option object from BAM.

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.