HostVirtual DNS Driver Documentation

Host Virtual is a cloud hosting provider that operates dual-stack IPv4 and IPv6 IaaS clouds in 15 locations worldwide.

Instantiating a driver

When you instantiate a driver, you need to pass a single key argument to the driver constructor. This argument represents your API secret key.

For example:

from libcloud.dns.types import Provider
from libcloud.dns.providers import get_driver

cls = get_driver(Provider.HOSTVIRTUAL)
driver = cls(key='my secret key')