The heat.engine.clients.os.designate Module

class heat.engine.clients.os.designate.DesignateClientPlugin(context)[source]

Bases: heat.engine.clients.client_plugin.ClientPlugin

DNS = 'dns'
domain_create(**kwargs)[source]
domain_update(**kwargs)[source]
exceptions_module = [<module 'designateclient.exceptions' from '/home/jenkins/workspace/heat-docs-ubuntu-xenial/.tox/venv/local/lib/python2.7/site-packages/designateclient/exceptions.pyc'>]
get_domain_id(domain_id_or_name)[source]
is_not_found(ex)[source]
record_create(**kwargs)[source]
record_delete(**kwargs)[source]
record_show(**kwargs)[source]
record_update(**kwargs)[source]
service_types = ['dns']
class heat.engine.clients.os.designate.DesignateDomainConstraint[source]

Bases: heat.engine.constraints.BaseCustomConstraint

resource_client_name = 'designate'
resource_getter_name = 'get_domain_id'

Previous topic

The heat.engine.clients.os.cinder Module

Next topic

The heat.engine.clients.os.glance Module

Project Source

This Page