l.d.d.g.NewZoneVersion(object) : class documentation

Part of libcloud.dns.drivers.gandi View Source View In Hierarchy

Changes to a zone in the Gandi DNS service need to be wrapped in a new
version object. The changes are made to the new version, then that
version is made active.

In effect, this is a transaction.

Any calls made inside this context manager will be applied to a new version
id. If your changes are succesful (and only if they are successful) they
are activated.
Method __init__ Undocumented
Method __enter__ Undocumented
Method __exit__ Undocumented
def __init__(self, driver, zone): (source)
Undocumented
def __enter__(self): (source)
Undocumented
def __exit__(self, type, value, traceback): (source)
Undocumented
API Documentation for libcloud, generated by pydoctor at 2013-02-18 10:41:20.