DNS

    DNS API is available in Libcloud 0.6.0 and higher.

    • - Represents a DNS zone or so called domain.
    • RecordType - Represents a DNS record type (A, AAAA, MX, , SRV, PTR, NS, etc.)
    • Zone Type - Each zone has a type attribute. This attribute represents a zone type. Type can either be master (also called primary) or (also called secondary).

    For a list of supported providers see .

    For a full reference of all the classes and methods exposed by the DNS API, see this page.